Well I would suggest that you keep adding the generated id's of the inputs & hidden inputs in an array. Write a reset function which then loops through the array and selects them using $() and call remove() for them to remove them from the DOM.
Other than that I don't think there is any way specifically that could allow you to identify the inputs created from jquery uniquely. Thanks & Regards, Dhruva Sagar. On Thu, Nov 5, 2009 at 5:56 AM, ReynierPM <rper...@uci.cu> wrote: > Dhruva Sagar wrote: > >> Great :) >> >> > Hi again Dhruva: > I have one more question regarding this topic. How I can delete all the > newest elements created using the previous jQuery functions? Exists one > method for all or I need to build a custom function and clic as many times > as new elements I added? > Cheers > -- > Saludos > ReynierPM >