[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-12 Thread Discret
ok Merci FrenchilnLA your solution is a good idee, but i work with Moss and i m not developer's. Whit the last Jquery version, i can see my id in yahooCopy but the link is not good in the yahoo.htm i create a coucou And in the index.htm http://code.jquery.com/jquery-latest.min.js"; type="tex

[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-11 Thread FrenchiInLA
tu peux de la meme maniere travailler avec jtip par example. Make Handler.ashx?Action=toto&etc=etc essaye d'utilise un httphandler au lieu de aspx, and pass tes parametre, et return htm, or juste textefile. si tu loader une page avec des server controles tu aura des probleme avec 2 form runat=s

[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-11 Thread Discret
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 $(document).ready(function(){ $("a.article").click( function (){ $("#feeds").load("Pagedarticle.as

[jQuery] Re: .load Ajax et Jtip ou ClueTip

2008-06-11 Thread Discret
I'm using .Load to load the id of a page in another id page. http://docs.jquery.com/Ajax/load $(document).ready(function(){ $("a.article").click( function (){ $("#feeds").load("Pagedarticle.aspx #conteneur");}) }); Charge la page et l'id conteneur dans l'id fee