Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ui-helper-hidden-accessible class in jQuery-UI Dialog wrapper div issue

Can someone shed some light on what ui-helper-hidden-accessible jQuery UI CSS class does and how to make it work right or disable? It automatically makes my dialog window invisible. I just commented this class out in jquery-ui.css for now.

like image 531
Vincent Avatar asked Oct 14 '22 18:10

Vincent


1 Answers

The solution might be that you are using a jQuery theme which isn't made for your jQuery \ jQuery-UI-Version. Get a right theme or update the jQuery-js files to the proper version.

like image 149
Thomas Avatar answered Nov 04 '22 21:11

Thomas