Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
603
stars
258
forks
source link
How to use Class instead of ID for index.html#undefined1 #55
It is my understanding that using ID will prevent showing #undefined1, #undefined2 and so forth on URL. However I prefer using Class since it will used as a widget. I do not want to have more than two same IDs on same page.
Is there a solution to fix this to show actual hash name instead of undefined when using Class? Thanks!
It is my understanding that using ID will prevent showing
#undefined1
,#undefined2
and so forth on URL. However I prefer using Class since it will used as a widget. I do not want to have more than two same IDs on same page.Is there a solution to fix this to show actual hash name instead of undefined when using Class? Thanks!