Custom Query (7259 matches)
Results (1 - 3 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8220 | notabug | Make targeting weeks/days of week by CSS possible | ||
Description |
Howdy, It would be great if it were possible to target weeks or days of the week (such as mondays etc) by pure CSS-- it would expose the end-goal to people who know only CSS. This is particularly important in systems such as Drupal, where one would rather not modify the base install of this module, creating a potential maintenance issue. The above is based on the Drupal 7 distro; if status has changed, beat me with a wet noodle. Thanks, Ken |
|||
#4193 | patcheswelcome | vertical tabs | ||
Description |
Add support for vertical tabs. Reference: http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html Enable demo (link to it from /tabs/index.html) when complete. |
|||
#5018 | invalid | Bug in Internet Explorer 8 when sorting list in a list | ||
Description |
Hey everyone! I've created a site with a sortable list using jquery ui. The list, however, doesn't only consist of one list but may have a child list, e.g.: <ul> <li> <ul> <li></li> <li></li> </ul> </li> <li> </li> </ul> When dragging a row in a sublist, the row of the parent list is being dragged as well. This only occurs in Internet Explorer. A demo can be found here: http://www.mygmc.de/eigene/jquerybug/test.html Thanks for your help! ;-) |