Mohammadreza
11-19-2011, 01:40 AM
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
http://plugins.jquery.com/files/jquery.countdown.js.txt
please help me ... !
$(document).ready(function(){
$(".ajaxLink").ajaxLink();
});
<a href="1.html" class="ajaxLink">Link 1</a><br />
<a href="2.html" class="ajaxLink">Link 2</a><br />
<div id="content" style="text-align: center" ></div>
i'm trying to use the ajaxLink plugin to display many different contents at the same time
http://plugins.jquery.com/files/jquery.countdown.js.txt
please help me ... !
$(document).ready(function(){
$(".ajaxLink").ajaxLink();
});
<a href="1.html" class="ajaxLink">Link 1</a><br />
<a href="2.html" class="ajaxLink">Link 2</a><br />
<div id="content" style="text-align: center" ></div>