I'm using .Load to load the id of a page in another id page.
http://docs.jquery.com/Ajax/load


<code>


 <script>
  $(document).ready(function(){
          $("a.article").click( function (){
          $("#feeds").load("Pagedarticle.aspx #conteneur");})
  });
  </script>


<ul>
<li><a href="#" class="article">Charge la page et l'id conteneur dans
l'id feeds</a></li>
</ul>


<div id="feeds"></div>


</code>

Ok is rudimentary but it works, I would like to be able to make even
with a Plugin as Jtip orCluetip
This means the load factor id of an external way in the div "Jtip" the
passage of the mouse over a link?


Would you an idea to help me?


Thank you


Discreet




Reply via email to