Jump to content

Jquery .replaceWith isnt working


krash11554

Recommended Posts

idk if im doing this wrong but im using this function

function changeCss(){

	$('#fileupload').css('visibility','hidden');
	$('input#browse').replaceWith('<input type="submit" value="Submit" >');



}		

when the event onchange happens from a input. The .css visibilty is working but the replacewith isnt.

Link to comment
https://forums.phpfreaks.com/topic/267158-jquery-replacewith-isnt-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.