On the jQuery download page it is possible to add a class to themes so that multiple themes can be used on the same page.
I tried adding 'dialogClass': 'sunny', but this doesn't work properly because the CSS selectors would require the dialog DIV to be wrapped within an element of .sunny class.
How can I specify which theme is to be used in a dialog? There are two types of dialog and I would like to use a different theme for each.
I am working on a website where a popout shows when the mouse is rolled over an anchor element. Obviously roll-over behaviour cannot work on touch-screen devices like an iPad.
My client requires that I implement device-specific logic for tablet devices (or at least the iPad). I need to assign rollover event conditionally:
I have three sortable columns which are connected. I know which element is being dragged $(ui.item) and I know where the item came from this, but I cannot find the element where the item is dropped into.
Please could somebody tell me how to get the element reference for this?