Archive for the ‘jQuery’ Category

Simple Application using Ajax and PHP

var fbShare = {url: ‘http://sree.cc/jquery/simple-application-using-ajax-and-php’,size:’large’}
This is a simple application to convert all the First Letter of a string to Upper case using AJAX.
Here you have two files: an HTML file and a PHP file.
The HTML file contains the HTML code as well as Ajax code. The PHP file is meant for modifiying the [...]

jQuery

var fbShare = {url: ‘http://sree.cc/jquery/jquery’,size:’large’} jQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 27% of the 10,000 most visited websites websites, jQuery is the most popular JavaScript library in use today
Use
jQuery usually exists [...]

Jquery for Beginners

var fbShare = {url: ‘http://sree.cc/jquery/jquery-for-beginners’,size:’large’} Besides W3Schools one site with a really helpful tutorial for jQuery that any beginner can browse through easily is
the Web Designer Wall.
http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/
This tutorial is not just clear and to-the-point, it is also very bright and bold in presentation. It has 10 really helpful visual tutorials on jQuery in an [...]

Simple hello world jQuery script for beginners

var fbShare = {url: ‘http://sree.cc/jquery/simple-hello-world-jquery-script-for-beginners’,size:’large’}

Simple hello world jQuery script for beginners
jQuery is a JavaScript library or framework. It uses CSS-like selectors(#, >) to select a set of elements. Basic knowledge in JavaScript is required to understand and master jQuery.First of all, you need to have a copy of jQuery library. Click here to [...]