[jQuery] vertical coverflow

2010-01-04 Thread John R
Hi , I would like to create vertical coverflow using jquery like this link http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/ Please help me as soon as possible. Regards, John

[jQuery] Re: onfocus filter question

2007-06-01 Thread John R
look like this: > > $('input.text').behavior('focus', function() { alert('in textfield'); }); > > Then whenever a new element that matches that selector is added, it will > bind the event to it. > > You can find the behavior plugin here (requires jQuery

[jQuery] onfocus filter question

2007-05-31 Thread John R
I have a table with rows of input fields that is dynamic in that the user can add / remove rows. I'm trying to trigger a function whenever the user clicks in any of the fields, so for example I use this: $("input.text").focus( function() { alert("In textfield"); } ); After a row is dynamically