Hi,
I am trying to take this from view source, i.e.:
<a href="javascript:validateCB();"><img src="wwv_flow_file_mgr.get_file?p_security_group_id=1343380920146312332&p_flow_id=222&p_fname=submit_btn.gif" alt="Submit Details" border="0" />
into jQuery selector format
var $templateButtons = $('img[src^="wwv_flow_file_mgr"]').parent('a');
But this doesn't seem to be correct.
Any ideas how to translate the above view source code into jQuery?
Thanks, Tony.