Category: jQuery

jQuery making the javascript simpler

  • how to bind custom event

    Bind the onError event. $('selector').bind('onError',{msg:"error occured"},false); This event is triggered whenever error is occurred as below: $("selector").trigger("onError",handler); function handler(e) { alert(e.msg); }

  • jQuery Schools

    You all will be happy to know that i will soon launch the jquery schools on internet. The blog will contain all the details about jQuery and its related articles....