Hi,

I am new to jquery and I have some code that I wrote that loops over some
records from my database and at each iteration of the loop (a coldfusion
loop, either way same concept) I want to create a few buttons that the user
can click to do things.  Each button will be unique by appending a counter
to it equal to the current row in my loop like so:


Create User
Edit User


My question is how can I use jquery to assign click handlers without having
to do this:


Create User
Create User

-- 
View this message in context: 
http://old.nabble.com/Jquery-and-Dynamic-assignment-tp27238454s27240p27238454.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to