[jQuery] Missing semi-colons in form plugin.

2009-03-10 Thread Stan Lemon
FYI: Semi-colons are missing on lines 87 & 605 of the form plugin, thus making it hard to compress/obfuscate.

[jQuery] jQuery + Gears Data Dilemma

2008-09-03 Thread Stan Lemon
Greetings, An application I've been working on is in the process of trying to integrate Gears support into itself. The application is heavily driven by jQuery, UI and an assortment of plugins. The support for gears involves a number of get and set type calls, where data is retrieved and populate

[jQuery] Re: [treeview] Trigger event...

2008-08-21 Thread Stan Lemon
:28 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Try binding your click-event first, returning false from the function > you add. Apply the treeview afterwards - in theory, the tree shouldn't > do anything after your click function got called. > > Jörn >

[jQuery] [treeview] Trigger event...

2008-08-21 Thread Stan Lemon
Jorn, Greetings! Love your treeview plugin and I've used it on a number of projects. I have a particular project right now where in my particular node I have a that has a click function attached to it, and when that click function is called I'd like for the treeview action not to be called. I

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-20 Thread Stan Lemon
Dan, Key navigation doesn't work at all - I'm not able to key down or anything. I wonder if the hotkeys plugin for jQuery might be helpful in this front since it normalizes key entry behavior? Just a thought. Thanks again for the stellar plugin. Pax, - Stan On Jun 19, 4:05 pm, "Dan G. Switze

[jQuery] Re: New jQuery Plug-in: Multicolumn Dropdown

2008-06-19 Thread Stan Lemon
Very nice plugin! I second Jorn's thought on the usage of both modes. I found myself slightly confused at first when I went into keyboard mode and couldn't click on anything. Seems to be an issue too when you click on the arrow, the menu is expanded and then you proceed to click on the white ar

[jQuery] Re: Superfish Menu Fade-out

2008-04-17 Thread Stan Lemon
back over a > submenu that is in the process of closing. There has been some > interest in getting this working recently, so hopefully I'll get to it > some day. > > Stan Lemon recently sent me a patch which attempts to add closing > animations. I'll list it

[jQuery] Re: markItUp! 1.0 (former jTagEditor) is finally released!

2008-03-24 Thread Stan Lemon
Can you clarify what the differences are between this and jTagEditor? Also... have you ever considered making a single image sprint of the buttons? That might save some load-time. Thanks for your work on this plugin, I use it quite a bit and very appreciative for it! Pax, - Stan On Mar 23, 2:4

[jQuery] Macro templates for jQuery & UI

2008-02-22 Thread Stan Lemon
Greetings, There has been some conversation on the UI list about templating solutions for jQuery. Ext has a light weight template library which handles basic variable assignment and supporting formatting methods. I finally decided to port the Ext solution to jQuery. I've tried to conform to the UI