I'm trying to create jquery jtable according to documentation at GettingStarted.
Everytime a dialog is opened, the entire format/dialog style is missing. I can still see the text and the buttons are links instead, but it looks pretty crappy.
It feels like I'm missing something really trivial but I can't seem to find out what.
I've tried it out here where you can see the missing style (pared to the several dialogs at GettingStarted).
I'm using jquery-1.7.2.min.js and jquery-ui-1.8.23.custom.min.js (have also tried CDN version at jquery-ui.js with same result).
EDIT: There are no logic implemented on purpose here. I'm aware that adding records isn't working, but the style should still show dialogs.
I'm trying to create jquery jtable according to documentation at GettingStarted.
Everytime a dialog is opened, the entire format/dialog style is missing. I can still see the text and the buttons are links instead, but it looks pretty crappy.
It feels like I'm missing something really trivial but I can't seem to find out what.
I've tried it out here where you can see the missing style (pared to the several dialogs at GettingStarted).
I'm using jquery-1.7.2.min.js and jquery-ui-1.8.23.custom.min.js (have also tried CDN version at jquery-ui.js with same result).
EDIT: There are no logic implemented on purpose here. I'm aware that adding records isn't working, but the style should still show dialogs.
Share Improve this question edited Jul 26, 2015 at 19:40 doru 9,1202 gold badges36 silver badges45 bronze badges asked Nov 12, 2012 at 20:35 QiauQiau 6,1753 gold badges32 silver badges40 bronze badges1 Answer
Reset to default 8If you look in the source code of jtable.css it's importing:
@import '../jtable_lightcolor_base.css';
Does the file exist in your directory structure? If not, then that's probably what's causing the issue.
Update
The dialog format is part of jQuery UI and you have not included the jQuery UI CSS
<link href="http://ajax.googleapis./ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css" type="text/css" rel="stylesheet" />
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744844772a4596766.html
评论列表(0条)