D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
public
/
js
/
Filename :
manager_archive.js
back
Copy
$(function () { $('.status').change(function () { $('.showhide').hide(); var tt = $(this).attr('id'); var sel = $('#form_'+tt+' .showhide'); console.log(sel); sel.show(); }); });