D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
stage
/
public
/
js
/
Filename :
order.js
back
Copy
$(function () { var sel = $('.artist_select').val(); var sal = $('.artist_select option[value='+sel+']').attr('data-saloon-id'); if(sal){ $('.saloon_select').val(sal); } });