Grigory Zarubin
Grigory Zarubin
EasyTabs doesn't work properly wtih this fix if page has `` tag... At least on webkit.
ahendri, I answered you on the commit's page
ahendri, your fix has helped. I think it's necessary to commit.
So, would you make a new commit?
Hello! I have a same problem, but your temporary solution doesn't work for me. ``` $(container_id).easytabs({ defaultTab: $(container_id+' ul.dynatable-tabs > li:eq(0) > a').parent(), tabs: $(container_id+' ul.dynatable-tabs > li > a').parent(),...