Buggy jQuery UI 1.5b Release?
missing ; before statement ui.tabs.js Line 207 (some funky character at "|| baseFx") Note that I found others with this issue by searching this group: http://groups.google.com/group/jquery-ui/browse_thread/thread/89a12c10d11254b2/3915e8037473d7bc?lnk=gst&q=207#3915e8037473d7bc So I fix that, now I have the following error: $panel.data is not a function ui.tabs.js Line 123 $panel.data('destroy.ui-tabs', true); All browsers I've used so far (FF3, IE7, Safari on WinXP) have tripped up at these points.
tabsClick by div name
Hi Klaus, I'm on a situation where I can create many tabs on the fly based on a current html table with multiple <a> tags. To avoid duplication of tab creation I was adding #n (where n is the tab position) to the end of the clicked a.href property. This became a good solution until I removed one random tab at the middle... then all tabs after that got re-numbered -1 by tabs and my references became broken. To resolve this situation, I was wondering to trigger the tabClick by the target div name.
Using UI Tab instead of Submit Button
Hi all, instead of using a "normal" submit button in a form, I wanna use a tab which I add like this with a listener: $('#nav_container > ul').tabs("add", 'ajax.php', 'Abschicken') .bind('select.ui-tabs', function(e, ui) { alert("further functions followed"); }); But it doesn´t work.... I never saw the alert box?! The next step is to show a "shout-box" with something like "Are you sure...?". After this, the form data should be send to an php file which then writes the data in the DB... What do you
XSLT plugin, jQuery Callback and ui.tabs
Hey guys - I decided to kick my long script in favor of using a jquery plug-in I found {http://www.jongma.org/webtools/jquery/xslt/} because the first script wouldn't work in IE. It kept giveing me a XSL parse error. So I was able to load the XML ans XSL using: $(function() { $('#pagecell').xslt({ xmlUrl: 'xml_data/artists/artists.xml', xslUrl: 'xml_data/artist_gen.xsl', }); }); and I tried to do a callback in it to activate the tabs using: callback: function(data){ $(data).find('#art-info > ul').tabs();}
San Francisco JavaScript meetup
We're putting together a JavaScript meetup in San Francisco for anyone interested. The goal is simply to get a lot of awesome scripting and front-end people in the same room, have some interesting discussion/ networking, and see a few presentations of some cool projects. As far as I know, there isn't one of these in SF and since there are ones in Boston and London, we figured it just made sense. Location and exact agenda TBD, but food, drink, and good company will be provided on April 16th at 7PM.
[accordian] multiple dd problem
Hello, I try to make a accordian menu which worked on a defenition list. But if i have this : <dl id="list2"> <dt>2005</dt> <dd>januari</dd> <dd>februari 2005</dd> <dt>2006</dt> <dd>januari</dd> <dd>februari 2006</dd> <dt>2007</dt> <dd>januari</dd> <dd>februari 2007</dd> </dl> Then febaruari is seen all the times and it must be seen as someone chooses a year. You can see it at : http://menu.tamarawobben.nl/demo/index2.html.
Selected Tab Scrolling Issue
When there are tabs nested in scrolling / overflow content the selected tab moves when scrolled. Is there something I am missing or is this a bug? <script> $("#test-tabs > ul").tabs(); </script> <div style="height:425px;overflow:auto;"> <div id="test-tabs"> <ul> <li><a href="#"><span>Test A</span></a></li> <li><a href="#"><span>Test B</span></a></li> </ul> </div> <script> for(var i=0; i < 100; i++) { document.write("<br/>" + i); } </script> </div> Thanks Curt
Sortable toArray problem - latest SVN and, I guess, 1.5 imminent release
Back to the old portlets implementation problem. I need to record the order in which portlets have been sorted and the columns thay're in. I've done this by using connected columns - the most sensible way I can think of. The problem is when I run sortable('toArray') on the container div...if I didn't specify 'items' all works as expected, but if I do specify 'items', toArray just returns the entire list of portlets on the page, top to bottom, as initially loaded. After dragging stuff around, here's
[Tabs] UL in Tabs plugin
Hi all, i use the tab plugin with much pleasure! Only i have one problem with it. I have an UL in a tab. The plugin styles this UL as if it's part of the tab UL. I use at the moment: $("#tabs > ul.tabs:first-child").tabs(); for initiating the tabs, but $("#tabs > ul) or $("#tabs ul.tabs) or $("#tabs ul) won't do the trick. Can anyone help me? Grtz Reijer
How to active tab again after selecting?
Hi, I use ui tabs with ajax. First i click the any tab and it send me my mail page. That time my want is, for example after five minutes, that i want to see my new mails and when trying to click the tab, tab is deactive. Now, how can i make the selected tab active always? Thanks much for help.
UI 1.5 Release Date
Hi, I was just wondering if there is any idea what date UI 1.5 is to be released? Many thanks, Chris
draggables zindex not set on ie
hi guys i'm using the trunk version of the draggables. zindex gets set on firefox, safari and all works fine. on internet explorer zindex doesnt get set and the draggables dissapear under some elements. any ideas? is this a known bug? thanks in advance oliver
jQuery 1.2.3, jQuery UI 1.5b, Sortables and Vertical Axis Only and Opacity
Hello, I have searched the archives and found potential answers but they didn't work :( To start with I was using Interface and jQuery 1.1.2, inadvertently and felt it was best to get things working with jQuery 1.2.3 and jQuery.ui 1.5b to use current software. Part of this has involved transfering over to the new sortables interface. This has had a benefit in that I have finally gotten the handle: property working. The downside is that i have lost restricting movement on the y axis only, and also
accordion open after close effect
Hi there is there a possible way to do that when one accordion tab is open, first close this accordion tab, then open the other accordion tab clicked? i would be very happy if you can help me. greet Jens from germany
Problems with UI sortable
Hi Everyone I am working on a prototype website that uses sortable. http://enej.test.olt.ubc.ca/elearning/ The problems that I am experiencing are: I can't get to work in IE 6 and Opera 9. Firefox 2 works. I can't get the elements to sort properly, for instance when you don't have an element inside the column it is very hard to for a user to place a sortable div into a column. I tried to get it to work by having an empty div there that only appears when you are dragging an element on the page. Another
Accordion silences links inside the hidden part
When you put a link inside other than the header, the link don't work and accordion stop working well. I see that there is a ticket open for this problem http://dev.jquery.com/ticket/2158 But I was wondering if anyone has a workaround for the problem. Thanks!
Droppable destroy bug?
The destroy method has a call to .removeData("ui-droppable") which appears to be unimplemented. With this line commented out it works just fine. Is this placeholder & if so what's the desired result?
Appending rows to a table
Hello all- I have a table with this repeating structure: <tr> <td> <a href="link"> </td> <tr> ...... ...... I'm trying to get it so that when I hover over the <a> tag, a new row is appended to the current row. Here's what I have so far but it doesn't work. I know it's not pretty: $('td a').hover(function() { $('<tr class="child"><td>blahblah</td></ tr>').appendTo(this).parent().parent(): }); Not sure if "parent().parent()" is even allowed. I'm new to jquery and any insights you can give would be
Tablesorter2.0 doesn't understand percentage values that include decimals
I mentioned this before without getting a response (IIRC). I have to do this because TableSorter can't manage to sort correctly on percentages unless the percentages are whole numbers. //patch tablesorter to understand decimals in percentage values $.tablesorter.addParser({ id: 'decper', is: function(s) {return false;}, format: function(s) {return s.slice(0,-1);}, type: 'numeric' }); $("#dataTable").tablesorter({widgets:['zebra'],
jquery.Accordion help please
Hello folks, I'm wanting to use UI/Accordion. I've spent three hours looking at my code and that of the demos (http://dev.jquery.com/view/trunk/plugins/ accordion/demo/) and I still can't see the wood. My test page is here: http://www.watereducationalliance.net/dumpthis.htm There are three "link categories" within which are several sets of links. I'd appreciate the needed illumination. Cheers Bruce
2 handlers in 1 draggable div
Hi, I want to have 2 handles in a draggable div (just like in this YUI example H1 and H2: http://developer.yahoo.com/yui/examples/dragdrop/dd-handles.html) Is this possible with jQuery UI? And how? Can't get it to work. Greetings,
stuck newbie
ok, i've been banging my head for an hour now trying to figure this out, and i'm sure there's something really small that i'm overlooking.. http://dev.iruzi.com/events/add could someone tell me what i'm doing wrong here? from all the examples and demos i've seen, i feel like i'm doing it right. what am i missing? i have this HTML: <input id="starttime" type="text" name="starttime"/> and this in my .js: $(function() { $('#starttime').datepicker(); });
sortable/draggable handle element
I've been trying to get this to work for my handle option in the jQuery UI sortable functionality: $('#foo').sortable({ ... handle: ".bar:first-child" ... }); When I do just handle: ".bar" this works for the .bar element; however I want the first child of the .bar element...so what's going on?
Update on the Accordion link bug
I just made and example and re-opened the bug, because is still there. http://www.bizcacha.com/bugsample/ Anyone knows a workaround?
Freezing progress indicator
Hi, group Im trying to make a loading indicator for my dynamic content in the page. There are chained selects using $.getJSON to change some content in the page. I cant find enough docs for progress indicator types, but i try this: HTML: <div id="loading" style="color: #369;display: none;font-weight: bold;"> <img style="vertical-align:middle;" src="http://localhost/ajax- loader.gif" />Loading... </div> JS: $("#loading").ajaxStart(function() { $(this).show(); }).ajaxStop(function() { $(this).hide();
Will the date picker support both date and time?
If these two parts can be integrated into one function, and let the user decide how to use it with "yyyy-mm-dd hh:mm:ss" style formatter string, I'd like to say it's the best date time picker in the world.
JAccordion problem
Hello, I need a accordion menu based on a defenition list. Because i have to learn jquery first i try to make one of the demos. I have now this html file : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>jQuery UI Accordion</title> <link rel="stylesheet" href="demo.css" /> <script type="text/javascript" src="../jquery.accordion.js"></script> <script type="text/javascript" src="../jquery.accordion.min.js"></ script>
Custom Script Downloader
Howdy, Luv the library, wish there was a script chooser that merged scripts into the one thing, like in version 1.0 Good luk with the beta guys -V
IE 7 and dragging with PageZoom active ...
Anyone already noticed the IE7 weird behaviour when trying to drag objects when PageZoom is active. It seams that clientX/Y, offsetX/Y coordinates of the mouse events are not affected by the current pageZoom percentage. This result in the dragged object to be pushed away from the mouse cursor exponentially by the pageZoom factor. Firefox 3.0 B3 does not have this problem. It this strange behaviour already known ??? This seams to me to be a bug in IE which should be fixed.
ui.slider is jerky in Firefox
I am noticing this weird issue with using the Slider in Firefox 2.0.0.12. It is never smooth, always acts a litt.e jerky. This is when I am even trying out the included demo. Is this a normal issue that peoplee know about or if my computer just being slow?
move a draggable div to where you click your mouse
Hi, Well it's kinda hard to explain what I want. Imagine a page with 1 draggable div in it. You can drag and drop it, but I also want to move it towards a clicking point. With clicking point I mean the place where I click with my mouse. So if I put my cursor in the lower right corner and click my mouse, the draggable div appears there. This way, I don't have to drag and drop it there, but just click my mouse where I want the div to appear. This will only work with 1 div of course, but that's no problem.
ui.slider
I am having trouble finding a Demo of this ui in action that shows all of its methods. Dows anyone know where I can find out more about ui.slider?
jQuery CSS
Just some random thoughts: Would it be great if jQuery UI provide a reset/grid/base/font CSS like YUI did? Howard
Aptana Plugins
I don't know if there are any in the works, but if someone has created or could create aptana plugins for the jQuery UI, for the sprint event they are planning for next weekend, this would be a great help, and probably make the event much more productive. Thanks, Timothy Farrar
Will jQuery UI be anything like ExtJS?
Hello, I love jQuery Core, Enchant and some sections of the UI library but I'm just wondering if the jQuery UI components will be any thing like ExtJS components? ExtJS components just seems to fit and gel well with the framework but it's much more complex than the jQuery framework. I love jQuery because it's just easier to write code in but I love ExtJS beautiful components! Can we get the best of both worlds? I would love to see the simplicity of jQ, Enchant, UI and the beauty of the ExtJS interconnective
Event delegation with jQuery UI
Hey Guys, Wanted to let you know about an event delegation library that interacts with jQuery UI that we've used to make interactive UI elements with really clean code. We used it with jQuery Effects to create scrolling widgets such as those on the homepage of http://javascriptmvc.com/. It's called Controller (http://javascriptmvc.com/learningcenter/ controller/index.html) and it is an event delegation library that helps logically organize your event handlers. It lets you define event handlers that
Accordion div resizing
I love the jQuery accordion. Thanks Jörn Zaefferer for creating it. I have one problem I'm hoping someone can help me with. Here it is: If I change the size of the div containing the content of one accordion subheading after opening that subheading, the accordion only grows to meet that change if it's the FIRST time I opened that subheading. (I'm basically showing and hiding hidden divs using jQuery's "show" function.) If I had to guess, I'd say that the accordion stores the size of the previous
Make droppables accept sortables
Hi, I have a situation where I want to have both sortables and droppables on the same page. And I want the droppables to accept/be activiated by sortables. Any idea how to go about this?
Safari 2.0.4 and sortables not in concert
http://dev.jquery.com/view/trunk/ui/demos/ui.sortable.html I thought it was my coding, but even the demo page doesn't work in Safari 2. Try to drag anything and it either wants to become the first or last item leaving only a hole behind in it's place. If you do the toArray call, the order is the original order.
Is UI 1.5b the "IE Ready Release"
OK - i just read the thread that to avoid having selects show through dialogs in IE The devloper has to: add the bgiframe plug in set an option in the dialog initialization. I don't mean to be harsh - and I know we are concerned about code size - but this seems wrongheaded. Every other dialog solution I've used solves this internally. (detects IE and puts in the IFRAME. The code for this should not need to be much given the base jQuery functions to detect IE, and the triviality of inserting and IFRAME).
Next Page