This commit is contained in:
j 2011-10-11 18:17:21 +05:30
parent 0b1ba2ed87
commit 6f33e587c6

View File

@ -404,3 +404,8 @@ jQuery.fn.selectOption = function(value) {
}
});
}
jQuery.fn.hasAttr = function(name) {
return this.attr(name) !== undefined;
};