[jQuery] Re: refresh image?

2009-05-06 Thread André Oliveira
you can, replace your querystring... $("#captcha").attr("src").replaceWith("inc/captcha/captcha.php?test=123"); in the next reload $("#captcha").attr("src").replaceWith("inc/captcha/captcha.php?test=231"); it isn't the best practice... 2009/5/6 Eric Garside > > For reference, this php should

[jQuery] Re: Using jQuery Form Plugin - submitting special characters

2008-09-18 Thread Carlos André Oliveira
All strings are in the form, to submit this form I'm using the jquery.form plugin as the function below: function foo(){ var options = { url: 'model/serviceRelease.asp?id=5', target: '#divMessage', type: 'get', success: messageSuccess}; $('#myForm').ajaxForm(options); $('#myForm').su