Archive for February, 2013

Highlight Negative value columns in ASP.NET GridView using jQuery

In this post, find jQuery code to highlight negative value columns/cells in ASP.NET GridView. This is a helpful feature as it draws user's attention immediately and informs him that there is something wrong with some of the entities. Related Post: jQuery.isNumeric in jQuery 1.7 Download ASP.NET GridView & jQuery Tips and Tricks eBook PDF Common […]
Read the rest of this entry »

jQuery – Convert string to float or double

Find code to convert String to float or double using jQuery. To convert, use JavaScript parseFloat() function parses a string and returns a floating point number. var sVal = '234.54'; var iNum = parseFloat(sVal); //Output will be 234.54. Related Post: jQuery- Convert string to Integer jQuery to round off decimal values jQuery Code: Change text […]
Read the rest of this entry »

jQuery – Convert string to integer

Find code to convert String to Integer using jQuery. To convert, use JavaScript parseInt() function which parses a string and returns an integer. var sVal = '234'; var iNum = parseInt(sVal); //Output will be 234. Related Post: jQuery to round off decimal values jQuery Code: Change text to Uppercase The syntax of parseInt() function is, […]
Read the rest of this entry »

10+ Best jQuery Player and HTML5 Player

Find list of best jQuery Player and HTML5 Player available today. This list includes jQuery based audio, video and youtube players, HTML5 based audio and video players. These plugins are really useful due to increasing popularity of embedding videos in website or blogs. Gone those days when Flash was used to display video on the […]
Read the rest of this entry »

Best jQuery Clock Plugins

Today's post is collection of best jQuery Clock Plugins Tutorials & Demos which you can easily integrate and make your site look modern and attractive. Colorful Clock With CSS & jQuery jDigiClock jQuery Sliding Clock Old School Clock with CSS3 and jQuery jQuery Gas Pump Style Clock CSS3 Digital Clock with jQuery jQuery Woozy Clock […]
Read the rest of this entry »

Common jQuery Mistakes

Well, Everyone makes mistakes and and best part would be not to repeat them again. You should "Always make new mistakes" :). jQuery is awesome library. But believe me, it can make you crazy if it is not used properly and efficiently. It can hit performance of your page and you don't even realize it. […]
Read the rest of this entry »

Responsive Menu
Add more content here...