Top 5 Best JavaScript Template Engines

Template engines help in the decoupling of HTML and JavaScript code to reduce the client-side code complexity and make it manageable. Once you know the advantages of the template engines, you will definitely fall in love with them and start using them right away. You will be immensely impressed by their features and the benefits […]
Read the rest of this entry »

Must-have JavaScript Framework/Libraries in Your Skillset

JavaScript has come a long way and evolved over the years. There was a time when developers were frustrated with JavaScript issues on the client side and had nightmares to fix cross-browser compatibility issues. The biggest roadblock was the developers had nowhere else to go, other than JavaScript. When the things were looking darkest, jQuery […]
Read the rest of this entry »

20 Impressive jQuery Plugins to Replace the HTML Select Box

The traditional HTML select element is not very powerful out of the box, it lacks in more substantive features. Today, the web demands controls with multiple features for a user-friendly experience and the traditional HTML select box just can’t compete. Features like multi-select, grouping, hierarchical lists, and custom HTML markup make light work of projects […]
Read the rest of this entry »

3 jQuery/JavaScript Plugins for Push Notifications

Push notifications started from the mobile business but this technology is available for websites too! Push notifications are akin to mobile app notifications except they come from a website. Similar to mobile app notifications, push notifications require user permission. Once the permission is granted, push notifications will appear on the subscribed desktop/device even when the […]
Read the rest of this entry »

Check all checkboxes in HTML table using jQuery

HTML tables are a very handy and useful element. They can adapt to any style or design using CSS and can also hold different input type controls like an input box, checkbox and radio button. This post focuses on having a checkbox in every row of the HTML table, allowing users to select/unselect table rows. […]
Read the rest of this entry »

Optimize your jQuery selectors for best performance

Introduction Over time, the data size has increased for nearly every application. Due to huge amount of data residing in various database servers, performance becomes the most important and integral part of any application. If the page takes lots of time to render the data, it creates a bad impression and results in loss of […]
Read the rest of this entry »

Responsive Menu
Add more content here...