All jQuery Resources

Implementing the ‘Read More’ Functionality Using jQuery

The Read More functionality is a very familiar feature that you will come across on blogs or websites with long content, like news websites. This feature allows you to compress content and, therefore, put more content in less space. This also gives the user the freedom to skip the content if it’s not relevant to […]
Read the rest of this entry »

Get HTML Table Cell Value Using jQuery

HTML tables are great for displaying data in tabular form and when implemented can also support features like sorting, paging, and filtering records. You may need to interact with the table to get its data when a table cell is clicked. So in this quick post, we’ll look at how to get the table cell […]
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 »

Handling Arrays with jQuery

An array is a commonly used data structure in any programming language as it can hold a collection of elements, each identified by at least one array index or key. It is the preferred choice for holding multiple values/collections as it allows item sorting, item removal, item retrieval from an array using index, and other […]
Read the rest of this entry »

Responsive Menu
Add more content here...