Free Download jQuery Slidebars Plugin (Create Push Menus & Sidebars)

Today’s freebie is jQuery slidebars plugin. With this plugin, you can easily create push menus and sidebars. Read the documentation first before implementing the jQeury slidebars plugin.   Screenshot Subscribe and Download jQuery Slidebars Plugin [sdfile url=”https://www.dropbox.com/s/uxs1ip5d65o3u70/Slidebars.zip”] Duan LingxinContent crafter and chief editor at Scratching Info. Also regular contributor on other major online tech platforms. …

Read moreFree Download jQuery Slidebars Plugin (Create Push Menus & Sidebars)

Top JQuery Lightbox Plugins

Top 9 JQuery Lightbox Plugins

Lightbox is a technique of displaying pictures/images in modal dialogs by using either JavaScript or JQuery. Basically the term “Lightbox” came from a JavaScript plugin developer Lokesh Dhakar, now the term is commonly used for every plugin displaying images in modal dialogs. Here I’m showing you a list of Top 10 jQuery Lightbox Plugins.   …

Read moreTop 9 JQuery Lightbox Plugins

Top 10 Mobile Touch Javascript Frameworks

Top 10 Mobile Touch Javascript Frameworks

Mobile development is not an easy job for a developer who doesn’t know about the latest technologies, updates and trends that’s why mobile development is a stressful job. Major challenges a mobile developer faces are screen resolution, cross browser compatibility. We know many of these issues have been solved as the mobile development industry is …

Read moreTop 10 Mobile Touch Javascript Frameworks

Rocking and Useful jQuery Code Snippets For 2014

It is true that we can do anything with jQuery. Today I’m sharing some rocking jQuery code snippets from 2014. In my point of view, these code snippets are part of every web development project nowadays. Enjoy these jQuery code snippets from 2014.   Zebra stripped unordered list This is a method of having different …

Read moreRocking and Useful jQuery Code Snippets For 2014

60+ Best Top jQuery / JavaScript Plugins of 2014

This is a collection of 60+ Best Top jQuery / JavaScript Plugins of 2014. The collection of best jQuery plugins 2014 contains plugins from different categories. You’ll find jQuery navigation plugins, jQuery slider plugins, jQuery countdown plugins, jQuery images & media plugins, jQuery form plugins and much more in the collection. Enjoy!   Fun Captcha …

Read more60+ Best Top jQuery / JavaScript Plugins of 2014

9+ Best jQuery Twitter Bootstrap 3 Plugins

Here we’re sharing best jQuery plugins compatible with Twitter Bootstrap 3. We have seen a lot of improvements in Twitter’s bootstrap after bootstrap 3 version. First, we’ll talk about what’s new in Bootstrap 3. 1. More consistent base and sizing class 2. Additional components (list groups and panels) and removed components (typeahead, submenus, accordion (replaced …

Read more9+ Best jQuery Twitter Bootstrap 3 Plugins

jquery logo

jQuery Tip: How to find out if the text in a textbox is selected with jQuery

Here, we’re sharing a jQuery tip. This tip will help you to know if the text in a text box isĀ <input type=”text” /> selected or not. The result will be true or false.   HTML Code In HTML code, there is one textbox with id “text_selected“. We are triggering a function on a button and …

Read morejQuery Tip: How to find out if the text in a textbox is selected with jQuery

jquery logo

jQuery Tip: How to Count Child Elements With jQuery

In this article, we are sharing a simple tip to count child elements of an element with jQuery. We’ll use two strategies for counting child elements of an element. These are:   .length – is used to get the number of elements in the jQuery object. .children() – is used to get the children of …

Read morejQuery Tip: How to Count Child Elements With jQuery