cmoreira

Testimonials Showcase Rating Value Via URL

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