Re: [jQuery] New Forums

2010-01-22 Thread Scott Wilcox
Agreed. On 22 Jan 2010, at 00:38, Matt Quackenbush wrote: Well stated, Shawn. I wholeheartedly concur. smime.p7s Description: S/MIME cryptographic signature

Re: [jQuery] New Forums

2010-01-22 Thread Scott Wilcox
+vote for Mailman. On 22 Jan 2010, at 08:41, Octavian Râşniţă wrote: From: brian zijn.digi...@gmail.com FWIW, I'm pretty sure the decision to drop Google Groups is due to John Ressig's account being spoofed by spammers. It's happened to me, also. That, too, is unacceptable. I vote for

Re: [jQuery] (Validate) Checking once an Entry is Change

2010-01-20 Thread Scott Wilcox
Got it working now, but thanks! Turned out my backend wasn't returning right. Human error we'll call it ;) On 19 Jan 2010, at 20:22, Nathan Klatt wrote: On Sat, Jan 16, 2010 at 6:42 PM, Scott Wilcox sc...@tig.gr wrote: Pastebin of code: http://pastebin.com/ma643a4e Hiya Scott, What's

[jQuery] (Validate) Checking once an Entry is Change

2010-01-16 Thread Scott Wilcox
Hi Folks, I have a form that uses remote validation to test whether a username exists. It fires fine, however when it should return false, nothing is showing next to an element. Also, when the text input is changed then it doesn't revalidate the field which it should do. Any help, points

[jQuery] .attr issue in Chrome on Windows

2009-12-23 Thread Scott Wilcox
Hi folks, I'm using the Google CDN hosted JQuery file listed below: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js I have this function below which works fine in Firefox (all os's), Safari and Chrome on mac, but not Chrome on Windows. Very strange! function

[jQuery] Automagically link http(s)://, mailto: etc in String

2009-12-03 Thread Scott Wilcox
Hello Folks, I'm usually pretty good at Googling and finding my own answers to problems, however this one has left me a little stumped. Is it possible either using JQuery, a plugin or standard JS to automagically create links for URI's within a string? I'm having a complete block trying to