[jQuery] Refresh a Div in a page (via a button)

2008-05-07 Thread chrbar
Hello, I'm looking for a code/script which allows the user to refresh (via a button) a specific Div inside a Web page, without refresh the full page. Do you have any idea how to do that? Thanks a lot for your help :) Chris

[jQuery] Re: Need help on jQuery.browser.version

2008-05-05 Thread chrbar
Thanks a lot Mike, I've tried, it works perfectly! I would like to add FF 1 and IE 5 which are not supported too. Could you tell me if my code is correct... I think I did an error: // See http://developer.apple.c

[jQuery] Need help on jQuery.browser.version

2008-05-04 Thread chrbar
Hello, I saw there were a Browser Detect included with jQuery. I would like to use two different code line in my Web page depending of the browser version: If the browser is Safari and the version is older than 3, the code line is: test Else (for all other browsers including Safari 3), the code

[jQuery] Build a Quiz with jQuery?

2008-03-08 Thread chrbar
Hello, Does someone try to create a Quiz Plugin with jQuery? I'm looking for a script to display a Quiz in a Web page, do you know one? Thanks a lot, Chris