Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts
AngularJS–Really SuperHeroic JavaScipt

AngularJS–Really SuperHeroic JavaScipt

The day Apple said it will not support plugins like Flash Player, Silverlight for its iOS based devices, new revolution started giving mom... Read more »
no image

Javascript: Random Number between two integers

Javascript does has built-in function Math.random() to generate a random number, however the so generated random number is always a floating... Read more »
no image

Using CDN hosted jQuery Library

Very often, to use jQuery, jQueryUI and Themes we need to add reference(<script> tag) to these javascript libraries in our HTML and no... Read more »
no image

Using jQuery Scripts hosted @ Google

As mentioned in my previous post , rather then hosting jQuery libraries on our sever we can directly use them from CDN services available fr... Read more »
no image

Using jQuery Scripts hosted @ Microsoft

As mentioned in my previous post , rather then hosting jQuery libraries on our sever we can directly use them from CDN services available fr... Read more »
no image

Trim() functionality in JavaScript

Below is are the trim(), ltrim() and rtrim() functionality for strings in Javascript: /********** String Trim Utilites *******************... Read more »
no image

String.Format() for JavaScript

.Net's String.Format is a very powerful method for working with strings and is one of my favorite utility which I have been using in C#... Read more »
no image

Reading Query String with JavaScript

When you google on this topic you will find many ways to get Query String parameters & its values using JavaScript. Below is one of the ... Read more »
no image

What is minified JavaScript?

Minification (very often just minify , and sometimes also minimisation or minimization ), is the practice of removing unnecessary characte... Read more »
no image

JavaScript Utilities

Latest Download Project: JavaScript Utils Version : 1.0 Date: 14/Dec/2010 URL:  // http://pbjsutils.codeplex.com/ Dow... Read more »

Popular Posts

 
© Old - Pinal Bhatt's Blog
From the desk of Pinal Bhatt | www.PBDesk.com
Back to top