[jQuery] Re: [tooltip] dont close tooltip after click

2009-06-25 Thread Frédéric Pillonel
Hi, I don't know JQuery or JavaScript much, but tooltip takes what's in 'title' field of its target to create header and body when page loads. I suppose it creates and put in DOM tree everything else like onMouseOver() or other functions, so it should be possible to just modify DOM tree to take

[jQuery] Re: Help ::Without URL / pagerefresh to get into login ((--very urgent--))

2009-06-25 Thread Frédéric Pillonel
Hey Either send every values to refill fields after the page refresh, or use an ajax request instead of a standard submit. It sends a request to the server without refreshing the page, so you have to define a javascript function to be executed when the response comes back. This function is most