J'utilise .load pour charger l'id d'une page dans l'id d'une autre
page.

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 or Cluetip or otherwise.

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


Discret

Reply via email to