UI Datepicker breaks with Enchant included
Currently including Enchant breaks the UI Datepicker in that it doesn't show up on the page (it gets rendered into the page and all). I assume that the show method is overwritten in an backwards incompatible way... Is this an already known issue? Ugh, I lost half a day tracking that down... --Klaus
UI.TABS - replacement for "tabsLoad"
I used "tabsLoad" in pre-1.5 to reload a tab when selected/clicked, placing the "tabsLoad" statement in the main <script> element for the page. Since installing 1.5, I can't seem to find a suitable replacement. Any suggestion? TIA
Draggable element
In the current draggable demo, I noticed that $ (ui.draggable.element).text() is returning the text for the entire body and not the specific element. Is anyone else coming across this problem. How do you access the attributes for the specific element?
ui.tabs problem with z-index in IE6
Hi guys, I'm using the excellent ui.tabs plugin on the following page: http://ostrich.freshegg.com/above-ground-pools.asp I have also built a rather complicated drop-down navigation menu (hover over "our products") in CSS-only and unfortunately the Tabs and the Menu aren't getting along well together in IE6. As you can see in IE6 if you hover over the Menu, it's shown below the Tabs (description, specification, etc.) Both elements have z-index properties, the Tabs are z-index:2 and the Menu is z-index:200,
UI Sortable vertically only
Hello! There is any way to made a sortable to be draggable only on Y axis? I've tryed to use: $("#memberManage").sortable({ axis:'y', items: '.memberSort', handle: '.move' }); but it doesent work. Is there any other way? Or should i go back to Interface? Thanks, regards.
sortable("refresh");
with jquery ui 1.0, i had a lot of trouble getting sortables to refresh, but was able to hack it together using floris barnhoorn's extension that added refreshSortable() and it kind of worked. well, here we are, ui 1.5, and i can't get the sortable("refresh") to refresh my sortable. i've done some cursory debugging (as i don't really know how to solve the issue) and i know that the "new" item is making it into the "items" object generated by the refresh function, but ultimately it's not ending up
Ui color picker
A color picker is provided for it ?
Which a good Rich text editor to use with jquery?
Which RTE plays well with jquery. My requirements are, not too heavy(no FCKed, tinyMCE). Wyswig(no WymEditor), reasonably featureful. I am thinking about nicedit, but that is not jquery specific, and I worry that some wheere something will break.
Semantics of sortable() when jQuery selects multiple elements
I've been looking at using sortable() to sort items across multiple parents, in principle like this: <div class="container"> <div class="element">Element 1</div> <div class="element">Element 2</div> </div> <div class="container"> <div class="element">Element 3</div> <div class="element">Element 4</div> </div> jQuery(".container").sortable(); What I want is to be able to rearrange all elements across both containers, eg. to drop all four into the first container, or to drop all of them into the last
id of draggable <LI>
I have an unorderd list with many items, like this: <div class="itemContent"> <ul> <li class="9" id="2053">item 9</li> <li class="19" id="2044">item 19</li> </ul> </div> I want to make it possible to drag and drop an item to another DIV. For that, I used jquery UI with the droppable en draggable extensions. Everything works till now, except from the fact that I can't get the ID of the draggable list-item. $(ui.draggable.element).attr("id") doesn't work, it gives 'undefined'. If I use $(ui.draggable.element).text
How to dynamically magnify the font when the mouse is getting closer
Hi, all, as per the subject, i want to magnify the fonts instead of images as the Magnifer in UI. thanks in advance. kklou
Do any of the slider demos work ??
Hi I'm new to jQuery and have gotten many features working. However, I can't seem to get any of the slider demos working. Even the demos on other web sites. Is this correct ? Am I doing something wrong ?? Do the demos really not work ?? Any advise ? cheers
Sortable serialize?
Can someone explain me how does .sortable("serialize") work. Docs weren't really helpful :) Following code does not log anything when sorting. On what element should i call .sortable("serialize")? $(function() { $(".sortable").sortable({ axis : "y", containment : "parent", update : function(element, ui) { console.log($(this).sortable("serialize")); } }); }); -- Mika Tuupola http://www.appelsiini.net/
Purpose of the @ symbol in selectors
In an example I came across a selector put an @ symbol in front of an attribute filter. What was the point of this? For instance, say I wanted to select a form with a label in it: $('form[@name=my_form] > label[@for=some_label]') What would be the purpose of putting the @ symbol there?
How to set the dateformat for date field
I have a datePicker, I want to set the date format for that field, for example right now it returns the date in format 02/06/2008, while I want it in 2008-02-06(YYYY-mm-dd) format. How can I do this? I can not see any such setting in http://docs.jquery.com/UI/Datepicker/datepicker
jquery enchant destroys toggle?
toggle: function(){ if(!arguments[0] || (arguments[0].constructor == Number || / (slow|fast)/.test(arguments[0]))) return this._toggle.apply(this, arguments); else { var o = arguments[1] || {}; o['mode'] = 'toggle'; return this.effect.apply(this, [arguments[0], o, arguments[2] || o.duration, arguments[3] || o.callback]); } }, this piece of code seems to write over the jquery core toggle event. I usally pass 2 anon functions to toggle to be exectuted every other click ( http://docs.jquery.com/Events/toggle#fnfn
Difficult sortable issue [video example]
Hello. It's been awhile since I've posted here. For the first time in about 6 months I've needed to do some drag and drop, and I'm glad to see the 1.5 release happen at the same time :) So here is a video of a sortable situation I have: http://www.5empty.net/drag_drop.mov You can see that each block (pose) is sortable, and it works great, but I also need to be able to sort a group of poses, otherwise known as a sequence. The html is structured is below. The obvious problem is that 1 or more sortable
jQuery UI 1.5a droppable IE6 Issue
when i include the following 2 files, these are the error i get for each of them. This is only happening in IE6, FF does not throw any error. droppable.js Expected indentifier, string, or number Code: 0 Line: 23 Char: 0 droppable.ext.js '$ui[...[.prototype' is null or not an object Code: 0 Line: 11 Char: 5 -- View this message in context: http://www.nabble.com/jQuery-UI-1.5a-droppable-IE6-Issue-tp15456862s27240p15456862.html Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
jQuery UI 1.5a droppable IE6 Issue
when i include the following 2 files, these are the error i get for each of them. This is only happening in IE6, FF does not throw any error. droppable.js Expected indentifier, string, or number Code: 0 Line: 23 Char: 0 droppable.ext.js '$ui[...[.prototype' is null or not an object Code: 0 Line: 11 Char: 5 -- View this message in context: http://www.nabble.com/jQuery-UI-1.5a-droppable-IE6-Issue-tp15456862s27240p15456862.html Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
Sortable - getting item's new position in array.
In 1.5a is there an easy way to get a sortable items new position in the DOM array? I want to fire off an ajax call back with the new location.
problems in IE6 w/ drag drop w/ position fixed
I've downloaded all the new jquery files: jquery.js ui.mouse.js ui.draggable.js ui.draggable.ext.js ui.droppable.js ui.droppable.ext.js jquery.dimesions.js Ive placed the jquery.js in the head of my doc and the rest are included in my body. This STILL does not work when you scroll the page in IE6 and you drag something. How frustrating! I thought it would be fixed from the post I wrote here.. http://groups.google.com/group/jquery-ui/browse_thread/thread/be72195786cb2042 Anyone? Help? :(
inclusion of dimensions.js
It seems as if dimensions.js is used in nearly every demo (UI and Enchant). Is it really being used in all those demos, or is it just included out of habit? Either way, I think, is a good reason to fold the necessary bits of it into the core. John Resig said some of it has already made its way into the core. All over the web, people are including dimensions as a dependency. Seems silly for such a small library to generate so many http requests. Sure, you can append it as part of a build process or
why are my tabs jacked up in IE6?
Please use the tabs-powered list on the bottom right side of my homepage: http://www.fourthavenuechurch.dreamhosters.com When the secondary tab is selected, the initial div becomes nested within the newly activated div. What gives? I can't seem to figure it out. I'm using: jquery-1.2.3.pack.js jquery.tabs.pack.js I even tried changing my tabs plugin to idTabs.js, which did the exact same thing :( Thanks in advance, Brad
removeData in droppable
The sourse code of droppable.js contains destroy: function() { var drop = $.ui.ddmanager.droppables; for ( var i = 0; i < drop.length; i++ ) if ( drop[i].item == this ) drop.splice(i, 1); this.element .removeClass("ui-droppable ui-droppable-disabled") .removeData("ui-droppable") .unbind(".droppable"); }, fireBug error - this.element.removeClass("ui-droppable ui-droppable- disabled").removeData
UI TABS problem
Hi everyone, I am new in jquery and i have looked over all tutorials over the net, i still have problem with the ui tabs. the panels are not disappearing when i declare the ($("div > ul").tabs();. I have posted my code at http://dpaste.com/35440/ If anyone can tell me where is the problem. i tried everything. i start to wonder is i have to use a specific CSS file and not the won i created, like Flora that comes with all the examples in the net. please help Thanks,
Dynamic JQuery UI libraries loading?
Hello, Are there any sample code which provide dynamic jquery UI libraries loading? (or is it possible?) E.g. Loading of drag & drop related scripts only if user click on a button/link. Since 99% users might don't need use those functions most of the time, so I want to save some speed & bandwidth. Best Regards. Howard
UI dialog and TinyMCE
I'm using TinyMCE as the basis of a CMS I'm developing because the only jQuery based editor I can find (WYM) is lacking a lot of features and seems to have stalled in development. One feature I really want is to be able to insert an image into the TinyMCE instance from a dialog. The idea is that the dialog lists images that have been uploaded to the CMS and the user can insert one by clicking on it. The problem I'm having is that the drag and resize behaviour for the dialogs seems to get erativ when
changes on the ui dialog
I made any changes on the ui dialog and i want to share with all. Firstly: When the dialog is resizable i add the code above: uiDialog.resizable({ maxWidth: options.maxWidth, maxHeight: options.maxHeight, minWidth: options.minWidth, minHeight: options.minHeight, resize: function(){ uiDialogContent.css('height', uiDialog.height()-38+'px'); } }); So, the content (with scroll or no) and dialog resize together. And i add this rule on the .ui-dialog .ui-dialog-content on the ui.dialog.css overflow:
dialog
I see that some of the issues brought up after the 1.0 release have been addressed. What about remote content? Will this ever become an option: http://groups.google.com/group/jquery-ui/browse_thread/thread/af68adcb0dd21f27 I still only see the flora theme. Has any other theme been created?
mini patch for accordion in 1.5b
minor fix: the autoheight property was not honoured. Tim.
Avoiding overlapping in drag-drop
I am creating a conference scheduler using JQuery UI. Till now I able to drag the talk on the scheduler and resize the talk after dropping it. You can see the example here -> <a href="http://sanisoft-demo.com/schedular/test.html">http://sanisoft-demo.com/schedular/test.html</a> Now I want that the talks shouldn't overlap each other when dropped on the scheduler. How do I detect overlaps.<br clear="all"> -- Aditya Mooley ============================================================= PHP Applications
jquery ui tabs 3.5 questions
I am using tabs version 3.0 and just upgraded to 3.5 I have an issue with both If there is a <a href> link on my tab's code (in the div "panel", then the tab plugins fetch the link in the background and append it to the page. How can I disable that behavior? Thanks! j.
IE Resizeable Demo Bugs
In the Demo page for JQuery UI 1.5 at: http://ui.jquery.com/1.5a/demos/resizable.html There are a few Bugs in IE6 (the browser unfortunately still with most worldwide market share). 1. The hummingbird image will re-size larger - but will then not re- size smaller at all. 2. Also the horizontal graphic "handles" on the hummingbird image do not expand properly - after a certain width they cut off and only extend part way across the image. 3. Also - the top vertical "resize handle" on the hummingbirg
Sortable and Cookie/history, need some help
Hello, I'm trying to make a frontpage like iGoogle, it works very nicely with sortable but I cant get to keep the changes users made. each loading the changes disapear I tried two options: * Cookie with the plugin from www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/ * Serialize which gives me a nice hash but don't really know what to do with it I'm using Jquerry 1.2.3 and Jquery.UI 1.5b I have another problem with the "additems" function, I would like to increment the '+i+' and refresh the
reaaaaal dumb question regarding checking the value of check boxes
Hello all, quite the newbie. I have a question about an interactive form that I created. Basically I have 10 check boxes, and I want to hide, display certain div tags based on the check boxes selected. Below I'm having it display one div and hide another if you select the checkbox st_10. My goal is to have one text box appear if they click no check boxes, and another is they check even 1 out of 10. How can I go about this without replicating the bottom code for each check box instance? I feel if
new ui.slider
Love the new slider, it seems a lot cleaner, but it's missing a property, steps, for the options that the old one had. It would be super helpful if that feature or something like it was factored into the redesign. I use the slider for mapping functionality (zoom/in zoom/out) kind of stuff. I'm not sure if this is included in the slider already but is there a way to have a click event on a separate object (for example, a zoom/in button) that increments the slider. Great job on this stuff, love jQuery.
unsubscribe
unsubscribe ____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop! Check it out at http://www.inbox.com/marineaquarium
Scrollable dialogs
Just a quick question. If I have a lot of content to go in a dialog, how do I make it scrollable? I tried applying overflow: scroll to the item that will be wrapped in the dialog, I also tried styling ui- dialog-content to have a scrollbar but that approach didn't work either. Can anyone help with this?
ui.slider Startvalue for the seconde handle ?
<div id="result_box" dir="ltr">Hi Paul, Is it possible to assign a value for the second handle ? For Example : $('#sliderexemple').slider({ steps: 10, range: true, startValue : <font size="4"><span style="font-weight: bold;">[10,180]</span></font>, minValue : 0, maxValue : 200 } }); Very good job Paul ;) Matthieu </div>
Is it possible to receive multiple over() notifications during dragging
I have a scenario where a <div> is used as the droppable for a drag- operation. Now, the actual position of the drop is relevant, e.g. before any children of the droppable, between children, or at the end. During dragging, I would like to highlight the position of the cursor. This may change during dragging, as the user drags the draggable from the top to the bottom of the droppable. However, over() is only called once, so after the cursor moves into the droppable, over() is not called on cursor
Next Page