[jQuery] Re: Internet Explorer Issue with Hover State

2009-06-27 Thread DFischer
I found a temporary hack to make this work. Wow this is such a horrible hack => http://www.screencast.com/users/dfischer/folders/Jing/media/a080ccc3-1cc5-47ab-9b9f-3f168695121a On Jun 27, 4:37 am, BigFisch wrote: > I'm having an extremely frustrating issue with Internet Explorer

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-05-21 Thread dfischer
I am having a difficult time using the "select" method in the onInit callback. I am creating an array of items and then calling select as follows: onInit: function(finderObj) { var itemsToSelect = ["href/item1", "href/item2"]; $(this).finder("select", itemsToSelect); } When this code is