[jQuery] Creating a mini menu attached to thumbnail

2008-11-25 Thread spherop
I am trying to create a small menu arrow that will appear next to an image when moused over. The Menu arrow should go away when the user mouses out of the image, except if the user mouses into the arrow istelf, in which case it will display some ajax content. function postMenus(){

[jQuery] Re: Best JQuery pop-up plugin.

2008-09-18 Thread spherop
I have best luck with blockUI. something about the way jqModal requires you to add a class to the link bugs me. Or maybe I am recalling it incorrectly. blockUI is very lean and seems to cover all the bases. crypto5 wrote: Hi All, what is the best JQuery pop-up window plugin in your

[jQuery] Re: Best JQuery pop-up plugin.

2008-09-18 Thread spherop
ahh ...glad you informed. i take back my point and will have to relook at jqModal... MorningZ wrote: something about the way jqModal requires you to add a class to the link bugs me. Or maybe I am recalling it incorrectly You don't *have* to for instance, this would would just

[jQuery] Re: History

2008-07-15 Thread spherop
I was going to use RealSimpleHistory as it seemed the most complete, but apparently Mac Safari is not working from what i read on site comments. A new version is in the works though. I am also trying to understand the capabilities and limitations of the various options, and anyone who has had

[jQuery] simple: how to dynamically set dropdown's selected menu item

2008-06-29 Thread spherop
i can't seem to find example for: simple html dropdown select id=myDD option value=hihi/option option value=hellohello/option /select jquery code needed to set *selected item* to hello based on knowing the value of hello -- View this message in context:

[jQuery] ajax/jquery architectural question

2007-11-30 Thread spherop
i am loving jquery and the foray into a very ajax centric development approach. i am stuck though on a key architectural question. my app loads different aspects of the ui separately into divs ... and swaps out div content according to ui actions. very responsive and elegant from user

[jQuery] Re: jeditable - issue dynamically resetting submitdata

2007-11-26 Thread spherop
Ahh great - that solved it completely :) thx so much!! Mika Tuupola wrote: On Nov 25, 2007, at 9:54 PM, spherop wrote: basically, i need to dynamically update the submitdata attribute of various editable text inputs according to events happening on the client. specifically

[jQuery] jeditable - issue dynamically resetting submitdata

2007-11-25 Thread spherop
I am using jeditable plug and it's working well but i am stuck with something i need to do. basically, i need to dynamically update the submitdata attribute of various editable text inputs according to events happening on the client. specifically, the user clicks on different thumbnails, and

[jQuery] how to animate div to dissolve to new html

2007-11-18 Thread spherop
i have a div that contains the html of a youtube video embedcode. when a user clicks on a thumbnail of a different video, content is retrieved by .getJSON, and then .html is used to load it into the same div. when the new video embed is loaded, i'd like to have a really clean transition.

[jQuery] Re: how to animate div to dissolve to new html

2007-11-18 Thread spherop
On Nov 18, 2007, at 11:35 AM, spherop wrote: i have a div that contains the html of a youtube video embedcode. when a user clicks on a thumbnail of a different video, content is retrieved by .getJSON, and then .html is used to load it into the same div. when the new video embed is loaded