| Confusing: Writing Javascript calls from JS based upon AJAX data
|
Seattle_SEM

msg:4263773 | 6:22 pm on Feb 7, 2011 (gmt 0) | Am I crazy for trying this? I'm trying to create an onClick handler for an anchor, while looping through a JSON array which provides the data that the function requires. Like this: newcontent += "<a href='#' onClick='CreateShareDialog('" + CategoryDisplayName + "', '" + CategoryShare_Picture + "';')>hey</a>"; Is there a better way to do this? Thanks!
|
|