Different different type of call document ready Different different type of call document ready Reviewed by Bhaumik Patel on 9:08 AM Rating: 5
Happy New Year 2016 Happy New Year 2016 Reviewed by Bhaumik Patel on 12:00 AM Rating: 5

Merry Christmas

Bhaumik Patel 9:01 PM
Merry Christmas May your life be filled with joy and happiness and may each new day bring you moments to cherish . Read More
Merry Christmas Merry Christmas Reviewed by Bhaumik Patel on 9:01 PM Rating: 5
How to get current url in JavaScript and jQuery How to get current url in JavaScript and jQuery Reviewed by Bhaumik Patel on 7:28 PM Rating: 5
Bootstrap FAQ Filter With full text search Bootstrap FAQ Filter With full text search Reviewed by Bhaumik Patel on 7:02 PM Rating: 5

HTML Table Row Blink Background Color

Bhaumik Patel 2:16 AM
HTML table row highlight background color fade in and out using CSS @-webkit-keyframes blink { 50% { background: rgba(255,...Read More
HTML Table Row Blink Background Color HTML Table Row Blink Background Color Reviewed by Bhaumik Patel on 2:16 AM Rating: 5
How to get LAN IP of a client using .net c# How to get LAN IP of a client using .net c# Reviewed by Bhaumik Patel on 8:32 PM Rating: 5
How to Check if Internet connection is available using C# How to Check if Internet connection is available using C# Reviewed by Bhaumik Patel on 7:39 PM Rating: 5

Pure Javascript Countdown Timer

Bhaumik Patel 8:20 PM
Simple Pure JS Countdown Timer DEMO function countdownTimer(seconds) { if (seconds <= 0) { document.getElementById(&qu...Read More
Pure Javascript Countdown Timer Pure Javascript Countdown Timer Reviewed by Bhaumik Patel on 8:20 PM Rating: 5

Bootstrap FAQ Accordion

Bhaumik Patel 8:27 PM
Bootstrap FAQ Accordion DEMO <div class="container-fluid "> <div class="panel-group" id="faqAc...Read More
Bootstrap FAQ Accordion Bootstrap FAQ Accordion Reviewed by Bhaumik Patel on 8:27 PM Rating: 5

Convert currency into words

Bhaumik Patel 8:11 PM
Number to amount in words using Javascript DEMO function convertNumberToWords(amount) { var words = new Array(); words[0] = &...Read More
Convert currency into words Convert currency into words Reviewed by Bhaumik Patel on 8:11 PM Rating: 5

Fancybox afterLoad Callback

Bhaumik Patel 8:24 PM
Fancy box load on ajax success call On load of a fancybox from ajax, return a function to listen on the element in fancybox. jQuery(d...Read More
Fancybox afterLoad Callback Fancybox afterLoad Callback Reviewed by Bhaumik Patel on 8:24 PM Rating: 5

knockout js Datasource pagination

Bhaumik Patel 9:05 PM
HTML Table Pagination using Knockout JS function getAnimals() { var params = { limit: this.pager.limit(), startInd...Read More
knockout js Datasource pagination knockout js Datasource pagination Reviewed by Bhaumik Patel on 9:05 PM Rating: 5

jquery countdown remain seconds

Bhaumik Patel 8:27 PM
Reverse countdown timer show remaining seconds. 11 seconds remaining var counter = 15; var intervalId = null; function action() { ...Read More
jquery countdown remain seconds jquery countdown remain seconds Reviewed by Bhaumik Patel on 8:27 PM Rating: 5
knockoutjs set select default selected value knockoutjs set select default selected value Reviewed by Bhaumik Patel on 7:32 PM Rating: 5
knockout js pagination jquery ui modal knockout js pagination jquery ui modal Reviewed by Bhaumik Patel on 7:02 PM Rating: 5
How to move items in between two select lists using javascript How to move items in between two select lists using javascript Reviewed by Bhaumik Patel on 8:05 PM Rating: 5
jQuery UI autocomplete with a Knockout binding handler jQuery UI autocomplete with a Knockout binding handler Reviewed by Bhaumik Patel on 8:39 PM Rating: 5

DATETIME FORMAT IN SQL SERVER

Bhaumik Patel 8:09 PM
How to Format Date/Time in SQL Sometimes I can't find a better way to present something then through a series of code/examples, so, w...Read More
DATETIME FORMAT IN SQL SERVER DATETIME FORMAT IN SQL SERVER Reviewed by Bhaumik Patel on 8:09 PM Rating: 5

Get File Size Using jQuery

Bhaumik Patel 8:23 PM
How to check file size before uploading using jQuery Get File Size Using jQuery All Browsers function GetFileSize(fileid) { try { ...Read More
Get File Size Using jQuery Get File Size Using jQuery Reviewed by Bhaumik Patel on 8:23 PM Rating: 5