How to load Ajax libraries via google.load() method


How to load Ajax Libaries via google.load() method.

To do so please fallow these steps:

1. In your app/website header please copy and paste:
<script src="http://www.google.com/jsapi" type="text/javascript"></script>

2. Copy and paste the fallow below step 1:

<script>
    // Load Mootools
    google.load('mootools', '1.2.4');
    // Load jQuery
    google.load("jquery", "1.4.2");
</script>

That is it, you should now be able to utilize your favorite Ajax libraries.

About Krish Manohar

Web Developer
This entry was posted in Ajax, Google, Programming and tagged , , , , , , , , , , . Bookmark the permalink.

2 Responses to How to load Ajax libraries via google.load() method

  1. KaranSokhey says:

    Great! Thanks Krish bomb bomb

  2. I am glad you like it Karan.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>