Cool Big Social Counter Button With Bootstrap Cool Big Social Counter Button With Bootstrap Reviewed by Bhaumik Patel on 8:16 PM Rating: 5
Form with the default HTML5 button submit event hierarchy Form with the default HTML5 button submit event hierarchy Reviewed by Bhaumik Patel on 7:10 PM Rating: 5
Javascript allow only numbers and decimals Javascript allow only numbers and decimals Reviewed by Bhaumik Patel on 7:43 PM Rating: 5
Javascript get month name from number or date Javascript get month name from number or date Reviewed by Bhaumik Patel on 7:07 PM Rating: 5
Generating a random number between two values using javascript Generating a random number between two values using javascript Reviewed by Bhaumik Patel on 7:19 PM Rating: 5

Keyboard Keys and Key Code Values

Bhaumik Patel 7:34 PM
List all the keys on a standard keyboard and the corresponding key code values and ASCII key code values. DEMO Letters A to Z and st...Read More
Keyboard Keys and Key Code Values Keyboard Keys and Key Code Values Reviewed by Bhaumik Patel on 7:34 PM Rating: 5

Pad Left or Right Using JavaScript

Bhaumik Patel 7:19 PM
String Padding in JavaScript // Pad Right String.prototype.padRight = function (l, c) { return this + Array(l - this.length + 1).join...Read More
Pad Left or Right Using JavaScript Pad Left or Right Using JavaScript Reviewed by Bhaumik Patel on 7:19 PM Rating: 5

Replace all in javascript

Bhaumik Patel 7:43 PM
String Replace Using JavaScript // Replace All String.prototype.replaceAll = function (s, r) { return this.split(s).join(r) } // Prin...Read More
Replace all in javascript Replace all in javascript Reviewed by Bhaumik Patel on 7:43 PM Rating: 5
Checking if a string contains a certain substring Checking if a string contains a certain substring Reviewed by Bhaumik Patel on 7:05 PM Rating: 5
Share Social media round buttons Share Social media round buttons Reviewed by Bhaumik Patel on 6:57 PM Rating: 5

Bootstrap navigation custom design

Bhaumik Patel 7:39 PM
bootstrap navigation custom color code design responsive .navbar { text-shadow: 0 -1px 0 rgba(0, 0, 0, .15); background-color:...Read More
Bootstrap navigation custom design Bootstrap navigation custom design Reviewed by Bhaumik Patel on 7:39 PM Rating: 5

Image Preview on hover bootstrap

Bhaumik Patel 7:45 PM
img Preview on hover bootstrap $container = $('<div/>').attr('id', 'imgPreviewWithStyles').append('&l...Read More
Image Preview on hover bootstrap Image Preview on hover bootstrap Reviewed by Bhaumik Patel on 7:45 PM Rating: 5
Vote up and down script using bootstrap Vote up and down script using bootstrap Reviewed by Bhaumik Patel on 8:35 AM Rating: 5