[jQuery] Image control and navigation

2008-01-27 Thread bhays
Hi, I've been unsuccessful in finding a javascript solution that is the equivalent of this: http://www.pupinc.com/browser/ Basically I would like it would function like one of the many lightboxes however, the user would remain on the same page, nothing being blocked out. Currently thumbnails ar

[jQuery] Re: jEditable Callback Function

2007-12-11 Thread bhays
Thanks! Great work on jEditable too... On Dec 11, 12:31 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Dec 9, 2007, at 3:26 PM, bhays wrote: > > > > > > > I'm using jEditable within a table that uses tableSorter. Currently, > > when data within the t

[jQuery] jEditable Callback Function

2007-12-09 Thread bhays
I'm using jEditable within a table that uses tableSorter. Currently, when data within the table is updated, the sorting of the table is off. Calling trigger.("update") fixes that, but I am unable to get the call to function properly at the end of an jeditable request. An example: $(".edit").ed

[jQuery] Re: Select type upon jeditable start

2007-12-08 Thread bhays
Fantastic, thanks! On Dec 8, 12:24 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Dec 7, 2007, at 9:06 AM, bhays wrote: > > > I'd like to havejEditable, or jQuery, auto select all the type in the > > input that I am going to edit. I am basically looking for the s

[jQuery] Select type upon jeditable start

2007-12-07 Thread bhays
I'd like to have jEditable, or jQuery, auto select all the type in the input that I am going to edit. I am basically looking for the same effect of clicking on the URL address bar in a browser. Select all on first click, then let the user decide what they will edit. I really have no idea how to

[jQuery] Re: ClueTip only working on first class instance

2007-11-05 Thread bhays
Just realized the whole eq(0) thing is the issue. Time to brush up on jQuery... On Nov 5, 8:25 pm, "Ben Hays" <[EMAIL PROTECTED]> wrote: > Hi, > > I've tried a few varieties, but I can't get the ClueTip to show up on more > than one instance of a class in a page. I'm using the first JTip example