﻿/// <reference path="jquery-1.3.2-vsdoc.js" />
$.extend({
    exists: function(selector) {
        return $(selector).length != 0;
    }
});
