Tag: jQuery
UI Components
Demo See the Pen Multiselect Dropdown – jQuery by Puneet Sharma (@webdevpuneet) on CodePen. HTML <div class=”msdd”> <div class=”msddTop”></div> <div class=”msddMenu” style=”display:none;”> <ul>...
jQuery
I hope this code will help you get to what you need or atleast take you near to it. I created it to search text inside cards where user writes some text in input tag and the results is displayed by hiding all those who does not have that string. This script can...
Misc
Today I created a very cool dropdown for my WordPress blog’s tag cloud widget. Initially, it took full height with lots of tag links inside it but that did not seem great to be concerning user experience. So I just created and this cool piece of jQuery and CSS...
Misc
Yes, you can use multiple versions of jQuery on the same page. To avoid any kind of conflict, use the jQuery.noConflict() method. HTML <html> <head> <script...
Misc
jQuery Validation Plugin This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something...