2009/9/30 Nalum <[email protected]>: > > Hello Alex, > The only reason it would be a problem is if you don't apply the jQuery > to the input every time it is loaded or if it is loaded a second time > and old input is still on the page then you have two elements with the > same id. > > If you have two elements with the same id jQuery wont do anything as > it expects that an id is unique. > > Nalum >
Well after some testing i change the ID for a Class, a unique class and now works perfect :-D Problem solved ... Thanks again! Cheers!! :D -- Alex Barrios

