Archive for May, 2014

15+ Useful jQuery Validation Plugins

Collection of 15+ Useful jQuery Form Validation Plugins. Form validation is required for better user experience and for security purpose. But implementation of validation can give you serious headache. To save you from serious head bashing, here is a list of 15+ jQuery Form Validation Plugins, that will make form validation easy. You may also […]
Read the rest of this entry »

jQuery on() – Click event not working for dynamically added element

My colleague got stuck into a problem where he was using jQuery on() method to attach the click event handlers but click event was not working for dynamically added elements. Although he knew that .bind() method doesn't work for dynamically added element but he was quite sure about .live() and .on(). Since .live() method is […]
Read the rest of this entry »

10+ Free/Paid Tools for Cross-Browser Testing

For a developer code not working is a daily battle, same way cross browser testing is a challenge for a software tester. Since there is no standard method followed by the browsers for rendering websites and handling of JavaScript and CSS which in turn leads to defective functionality and tons of errors. Read Error/Exception handling […]
Read the rest of this entry »

jQuery – Load ASP.Net User Control Dynamically

In this post, find jQuery code to load ASP.NET user control dynamically using jQuery and ajax together. To achieve this, we need to declare a WebMethod on server side which actually adds the user control to a Page class object. And using jQuery and Ajax, call this WebMethod and append the respond to any DOM […]
Read the rest of this entry »

Responsive Menu
Add more content here...