Restricting input with jQuery

Bhaumik Patel 7:49 PM
Restricting input with jQuery $('.phoneInput').keypress(function(key) { if(key.charCode < 48 || key.charCode > 57) ret...Read More
Restricting input with jQuery Restricting input with jQuery Reviewed by Bhaumik Patel on 7:49 PM Rating: 5

jQuery UI Themes Collection

Bhaumik Patel 7:27 PM
jQuery UI Themes Collection jQuery UI Bootstrap A Bootstrap-themed kickstart for jQuery UI widgets. URL : jQuery UI Bootstrap ...Read More
jQuery UI Themes Collection jQuery UI Themes Collection Reviewed by Bhaumik Patel on 7:27 PM Rating: 5

Direction Aware Hover Effect

Bhaumik Patel 8:11 PM
Direction Aware Hover Effect How to create a direction-aware hover effect using CSS3 and jQuery. The idea is to slide in an overlay from ...Read More
Direction Aware Hover Effect Direction Aware Hover Effect Reviewed by Bhaumik Patel on 8:11 PM Rating: 5