Extracting information from dynamic list to post with jQuery?
I have a dynamic list of items that will be used to POST information to the backend using AJAX. <a href="...">Item 1</a> <a href="...">Item 2</a> <a href="...">.....</a> <a href="...">Item n</a> I've decided to include a css class and a hidden input on each item so that I can easily assign the handler (using the css class) and so that...