I would like to change the following onclick event, from:
view_tree_element('subscription','45592063',1);
focusit('1_45592063',true)
to
onclick="show_dialog('feed_info_dialog',{subscription_id: 45592063}
i.e. get the number 45592063 from the original onclick event,
store it in a variable and change the anchor to the show_dialog event
How would I do this?
Have a look at this. It replaces the onclick handlers if there are any. You can add a test for existence of "subscription" in the
onc
varI store the ID in an attribute of the link itself