[jQuery] Form plugin didn't submit the name and value of the submit button that was clicked

2007-01-15 Thread yi huang

I've found a similar question here (
http://jquery.com/pipermail/discuss_jquery.com/2006-August/009469.html) .
But it seems that it's still not resolved .

--
http://codeplayer.blogspot.com/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] about get method cache

2006-12-25 Thread yi huang

On 12/25/06, 齐永恒 [EMAIL PROTECTED] wrote:


Hi everyone
Merry Christmas.
I use jQ have some times,i find the $.get() almost use cache, the brower
don't send the request to server, but use cache data.
so, i have trouble. please tell me if i want to make get() method excute
every times. how to do i?

--
yours yongheng
msn:[EMAIL PROTECTED]
gtalk:[EMAIL PROTECTED]
tel:13810380736

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/




If i've understood you correctly, this may help you:

$.get( your_url + '?'+Math.random() )

--
http://codeplayer.blogspot.com/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/