[jQuery] Parse html content and convert untaged links and emails to hyper links

2009-09-04 Thread IDEO
Hi, The plugin should parse In a HTML page once loaded and convert any link and email without a href tag to a proper clickable link... For example: a). google.com should be converted to a href=http://google.com; target=_blankgoogle.com/a b). exam...@example.com should become a

[jQuery] Flashing Messages

2008-10-16 Thread IDEO
How can I do the following... I have 20 messages canned and want to show all of them one after the other.. like flashing a message... each message should stay - at least 3secs. It would be great if we can incorporate the slow animation of show hide. Also the process should be repeated.. once it

[jQuery] [validate] If no error execute click function

2008-10-08 Thread IDEO
Here I have a form... the validation works great on keyup and submit. But when submit, I want to run a click function $(#support).click(function(){ alert(123); }); only when there is no error from the validation. It should give the alert message only when