Results for jquery
Control start position and duration of play in HTML5 video Control start position and duration of play in HTML5 video Reviewed by Bhaumik Patel on 7:50 PM Rating: 5
quick image zoom with caption quick image zoom with caption Reviewed by Bhaumik Patel on 7:23 PM Rating: 5

After all ajax calls loading stop

Bhaumik Patel 7:51 PM
Fancybox loading with ajax call var loading = $('#loading'); $.ajaxSetup({ cache: false, beforeSend: function (jqXHR, settin...Read More
After all ajax calls loading stop After all ajax calls loading stop Reviewed by Bhaumik Patel on 7:51 PM Rating: 5
jquery your school board jquery your school board Reviewed by Bhaumik Patel on 8:15 PM Rating: 5
Run jquery Only After Entire Page Has Loaded Run jquery Only After Entire Page Has Loaded Reviewed by Bhaumik Patel on 7:21 PM Rating: 5

Get client ip address in jquery

Bhaumik Patel 7:48 PM
Find your IP address using jquery $.getJSON("http://jsonip.com?callback=?", function (data) { alert("Your ip: " + da...Read More
Get client ip address in jquery Get client ip address in jquery Reviewed by Bhaumik Patel on 7:48 PM Rating: 5

jQuery MsgBox

Bhaumik Patel 9:31 PM
jQuery MsgBox coolest jquery dialog. MsgBox is compatible and fully tested with Safari 4+, Internet Explorer 6+, Firefox 2+, Google Chrome ...Read More
jQuery MsgBox jQuery MsgBox Reviewed by Bhaumik Patel on 9:31 PM Rating: 5

How do I detect IE with jQuery

Bhaumik Patel 8:00 PM
Detect browser type and version using jQuery. For all IE minor versions if ($.browser.msie && parseInt($.browser.version, 10) === ...Read More
How do I detect IE with jQuery How do I detect IE with jQuery Reviewed by Bhaumik Patel on 8:00 PM Rating: 5

convert numbers to words

Bhaumik Patel 8:46 PM
Convert numbers to words var a = ['', 'one ', 'two ', 'three ', 'four ', 'five ', 'si...Read More
convert numbers to words convert numbers to words Reviewed by Bhaumik Patel on 8:46 PM Rating: 5

find a string within substring jQuery

Bhaumik Patel 7:50 PM
string contains substring jquery First Option This indexOf() method will return the position of the match, or -1 if it isn’t found. // ...Read More
find a string within substring jQuery find a string within substring jQuery Reviewed by Bhaumik Patel on 7:50 PM Rating: 5
create own developer mode using jquery create own developer mode using jquery Reviewed by Bhaumik Patel on 8:20 PM Rating: 5

Image Reflection jQuery

Bhaumik Patel 8:15 PM
Reflection.js allows you to add reflections to images on your webpages. Reflection.js works well with logos, icons and dynamic image cont...Read More
Image Reflection jQuery Image Reflection jQuery Reviewed by Bhaumik Patel on 8:15 PM Rating: 5

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

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

tooltip style toolbars js

Bhaumik Patel 8:06 PM
Toolbar.Js A jQuery plugin that creates tooltip style toolbars . Toolbar allows you to quickly create tooltip style toolbars for use in...Read More
tooltip style toolbars js tooltip style toolbars js Reviewed by Bhaumik Patel on 8:06 PM Rating: 5

HTML iOS Notifications

Bhaumik Patel 8:14 PM
HTML iOS Notifications iOS-style notifications implemented with CSS3 and JavaScript. DEMO Read More
HTML iOS Notifications HTML iOS Notifications Reviewed by Bhaumik Patel on 8:14 PM Rating: 5

cool panel slider

Bhaumik Patel 8:24 PM
Cool Panel Slider Demo: Check the demo - Demo URL: https://github.com/mlms13/panel-slider Download: Download last version Read More
cool panel slider cool panel slider Reviewed by Bhaumik Patel on 8:24 PM Rating: 5

browser dialogs looked so good

Bhaumik Patel 8:08 PM
Design Browser Dialog Jquery (alertify.js) Features Fully customizable alert, confirm and prompt dialogs Fully customizable unobt...Read More
browser dialogs looked so good browser dialogs looked so good Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

Clear textbox value using jQuery

Bhaumik Patel 7:47 PM
clear all textbox,radio button, check box value using jQuery Clear all textboxes client side $('input[type=text]').val(''); ...Read More
Clear textbox value using jQuery Clear textbox value using jQuery Reviewed by Bhaumik Patel on 7:47 PM Rating: 5

Get current url in jquery

Bhaumik Patel 7:51 PM
get host name,page url, port number,hash with javascript. write in console window.location URL : http://localhost:1723/home.html get...Read More
Get current url in jquery Get current url in jquery Reviewed by Bhaumik Patel on 7:51 PM Rating: 5