Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery(document).ready(function(){
- var url_rating = document.URL.substr(document.URL.indexOf('#rate')+5);
- if(url_rating.length>0) {
- console.log(url_rating);
- jQuery('#_aditional_info_rating_'+url_rating).prop("checked", true);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment