Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert Javascript to Jquery

Status
Not open for further replies.

forumposters

Programmer
Aug 31, 2006
61
US
Can anyone help me convert this line of code from Javascript to Jquery?
$(fileObj.name).innerHTML += '<a href="javascript:;" class="floatLeft" onclick="removeImage(\''+fileObj.name+'\')">delete</a><br />';
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top