[jQuery] Lists, Filtering and Searching, Oh My!

2010-01-19 Thread david.vansc...@gmail.com
A while back, the company I work for tasked me with coming up with a better way to move through a listing of forms on our Intranet. The way it was done before involved two identical files being maintained simultaneously, one sorted by the form ID (AA0001) and the other by name. The list of forms

[jQuery] Delaying Click Event

2010-01-04 Thread david.vansc...@gmail.com
I've been searching high and low on Google over the last hour looking for this, but can't seem to find anything. Maybe I'm using the wrong search terms, but I'd think what I'm trying to accomplish is something that's been done before. What I'm looking to do is delay the action of a click for a

[jQuery] Re: Delaying Click Event

2010-01-04 Thread david.vansc...@gmail.com
...@gmail.com david.vansc...@gmail.com: I've been searching high and low on Google over the last hour looking for this, but can't seem to find anything.  Maybe I'm using the wrong search terms, but I'd think what I'm trying to accomplish is something that's been done before. What I'm

[jQuery] Re: Weird Hiding Issue

2009-01-24 Thread david.vansc...@gmail.com
When you have an invalid DOM structure, script goofiness happens. --Karl Karl Swedbergwww.englishrules.comwww.learningjquery.com On Jan 23, 2009, at 3:46 PM, david.vansc...@gmail.com wrote: The answer to this is probably really simple, but I'm just not finding it. I'm

[jQuery] Weird Hiding Issue

2009-01-23 Thread david.vansc...@gmail.com
The answer to this is probably really simple, but I'm just not finding it. I'm working on a newsletter and they want the first paragraph of each article shown, then a More link at the end. Got that working fine. I even have it working so that it automatically hides all but the first paragraph