Skip to main content

All Questions

0 votes
0 answers
83 views

JQUERY UI Dialog with Site.css

Hello I am using jquery ui on a site I am working on. Two elements I use alot are the dialog and tab controls. I have a Site.css file that I apply custom styling as well as override some of the jquery ...
user1287453's user avatar
2 votes
1 answer
200 views

Does jqueryui have CSS rules for normal HTML elements?

As I have understood, jqueryui has 2 sets of things: Ready made elements that can be used in developing web apps (like menu, datepicker and so so...) CSSs ready to use with the elements talked about ...
Mohammad Naji's user avatar
35 votes
6 answers
49k views

WordPress, jQuery UI CSS Files?

I'm trying to create a WordPress plugin, and I would like to have jQuery UI Tabs in one of my settings pages. I already have the scripting code set: wp_enqueue_script('jquery'); //...
KodeFor.Me's user avatar
  • 13.5k
0 votes
1 answer
3k views

The default icon(arrow) on jquery UI accordion not appearing

I am using jquery ui accordion just as shown in their demo http://jqueryui.com/demos/accordion/ However the default arrow icons are not appearing. Can anyone please tell what could be the reason. I ...
buzz3110's user avatar
0 votes
1 answer
2k views

Stylesheet conflicting with jquery ui style

I have the following style which works as I want it to work: .container { font-family:arial; text-decoration:none; font-size:12px; } .title {color:#707070; text-decoration:none; } .username {color:#...
oshirowanen's user avatar
17 votes
3 answers
19k views

How to apply multiple jQuery UI themes

Does anyone have any techniques/tips/tricks to help me organize and implement multiple jQuery UI themes in one application? I have resulted to using !important as it seems to be the surest way to ...
Derek Adair's user avatar
2 votes
2 answers
2k views

Modifying Rails helpers to add HTML classes

I'm starting to use the jQuery UI CSS Framework for an app, which means I have to start adding classes to everything. So, for example, I want to make all buttons jQuery-themed, which means adding a ...
Skilldrick's user avatar