开发者

ACCESS another page when clicking on the second menu [closed]

开发者 https://www.devze.com 2023-03-18 06:53 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
Closed. This question needs details or clarity. It is not currently accepting answers.

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

开发者_JAVA百科 Improve this question

I created a menu with jQuery UI Accordion, walking without any problem. here is my problem: after closing the menu, I want to access it a different page.


Have you tried attaching a listener to the method or event that closes the menu?

Here are some JQuery event listeners

What you could try to do is to add a bind() to the event that closes the menu. Once you do that you can just fire a window.location call to redirect.

Look here for information on bind

0

精彩评论

暂无评论...
验证码 换一张
取 消