You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I know this will be difficult without html files for examples, but something changed between 1.5.13 and 1.6.0. With version 1.6.0 and beyond, I get "retainpath is null or not an object" in ie 8 - line 176; this raises the debugger. The same code yields 'o is not an object' in firefox - line 175. Snippet is below:
175 o = sf.getOptions($$),
176 not = (o.retainPath===true) ? o.$path : '',
177 $ul = $$.find('li.'+o.hoverClass).add(this).not(not).removeClass(o.hoverClass).children('ul'),
The text was updated successfully, but these errors were encountered:
You'll probably find that this was fixed in issue #36. But let me know otherwise, and please give me more info so I can reproduce the issue (if it still exists).
Hi there. I know this will be difficult without html files for examples, but something changed between 1.5.13 and 1.6.0. With version 1.6.0 and beyond, I get "retainpath is null or not an object" in ie 8 - line 176; this raises the debugger. The same code yields 'o is not an object' in firefox - line 175. Snippet is below:
175 o = sf.getOptions($$),$ul = $ $.find('li.'+o.hoverClass).add(this).not(not).removeClass(o.hoverClass).children('ul'),
176 not = (o.retainPath===true) ? o.$path : '',
177
The text was updated successfully, but these errors were encountered: