What is jQuery ?
jQuery is simply a library that contains several javascript functions. This library helps us to accomplish the tough jobs in a very easy manner as compared to simple javascript. Not...
jQuery is simply a library that contains several javascript functions. This library helps us to accomplish the tough jobs in a very easy manner as compared to simple javascript. Not...
jQuery datepicker runs very slow in IE6.It is due to the animation implemented in datepicker.To make it fast we have to add a key with its value ''.For e.g: $('selector').datepicker(...
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); }
There is always a question arises in my mind that is my javascript source is secure or not? Since anyone on the net can include my page, and then can...
$("table tr").each(function(){ alert($(this).attr("customAttr")); }); Above code will iterate through each tr,but if we want to exclude header tr via jQuery then use the following set of lines: $("table tr").not(":first").each(function(){ alert($(this).attr("customAttr"));...
You have to keep some points in mind while writing jQuery code: 1.Keep DOM insertion as min as possible.For e.g Instead of inserting multiple <li> elements in DOM, wrap it...
You may be thinking that which is better Javascript or jQuery. Most of us will answer that jQuery is better than the core javascript. However this answer is completely wrong...
Hi Friends, I am happy to introduce you all to my new book "Unix Administration Quick Guide" based on Solaris Operating System. The book is now completed and will be...
What is cow urine? In cow blood there is pran shakti (Life Force). Cow urine is cow's blood that is filtered by kidney. Kidneys filter blood. Whatever elements are spansent...
Yoga or yog sadhna can not just transform you physically but can also tune your mind and soul when you start practicing chakra sadhna followed by pranayama.... However there are...