-
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