[jQuery] Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread dme69
Hello all, First i want to say Happy new year to everybody. I'm from france so don't take too much attention on my english ;-) I think all is the title ... The ID is to make a kind of sitemap with preview mode. Dominique.

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread dme69
Hi, Thanks for all your answers. I'm going to look at this solutions. I'm not sure I will be able to modify each page ... Thanks again. It will help me. Dominique. On 7 jan, 14:39, aldur <[EMAIL PROTECTED]> wrote: > So what you want is that you have a site map structure and when you > mouse ove

[jQuery] Add onclick attribute to a a link - Is it possible ?

2008-05-23 Thread dme69
Hello all, I love jquery but I'm really new to ajax and development (and english ;-) ). I want to add the attribute onclick on some link on my page : I found how to add a title for the link (for example), I can also change the color and some other things but in fact what I really want to do is a

[jQuery] Re: Add onclick attribute to a a link - Is it possible ?

2008-05-24 Thread dme69
Thanks, I will try that. Dominique. On 23 mai, 14:26, steve_f <[EMAIL PROTECTED]> wrote: > you need to use bind or click > > $('.view-field a').bind('click', function(){return > confirm('sure ?')}); > > On May 23, 9:09 am, dme69 <[EMAI