-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing an application using jQueryUI. I am also using the Themeroller. I want to have as many of my styles as possible defined using the theme, so that if I need to change some styles, I simply have to create a new custom theme (or download an existing theme).
I am trying to use the "selectable"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm having trouble loading JQueryUI from Google's CDN. I've got an ASP.NET application that and am using this to call the scripts:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have dialog created like this
$('#add_error').click(function(e) {
$('<div>')
.load('/someaction/format/html/')
.dialog({
title: 'Some title',
modal: true,
width: 385,
close: function() {
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When a user starts typing on the searchbox, the suggestion page returns the latest item from all collections matching that nama, plus other data.
I'd like to show that item (along its image), and a link to "see all items from this collection".
I can do (most of) that with the following code:
$('#search')…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here's a page with the issue
To reproduce the error, using IE - click the directions tab, then any of the others.
What I'm trying to do is this:
On page load, do nothing really. However, when the directions tab loads - setup the map. Like so:
$('#tabs').bind('tabsshow', function(event, ui) {
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am useing the superfish jquery plugin
If you view the superfish menu here: clicky
the drop-downs show correctly (above the main content) in Chrome, Firefox, Safari, IE6, IE7
But for some reason they fall behind the main content in IE8.
I already set the z-index for the superfish menu which IE7…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
was wondering if there is a way to make superfish using jquery ui theme framework, if that isn't possible right now, what practice can be applied to make superfish using jqueryui styles.
Thanks for your valuable input.
Michael
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
For the life of me I cannot get my Superfish menu to stop hiding behind my jQuery UI tabs in IE 7. I have read the documentation out there, have tried changing z-index values and tried the bgIframe plugin, although I am not sure if I am implementing it correctly (left out in my example below…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been stuck on this one for some time now and would really appreciate some assistance.
I'm developing a superfish horizontal dropdown menu.
I would like to know how to, using supersubs, set the width of the dropdown menu items to that of the largest items width in the drop down.
The default…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been tinkering around with the excellent Superfish drop-down menu to fit my needs. Here's the result. Still, there are two oddities I need to fix.
Since I changed the font family and font size used for the items in the menu bar, the drop-down menus are aligned incorrectly a few pixels lower…
>>> More