Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE8 Collapse Issue #2

Closed
patrickhousley opened this issue Feb 20, 2014 · 3 comments
Closed

IE8 Collapse Issue #2

patrickhousley opened this issue Feb 20, 2014 · 3 comments

Comments

@patrickhousley
Copy link

I was having an issue with this plugin working in IE8. Clicking a menu item once would do nothing but the second time would toggle the collapse. I corrected the issue by modifying the Plugin.prototype function to the below.

$this.find('li.active').has('ul').children('ul').collapse('show');
$this.find('li').not('.active').has('ul').children('ul').collapse('hide');

@onokumus
Copy link
Owner

@onokumus onokumus closed this as completed Mar 1, 2014
@onokumus
Copy link
Owner

The example does not in my all browser too.

2014-04-11 12:26 GMT+03:00 Johannes Ferner notifications@github.com:

the jsbin-example does not work in my IE8 machine.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-40185848
.

http://onokumus.com

@onokumus onokumus reopened this Jun 9, 2014
@onokumus
Copy link
Owner

onokumus commented Jun 9, 2014

See #7

@onokumus onokumus closed this as completed Jun 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants