whoops! instead of '#divSteps3' i meant 'div.error-message' next
time i should proofread
On Aug 31, 3:34 pm, "#micah" wrote:
> only perform the post if the error message div isnt there, or has no
> text in it
>
> if( !($('#divSteps3')==undefined) && $('div.error-message').text
> ().length>0
only perform the post if the error message div isnt there, or has no
text in it
if( !($('#divSteps3')==undefined) && $('div.error-message').text
().length>0) )
something like that
On Aug 31, 1:53 pm, "Dave Maharaj :: WidePixels.com"
wrote:
> I have this script
>
> $(document).ready( function(
2 matches
Mail list logo