[jQuery] Re: Marquee plugin

2009-06-09 Thread Erdwin Lianata
try something like jcaroussel plugins google will help you bharani kumar wrote: Hi All , Can u tell me which plugin satisfy me requirement , Like marquee , BACK *IMAGE1 IMAGE2 IMAGE3* NEXT When i click *back* , then i want to move image from *right *to *left *, If i click the

[jQuery] Re: Removing dynamically inserted html

2009-06-04 Thread Erdwin Lianata
Because you never bind your dinamically added items. Try adding new variable function that contains your removing item code, then re-bind for all .removeitem's item just after you added a new item. This is what I've done so far: var ItemRemoveFn = function(event) { // Here is your remove