Using jQuery to Delete All Inline HTML Styling
Inline HTML styling (when the style attributes for a particular element are written within the HTML tag) is not something that’s considered a best practice when it comes to HTML and CSS, and it’s...
View ArticleJavaScript-Equivalent jQuery Code for Simple Tasks
Introduction There are developers who love jQuery and there are some who hate jQuery. The benefits of using jQuery now are debatable, but there was a time when solving the cross-browser issue was a...
View ArticleHandling JSON with jQuery
JSON (JavaScript Object Notation) is a way to store information in an organized manner. It is the preferred data-interchange format as its shorter, lightweight, human-readable and requires no tags like...
View ArticleOptimize 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...
View Article20 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...
View ArticleGet 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...
View Article5 Useful jQuery Code Snippets For Developers
This post provides a list of 5 useful jQuery code snippets that every web developer must have in his kitty. These are useful for implementing different day-to-day tasks. These snippets can be used to...
View ArticleOptimize 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...
View Article10 Awesome jQuery Print Page Plugins
Are you looking to create a print friendly website with custom implementation instead of default browser behaviour? Do you want to allow your users to print specific parts of the web page, instead of...
View Article12 Awesome jQuery Virtual Keyboard Plugins
Virtual Keyboard Plugins A virtual keyboard is a component that allows a user to enter characters without a physical keyboard. It’s an alternative input mechanism for those who cannot use a physical...
View Article