future of jQuery UI
hi, like you I love jQuery, I wonder is jQuery UI could become something like the extjs or yui? Thanks james
tablesorter works slowly
I have a table with about 250 rows (there will be much more further) and when calling a tableSorter() method I got UI blocked for a long time. Is there any way to call tableSorter() asynchronously or any other way to unblock the UI?
Problems with slider.. anyone have any suggestions?
Hi all: I'm trying to create ruby helpers to wrap the ui elements and things are going pretty well, (we are going to release these ruby/ rails helpers when we are done) but I seemed to have hit a snag. My application.js code looks like:$(document).ready( function() { $(".ui-slider").slider({ minValue: $(this).attr("min"), maxValue: $(this).attr("max"), steps: $(this).attr("steps"), slide: function(e,ui){$("#"+$ (this).attr("field")).val(ui.value);},
ui.tabs.js issues
Hi, I am trying to use the jquery UI tabs but having some problems. I have a tab container on the page with two existing tabs. These work as expected. A requirement is that tabs can be added to the existing tab container. The code is below. After looking through the code for ui.tabs.js, here are some questions: * How do you get the length after adding a tab? I used the 'length' property. But the length does not get automatically incremented. Is it expected that the user add to the length property?
ui tabs tabsEnable method fails silently
I'm using the ui.tabs.js file from the repository. I'm invoking the tabs like so... //tabs 2 $('#tab2').tabs(3,{event:'mouseover'}); $('#openTab1').click(function(){ $('#tab2').tabsEnable(3); return false; }); The tabs work great, but the tabsEnable fails silently. Anyone else have this issue?
UI Tabs and ul's inside tabbed content
When you have a ul inside tabbed content we get the following error: elem has no properties Anyone know of this issue or is their something extra we have to do?
trouble downloading and using the released jQuery UI and tabs
am having a little trouble downloading the zipped release of jQuery UI from http://code.google.com/p/jqueryjs/downloads/detail?name=jquery.ui-1.0.zip unpacking it and using it in a simple demo locally along with a reference to jquery-1.2.1.pack.js and jquery.tabs.css. if I use this reference for jQueryUI: http://jquery.com/files/social/js/jquery.tabs.js or jquery.tabs.pack.js (which I downloaded from http://stilbuero.de/jquery/tabs/ it works but then .tabsAdd(...) fails (function does not exist)
Themes...
Heya, I've noticed that with themes, there generally isn't a constant look. As an example, http://dev.jquery.com/view/trunk/plugins/ui/tests/modal.html , Switching between dark and light, you notice that font-sizes and padding/margin's change. Maybe this problem could be overcome by using a common css file, and only change things by changing them in our theme. Example: @import "themes/ui.modal.common.css"; /* Rest of Theme's css. Excluding: - Padding - Margins - Font-sizes */ Doing such would help
Magnifier click option
Hi all, I aam trying to find out which element was clicked on at the magnifier...so far I have the code as.. $("#example").magnifier({magnification:'3',distance:30,click: function(e,ui){ alert('clicked!'); } }); How do I find out which element in the mangifier was clicked on? What are the argument e and ui? Thanks in advance. :) Jimmy
JQueryUI Dialog
Here I have a question, how am I able to check one dialog window is close or not. Actually, what I want to do is when I close a dialog, another div will show up. Thx
ui docs chaotic??
Sorry, but I think UI docs are quite chaotic due to urgency, I'm sure. So, i think some QUICK improvements (if possible): - is it possible to put a "UI" link in the left column, under "Reference API"? - even better, to put all childrens ("draggables", "droppables", etc...), under that "UI" (so are accessible with one click) - also, in each doc page of "draggables", etc... so many horizontal titles with background colors hurt the eyes (it is too striped) - I don't like the abuse of tabs. It would
sortable, getting the info?
I have been getting to know lots about jQuery and am loving it. I am using many (almost all) of the features on a really cool web 2.5 dating site that I am going to be releasing for free. Part of my feature set requires that each member can edit blocks, and sort them (blocks of information about themselves) for their profile. I would like to do this through the sortable feature. Using sortable, how would I go about saving the unordered lists order? Or, more specifically, just pulling the info or
JScroll plugin
Are there plans to add the JScroll Plugin to ui I know it works with jQ 1.2.1 but it seems like a good idea to use the sliders In fact it seems so obvious that it must have been thought of - pardon me if it has - S
jQuery UI Management: Please read!
Hi guys, this email is addressed to all developers who are currently participating on the development of jQuery UI or want to. John and I decided we will need a better structural organization in the future, to handle the growth of the project. jQuery UI 1.0 was a pretty wild release - the code is still rough, many cross-browser issues and (at least from my point of view) a lot of communication problems, that became manifest in modules that were not ready for inclusion, complete rewrites, duplicate
Dialog's center alignment question
Hi, I use the ui.dialog.js in the trunk. The dialog doesn't appear in the center of the window! In IE, it shows in the top of the page and it shows in the center of the page in Firefox. $(window).height() 's result in IE and Firefox is different!
Submitting Modules Ideas to jQuery UI
I was wondering if their is an offical way to submit an idea for a module to add to the jQuery UI. I am building a plugin in the an area where i think there are no good ones existing(at least not that i can find) and think it would be good to get it into the jqUery UI.
Basic Problems with Calendar
I feel a bit like a dolt, but I can't get the calendar to work. All other samples I've played with locally work fine but the calendar fails with popUpCal undefined. Started with my own code, but went back to paste the basic sample code from the demo page and it too fails, although the sample on the demo site itself runs. Looking at the code it doesn't look like popUpCal is getting defined anywhere so the failure makes sense, but even if i create the var it still fails. Something obvious on my end
Closing a dialog window
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
Tablesorter, Checkboxes, and IE6
Greetings, all. I'm quessing that this question is probably directed primarily at Christian Bach, but maybe someone else has some idea(s) as well. Just a small bug, or perhaps something I'm overlooking... It seems that when applying the most-excellent Tablesorter component to a table containing form checkboxes, the checkboxes revert to their default pageload state whenever a column is sorted. This appears to happen only in IE6; IE7 and Firefox both retain any changes made prior to the sort. Sample
Accordion and Shadow
Hi. Anyone have any suggestions or pointers...? I'm missing something I think. It seems that a UI/Shadow placed below a UI/Accordion on a page does not animate with the accordion animation, which looks kind of ... wrong. Here's a sample of what I mean. Could be my code of course. Any help? <html><head> <script type="text/javascript" src="jquery-latest.pack.js"></script> <script type="text/javascript" src="jquery.dimensions.js"></script> <script type="text/javascript" src="jquery.easing.js"></script>
Jquery Slider with multiple selectors
Hi, i changed the ui.slider.js so that you can use multiple slider, with a startvalue. Before my changes you could only use multiple sliders without a startvalue. Another question, is there already a colorpicker existing for jquery 1.2? Greetz Nikolai P.S: I will upload it as file to the group .
UI Selectable - start/stop
Richard, Can we expect 'start' and 'stop' options for Selectables? I appreciate the new approach of firing events as-you-go, but there are circumstances where it is much cleaner and much simpler to call methods a single time on start and/or stop. I've already modified my local copy of selectable to support start and stop. My implementation probably isn't how you would do it but it gets the job done. This is for the start option: 47 $.extend($.ui.selectable.prototype, { 48 plugins: {}, 49 start:
Does jQuery UI have a schedule?
What's next?
How to hide UI dialog at page load
I tried to put a dialog DIV element in a hidden tag (display:none), to be shown only when call "dialogOpen". But it happened that the clientWidth is calculated as 0 when a element is hidden, so the dialog position on display is not centered. I looked at the source code at line 98 (positioning with 'center' option), uiDialog.width() returns 0 because the element is still hidden. It could be replaced with options.width (provided options.width is supplied as integer like 800 , not "800px"). Is there
Help needed. Tabs + Slider
Hello. I'm trying to use different sliders in every tab div, but ... Sliders stops working when jquery hides all tabs except the first one - the first slider still works, but others - don't. There also seems to be a bug downloading packages from ui.jquery.com - if i select Slider + Tabs package - Tabs work fine, slider - doesnt. I have to download full ui 1.0 and get ui.slider.js+ui.mouse... Here is an example page what i'm trying to do and what doesn't work: http://test.kw.lt/slider/ Any solutions?
Tab bugs/questions
Here's a problem I came across while looking at tabs. I need to ensure that when a tab is opened it's unique. That is, when an attempt is made to open a tab with the same content, an existing tab should open up instead. Here's what I mean: I have a grid that lists, say data on sales from a database. When a user clicks/double clicks a row a new tab opens containing, say, a sales report. If a user double clicks the same row again, i need to show him the previously opened tab. Is it possible with jQuery
jQuery UI Shadows Problem
http://www.kaizendigital.com/index2.php This is a link to where i am using shadow on my news posts. The issue is in FF when when i do an initial load or a hard refresh(Ctrl-F5) the shadow is in the incorrect spot but after the initial load and soft refresh(F5) it loads fine. My code in W3C Complaint so anyone see anything wrong here?
jQuery UI Toaster Popups.
Heyas, I'm just looking for feedback on the new toaster popups that i developed up from woodworker's code. The test is currently found at: http://dev.jquery.com/view/trunk/plugins/ui/tests/toaster.html I've had a report of the toast's not appearing in the correct positions for top left and bottom right, but so far no confirmation. Cheers, Miksago Note: toast's: refers to the popups created. toaster popups: refers to little boxes of content that show up in the corner of the screen to alert you of
Design Patterns, and a unified vision.
With the release of this UI library, we can see the adoption of patterns across the board as a base for developing interactions: Flex & Flash have components Apple has Cocoa Mozilla has XUL Yahoo has their library(http://developer.yahoo.com/ypatterns/) etc... This is a great separation of information(HTML) from presentation(CSS) and behaviour(jQuery). This will allow coders, designers, and developers to collaborate, and maybe even become more like each other. Unfortunately, though the enabling technology
jQuery UI accordion - open panels with click on form button
I want to use some of the features in jQuery 1.2, and could not get the accordion here http://bassistance.de/jquery-plugins/jquery-plugin-accordion/ working with the compatibility plugin... so I decided to change my page over to the version of accordion shown in the UI examples. So far so good... but I am having a hard time with the 'activate' function. I want to emulate the 'wizard' functionality, using a form button with the class of "open1″ to open the second panel. My syntax (below) is not throwing
Dialog and Ajax Overlay Errors
I am using Ajax load to load some HTML docs into a dialog. When I load the first page everything works fine. Any subsequent pages that are loaded pull up the correct page but still reference links from the first page loaded/dialog opened. A potential issue may be that I am using an image map. I've set up a test page at : http://www.cyma.com/JQUERYTEST/ It takes a second for the images to load but clicking on any of the buttons in the loaded dialog should alert on what "page" has been loaded. Again
jQuery UI demo issues
Howdy, The jQuery UI demo (the photo gallery) is wicked slick on Firefox. However, it seems to not work perfectly in IE7, Opera 9, and Safari 2. Are there known issues in those browsers? If so, is there any estimate of when things will be working as well as Firefox? Thanks, David
Org chart
Hi ,Iam trying to create a orcgart UI from a source XML. Can anyone provide tips on it
Multiple Sliders Values
Hi, I'm using the core UI slider plugin with jQuery 1.2.1. I'm trying to use the slider with two handlers, but I don't know how to get the value of the second handler. This is the code I use, which provides the value of the first handler only: $("#example").slider( { slide: function(e, ui) { document.getElementById('low').innerHTML = ui.value; }, minValue: 0, maxValue: 500000, stepping: 10000 } );
jQuery.noConflict() and the UI Library
I was kind of surprised to see that jQuery.noConflict() doesn't not have any effect on the UI library code which is peppered with $ calls instead of the safe jQuery explicit calls. I've experimented around with trying to get various components like the Calendar to work with noConflict() but no luck. Are there any plans to make this work in the future? I have a related home grown library that also uses $ and while it checks to see if the function is already wired and tries to work around it, jQuery's
"Classic" UI Tab theme?
I'm trying to upgrade from jQuery 1.1x with the tabs plugin to jQuery 1.2 / jQuery UI. Given the look and feel of my project, the original look/feel of those tabs were perfect. However, they don't seem to be there in the new UI. Does anyone know where I might find the original theme? I suppose I could recreate it on my own but I don't want to reinvent the wheel. Thanks in advance!
Dialog Questions
I have a few questions about the dialog box. I think this is a great thing and would like to use this instead of the alert box which is just so ugly in compare to the dialog look but there are 2 issues that i need to know about. 1. Can i create a dialog box with content on the fly like an alert box. basically where i can do alert("test") I would like to do $.ui.dialog("test")(with possibles the class and id and options since those are need so really $.ui.dialog("id", "class", "title", "content",
Fixed Positioning With Draggables
Is there any plan to support fixed positioning in the Draggables plugin?
Toolbar2 - yet another toolbar plugin for UI...
Hello Before the UI Project was announced, I started to create my own ui components with jQuery, a toolbar as example. As I thought my own toolbar works better then the svn version. So I again ported toolbar2 to the new api expando system some days ago. http://www.bytetransfer.de/projects/jquery/toolbar2/ (It isn't fully tested yet and 100% finished, license will change) Key features: + clean api and quite small + themed via css. + direct access to the toolbar object via create method or jQuery style.
Great, but a few questions
Cool! Great news! But would there be Panel, Tree and Editor widgets? With those, Jquery UI would be up to par with EXT JS or YUI Regards
Next Page