Highlight / Error in jQuery UI 1.6rc6 with UI darkness theme
Hi, I download UI darkness theme package today and i have error when i generate demo.html: Highlight / Error Hey! Sample ui-state-highlight style Alert: Sample ui-state-error style.
jQuery UI Datepicker with beforeshowday not working in 1.6rc6
Hi, I am trying to use the Datepicker with beforeshowday with jQuery 1.3.1 and jQuery UI 1.6rc6. Here is my code: $(document).ready(function(){ $("#dialog").datepicker( { beforeShowDay: dayfunct }); }); function dayfunct(thedate) { //not doing anything here, but will check against a list of dates and set css class } And this doesn't seem to work in IE or Firefox. Firefox gives me the following error: daySettings is undefined in jquery-ui.js on line 7243 If I remove the beforeShowDay option, the datepicker
draggable: how to change the helper htmlelement?
Hi, i'm wondering what's a good way to replace the helper of a draggable in motion. Instead of dragging just the dragged item, i want to drag (some of) the child-items (if any) too. And i want to display additional icons for whether or not something can be dropped somewhere. Help is rewarded with free code later :)
dropping between items that have no gap between them
Hi.. Quick question about drag-n-drop with jQuery UI. For my CMS, I have a admin tree of items of various types, that i want to enable drag-n-drop between. I aim to emulate windows explorer in most aspects of operations, with some improvements ofcourse. I had already found a drag-n-drop library (Toolman's) before i found jQuery, and built something where you could re-arrange the order in which items are displayed (making them non-alphabetical, yep) by dragging them to another position in the tree.
Problem loading content via ajax in jquery
Good Day, I'm having difficulties trying to design the interface for my project using JQuery. Currently, My website has the basics, links on the top part, some on the right hand corner for categories whilst the main body of the website is handled by image mapping, thus when I click on one of the links on top, only the middle part would change. My problem is, how do I set that when I click on the link, the body will fade, an animated loading gif will pop up in the CENTER of the body, after around
Can I make navigation button change year?
Hi, there are two buttons named 'prev' and 'next' up the calender, when we click it will change the month, can we make it change the year?
not styles in datepicker
I just applied the datepicker to a date field in a form with jQuery 1.3.1 and jQuery UI 1.5.3 (all components). I'm initializing it with the following code: $(".date").each(function() { $(this).datepicker({changeMonth: true, changeYear: true, showOn: 'button', buttonImage: '<?=Zend_Registry::get('baseUrl')?><? =Zend_Registry::get('dirConfig')->img?>/icons/calendar.gif', buttonImageOnly: true}); }); The datepicker is opening without any styles. Do I have to download anything else in order for
Basic question - effect doesn't do anything
Hi, I'm sure I'm forgetting something obvious, but for my life I can't figure out what it is. Something really simple: $('document').ready(function() { $('.fx-pulsate').effect('pulsate') } Well, that code does nothing. Neither does: $('.fx-pulsate').click(function(event) { $(this).effect('pulsate') }) If I put an alert instead of the effect, the alert is indeed shown on click. This baffles me :( I'm using jQuery 1.3.1 and jQuery UI 1.5.3 I've been fiddling in Firebug and reading some docs, but nothing
Accordians do not work as advertised in Firefox
This may have come through under an account, lorlarz2, I did not know I had. Sorry if this is a repost (but I want the post associated with my lorlarz email). Re: Accordians do not work as advertised in Firefox I was wanting to present some of what is on the page , http://mynichecomputing.org/testpage/ , to a group of Twin Cities web professionals (when I present about jQuery) but it looks like the accordians aspect of jQuery UI does not work as advertised. Help with the above would be greatly appreciated.
1.6rc6 vs 1.6b : dialog code now different. backward compatibility?
I just freaked out a bit when i saw that the dialog HTML is now very different in 1.6rc6 than in 1.6b I hope the designers are going to put a switch in to allow 1.6b style HTML in the final for 1.6, coz else i'm really left behind. I've modified and tweaked the 1.6b code to allow for PNG-fuzzy borders and inner areas. Demo up at http://snow-show.info/mediaBeez/ I'm willing to share the code that does the borders back to the community. So, maybe 2 border-styles in the final 1.6? 1 'fast', and 1 'slow
jquery.ui.all.js-1.5.3 broken with yuicompressor
Same problem occurs with yuicompressor 2.3.5, 2.4.1 & 2.4.2 using the following command: java -jar /runtime/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar \ jquery.ui.all.js -o jquery.ui.all.min.js net1#yuimin jquery.ui.all.js using : /runtime/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar minify: java -jar /runtime/yuicompressor-2.4.2/build/ yuicompressor-2.4.2.jar jquery.ui.all.js -o jquery.ui.all-min.js [ERROR] 1:2:illegal character [ERROR] 1:2:syntax error [ERROR] 1:3:illegal character
how to set slider value
hello, i guess it's a noob question (sorry for that): how can i set the value of a slider? this slider works fine: $('.slider2').slider( { handle: '.handler2', value: 0, min: 0, max: 100, step: 1, slide: function(e, ui) // while object is dragged, do this: { var handlerPos2 = ui.value; setTime('player2', handlerPos2); } }); now
ui.core.js API? Looking for core documentation...
So I am looking for some documentation (but can't seem to find it) concerning the "core" functionality included with jQuery UI (the functionality available when considering zero plugins, widgets or any other form of external file). Are these features enumerated anywhere in an atomic fashion? I have noticed that if I visit the individual pages of some of the interactions, they state the dependencies, but that is kind of user unfriendly way to go about it. Essentially, I am looking to see what sort
test
please disregard.
Dialog not draggable in Konqueror (4.2.0)
Hello, I'm aware that Konqueror is not supported, but I've found 4.2.x is generally compatible with just about all of the jQuery/UI tools I've been using so far. I've found that the dialog is not draggable - everything else seems to work (including resizing the dialog, ui.tabs, even ui.draggable itself works on other elements). I'd be interested to figure out what the cause of this is. The _makeDraggable appears to be executing fine, but the draggable events don't seem to trigger after that. Would
datepicker numberOfMonths problem
Ive been posting here for a solution to display multi datepicker in a horizontal way.I'm using (i think) correct code ex: $('#inic').datepicker({ beforeShowDay: ocupaDays ,numberOfMonths: [1, 3], stepMonths: 3,showOtherMonths: false, firstDay: 1,changeFirstDay: false,showButtonPanel: true, dateFormat: 'yy/mm/dd' }); but the months still in a vertical way. I've been working around but no solution. Also searching in groups but did'nt find a resolution (also tired i think).
What is everyone doing about bgiframe like problems?
It's my understanding that bgiframe plugin doesn't work with 1.3 anymore. How do I solve the "buttons overflowing out of my dialogue box" problem in IE now?
ui-dialog with forms
Hello there! I'm new to jquery, i was having a happy begining when i had a little problem, i wanted a form inside a dialog, so i decided to use ui- dialog to get it working, i created a simple form with only a text field, then i used a dialog button event to submit it with ajax using jquery.form plugin. Well.. everything went fine at first glance, i fill the form, submit it, get a response, close the dialog, and everyhing was ok. Then i opened the dialog again, filled the form, but in this case,
Issue with Minimized jQuery UI 1.5.3.1
Hi, I have just started using jQuery UI recently. Have been using jQuery main for some time now. I am facing an issue with the minimized version of the jQuery UI 1.5.3.1. I have included this library along with the jQuery 1.3.1 min. Any effects or widgets that i try to create with this library are not working. I checked all my paths etc. But the same is working when i used the uncompressed version of jQuery UI 1.5.3.1. I tested this across multiple platforms but no luck. Am I missing something? Any
Effects Speed??
For some reason all of my effect speeds look the same no matter how fast or slow I put them. Here's my code. I've tested a bunch of scenarios with different speeds and the speed keywords. They all look the same. The ID's header1 & 2 refer to images is that the cause? This is for a website image rotater. Any Ideas??? header1(); function header1 () { time = window.setInterval(function () { clearInterval(time); $("#header2").toggle("drop", { direction: "right" },
downloading widgets
Why can I not download each of the widgets independently of the core? I already have the core, I do not need it included in each of the widgets. This seems ridiculous to me. I want my /js/ dir to look like this /js/ /js/core.js /js/slider.js /js/tabs.js etc..........
get class of $(this)
I have 20 boxes/divs grouped into 4 different classes and spread throughout a page. I want to click on any box and retrieve its class name. Something like this... $(this).click(function(){ alert($(this).attr("class"); } Thanks,
IE Dialog Invalid Argument
Not sure if anyone else has been getting this but using IE7 I keep getting an Invalid Argument error that maps to the jquery (v1.3 and v1.3.1) attr call. It looks like something is trying to assign a minHeight value of -240px. I can't tell what object is doing this and I really can't tell you why it's happening. The content and/or CSS used in the dialog is obviously triggering it (if I clear out the div/form I'm using, it pops up just fine) but which element or CSS entry triggers the issue varies
Quick Dialog UI Resizable Question
First Here is my info and working Dialog call: jQuery ver 1.3.1 jQuery UI ver 1.5.3 $("#dialog").dialog({ height: 140, modal: true, overlay: { opacity: 0.5, background: "black" }, buttons: { "Cancel": function() { $(this).dialog("close"); }, "Save": function() { saveData(); } }, resizable: false, closeOnEscape: false, width: 400, draggable: false }); Question: I have resizable set to false, while I cannot resize the box, the cursor change at the corner and borders still occur (from default to se-resize,
jQuery RTL
I've started using jQuery today, and I tried to make a sortable list. It worked very well, jQuery is excellent, and in the end, I had a bad surprise - Since my website is in right-to- left language, when you try to drag something - it aligns it to the left. I took a working example on the internet, and just added a "dir=rtl" (Direction = right to left). And, same bug. This bug was also found in the latest version of jQuery, but here is an example link. http://www.seekposition.net/jquery/sortlist.php
accordion with item list
Hi, testing accordion demo I find that item list in section 3 of the accordion is ignored (at least in ff). Can it work? http://ui.jquery.com/demos/accordion/ Thank you, Jordi
Upgrade-path notes
Probably a really dumb question with an obvious answer. Are there upgrade-path notes anywhere? For example, where is the different call pattern for UI-Tabs documented? In the current version of ui, we use $("#MyContainer").tabs() to call tabs, whereas the prior version of UI, we used $ ("#MyUnorderedList").tabs(). Is there a place where such version differences are laid-out? Thanks!
download builder with dialog
Hello, when trying to build a custom UI download, I am unable to de- select draggable and resizable after selecting dialog. Both of those interactions are optional, correct? I can understand auto-selecting them when first selecting dialog, but they must be de-selectable.
Datepicker isn't styling - my ThemeRoller CSS is missing classes, HTML is malformed?
What am I missing? I see on the datepicker themeroller example, that there is an element datepicker is stacked full of classes: <div class="ui-datepicker-inline ui-datepicker ui-widget ui-widget- content ui-helper-clearfix ui-corner-all"> I don't have that... I'm coding: <input type="text" value="Click Here" id="pick_it" />... $ ('#pick_it').datepicker(); Which generates: <div id="ui-datepicker-div" class="" style="display: block; position: absolute; top: 129px; width: 170px; left: 160px;"> <div
jQuery 1.2.6 vs 1.3.1 and jQuery-UI
Hey gang, first hand experience here, I think you need to make the dependencies between the version of jQuery, the version of jQuery-UI, and the version of Themeroller MUCH more explicit. I think this should be clearly stated, up-front, on the jQuery-UI and Themeroller home pages. See the dependency between jQuery, jQuery-U and Themeroller is really hard to debug. It cost me the better part of a day, and I'm no newbie.
jQuery UI non conflict
When changing jQuery to non conflict mode is there anything you have to do to the jQuery UI plugin to get it working? I am having problems getting an accordion to work, the sections are hidden when the page loads so I presume the effect initialises, just when I click the header sections I get the following error in my console: $.Event is not a function My javascript apart from including jquery and jquery.ui is the following: jQuery.noConflict(); jQuery(document).ready(function ($) { $('.accordion').accordion({
Datepicker UI Opening at Random / Unexpected Locations
Hi, I have a Datepicker UI linked to a textbox using the following code: $(document).ready(function(){ txtDOB = $("input[name=txtDOB]"); txtDOB.datepicker(); }); Screenshot of the Textbox: http://arch.kimag.es/share/85588260.jpg When I click on the textbox, the calendar opens at an unexpected location as seen in this picture Firefox appears over textbox: http://arch.kimag.es/share/34288230.jpg Chrome Working Fine: http://arch.kimag.es/share/75291561.jpg It works fine in Chrome. I really can't
Active Tab Data
Hello, is there an elegant way to retrieve current tab URL (its ajax'ed) ? Thank you.
appending an ui.draggable object without removing it from it's original place
hello ui community! i would like to drop a draggable object and than append() it to an other list. but i dislike that the draggable object than get's removed from it's original place (i mean the place where it was before dropping it) is it possible to create a copy of the draggable object and than appending this one to the second place? so the real draggable object would still stay at it's original place. your help is much appreciated dirk
Triggering dragging in 1.3.1 & 1.6rc6
In the previous versions of jQuery & jQuey-UI, one could trigger dragging like so: jQuery(document).ready(function() { jQuery("#myDiv").mousedown(function(ev) { target = jQuery(ev.target); /* Various logic that sets the draggable variable to either true or false */ if (draggable) { target.draggable({ helper: "clone", stop: function() { jQuery(this).draggable("destroy"); }
Building the SVN trunk using NANT
Has anyone ever build a custom release from the SVN trunk using NANT (http://nant.sourceforge.net/)? I suppose the build.xml will not work with NANT....
jQuery UI Download Zip errors out on IE
Pic: http://i39.tinypic.com/14kcmzn.jpg Works on FF.
Create a form like MS Access
Hi, I've searched all over the web, high, low and everywhere - but I haven't found the plugin I'm after. Just wondering if anybody has a plugin developed that works along the lines of the a form in MS Access. Where a form is shown on screen, then there are << | < | > |
Dialog - how i can minize
Dialog - missing minimize and maximize button. It's possible add this buttons in next vesrion? My idea is: $("#id").dialog { maximizable:[true/false], minimizable:[true/false] }
jquery-ui tabs inside iframe
I'm having a problem with jquery-ui tabs and iframes in IE. I used the plugin and it works perfectly standalone, but it must run inside a page that will load it inside an iframe. I can't understand why in firefox works perfectly but it doesn't works on IE. When the script is called outside iframes works perfectly, but inside it don't work fine. If anyone knows how can I make it works I will be very grateful. Sorry for my poor english, but english is not my natural language. Thanks in advanced.
Next Page