Ajaxify WordPress Site Pro is a plugin which helps you to reload the Google recaptcha form in ajax loaded page. This plugin already a wel known plugin in WordPress community to make your whole WordPress site ajaxify. Let us have Read More …
How to make placeholder work in IE browser
As we all know that HTML 5 placeholder attribute is not working in IE less than 10 version. If you have input elements in your DOM with placeholder attribute and access the page in IE browser less than 10 version Read More …
jQuery Tips & Tricks for jQuery Programmers
1. Set Context and improve the performance On the core jQuery function, specify the context parameter when. Specifying the context parameter allows jQuery to start from a deeper branch in the DOM, rather than from the DOM root. Given a Read More …
My js events are not calling after loading the page using AJAX
Whenever we are loading any data in DOM through AJAX, these data are not registered into the DOM that is why jQuery code written for any event like click, change, submit etc for any element, are not fired. Solution: By Read More …