[solved] Buggy style inside panel
Dear all,
I'm new to jQuery mobile and maybe I didn't look right, but I use the 1.4 version (and tried with jquery 1.10 and 2.0.3 with the same issue) and here is my problem:
I have left and right panels (defined outside the page, and initialized at the end of the html this way
$(document).ready(function() { $('#panel-nav').panel().enhanceWithin(); $('#panel-config').panel().enhanceWithin(); });
I have some
collapsible-set in each panel but their content has no style.
Does anyone know this problem please?
Thank you
edit: I feel stupid, working on this since so many hours, I post here and I find the solution 5 minutes after. My non-styled components were some checkboxes, I missed a form tag around them. Stupid me.