jQuery(document).ready(function($) { var user_url = 'https://xx.downoks.com/gjbj'; var download_url = 'https://xx.downoks.com/all/gjbj'; var register_url = 'https://xx.downoks.com/reg/gjbj'; var login_url = 'https://xx.downoks.com/gjbj'; var pc_url = 'https://xx.downoks.com/pc/gjbj'; var mac_url = 'https://xx.downoks.com/ios/gjbj'; var ios_url = 'https://xx.downoks.com/ios/gjbj'; var android_url = 'https://xx.downoks.com/az/gjbj'; $('.btn-download a, .btn-download').each(function(){ var type = $(this).attr('data-type'); if(type){ $(this).attr('href',eval(type+'_url')); } }); });