EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Pierre on June 03, 2013, 03:08:10 PM



Title: Why this don't work (Accordion)?
Post by: Pierre on June 03, 2013, 03:08:10 PM
Hello all
I try to create Accordion from variable, but it does not work:
http://jsfiddle.net/bcjMe/
Thanks for any idea.


Title: Re: Why this don't work (Accordion)?
Post by: stworthy on June 03, 2013, 07:22:56 PM
You are missing the 'jquery.easyui.min.js' file to include in the page.
Please try the updated example http://jsfiddle.net/bcjMe/1/.


Title: Re: Why this don't work (Accordion)?
Post by: Pierre on June 03, 2013, 11:04:25 PM
Hello
yes that was the problem + $.parser.parse('#mainacc');
Thanks a lot!