jQuery Scripts   

 

 Initialization script

// on ready wrapper
$(function() {

// Add an inline event handler
    $('#jQueryGo').click(
        function() { $.ajax({ type: 'GET', url: '/search.html', data: 'q=' + $('#txtGoogle').val(), success: onSucc });
    });

    //Add an external event handler
    $('#jQuerySave').click(xSaveLinks);
});
Published  on  9/15/2009  by  xsolon
  Comments  |  Trackback Url  |   Links to this post | Bookmark this post with:          
Tags: | Categories:
Technorati Tags:
 

Links to this post

Comments

Title:
Receieve Notification:
Website:
Email:
Comments:

CAPTCHA Image Validation