| Author |
Dynamically assign ID to hyperlink
|
Steve Dyke
Ranch Hand
Joined: Nov 16, 2004
Posts: 1254
|
|
I run jQuery and return a set of values. I want to use one of these values as the ID of a hyperlink created after the jQuery call runs.
my returned value is wResults.iNumber
my hyperlink
'<A href="#" id=wResults.iNumber onclick="accessEditForm(this.id)">Edit</A>'
How can I get the hyperlink to read the value of the wResults.recseq variable?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Set the attribute?
I am not sure what youa re doing, maybe some more code would shed more light on your question.
Eric
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
I have no idea what you are asking. What's wResults.recseq and what does it mean to "read" it?
And, you are using jQuery, yet have onclick attributes in your HTML?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Dynamically assign ID to hyperlink
|
|
|