$.fn.extend({
test : function(){alert([color=Red]this[/color].text());}
});
$(document).ready(function(){
$("#div1").test();
});$.fn.extend({
test : function(){alert([color=Red]this[/color].text());}
});
$(document).ready(function(){
$("#div1").test();
});
评论(0)
暂无评论。