Getting attr from objects loaded with ajax
Hi,
I've been breaking my back over the following topic for 2 hours now
and I'm getting desperate.
I'm trying to make a "buy item" script for my game, and for that I
show my users a accordion-list of items, with links that open a
information screen with jQuery. Which is working perfectly.
In the information screen there is an form:
<form action='' method='post'>
<input type='text' id='amount' name='amount' value='1' />
<input type='hidden' id='item_id' name='item_id' value='49' />
<input type='submit' name='submit' id='submit' value='buy item!' /