1. bec00l
  2. General
  3. Sunday, July 13 2014, 06:36 PM
Hello!

I want to open profile view page with different active tabs depends of URL parametr
For example:
https://www.easy-profile.com/account/edit-profile/profile.html#tab0
https://www.easy-profile.com/account/edit-profile/profile.html#tab1

Is it possible?

Thanks for support!
Accepted Answer
admin Accepted Answer
Admin
Hi Mark,
sorry but to do this you can add some javascript code like to your template Javascript file (.js) like:
jQuery(document).ready(function(){
var hash=window.location.hash;
jQuery('a[href="'+hash+'"]').click();
});


Tested and work! ;)
  1. more than a month ago
  2. General
  3. # Permalink
bec00l Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.