Results 1 to 1 of 1

Thread: jquery ajaxlink multiple content

  1. #1
    Join Date
    Nov 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jquery ajaxlink multiple content

    hi, i'm use from : http://plugins.jquery.com/project/ajaxLink
    i'm trying to use the ajaxLink plugin to display many different contents at the same time

    Code:
    http://plugins.jquery.com/files/jquery.countdown.js.txt
    Code:
    please help me ... ! 
    $(document).ready(function(){
           $(".ajaxLink").ajaxLink();
    });
    Code:
       <a href="1.html" class="ajaxLink">Link 1</a><br />
       <a href="2.html" class="ajaxLink">Link 2</a><br />
    Code:
    <div id="content" style="text-align: center" ></div>
    Last edited by Mohammadreza; 11-19-2011 at 12:57 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •