[jQuery] Re: simple question regarding the 'this' keyword

2009-08-09 Thread svanhess
I would suggest removing the thmb1, thmb2, thmb3 classes and use a static class like "thmb" so you can create a single function that handles all of your links. You can then create a single function to grab the "src" attribute of the child "img" tag and load up the hi res version of the image. Fo

[jQuery] Re: [Plugins] looking for "iPhone contacts shortcut"

2009-07-23 Thread svanhess
This should be do-able without a plugin. Absolutely position a vertical list of letters to the side of your content. Each letter is a link to a anchor within your content. Use something like ScrollTo to move the page to the selected anchor. http://plugins.jquery.com/project/ScrollTo Throw eve