JQuery

JQuery parent() vs. parents() Which is faster?

Posted By: eligeske on in JQuery 0 Comment

TAGs:

I have been wondering which method of traversing up the DOM is faster using the jQuery library’s options, parent() and parents(). Well I’ll show you my findings.

 

Setting the action attr with JQuery not working

Posted By: eligeske on in JQuery 0 Comment

TAGs:

Setting the FORM ACTION attribute with JQuery is not working! Well that is just a shame! No worries though, because here is the work around for that.

 

What is the difference between document and window objects?

Posted By: eligeske on in JQuery 7 Comment

TAGs:

Contrary to what people are sharing in forums, the document object and the window object are not synonymous. So what is the difference?

 

Animated JQuery Bar Chart

Posted By: eligeske on in JQuery 13 Comment

TAGs:

Another awesome combo of HTML, CSS and JQuery. A lightweight and easy to manipulate Bar Chart. What are you waiting for, get to coding! Yes, the source code is available right at the top of the page.

 

Popular post