Copy and Paste in Datepicker broken
Not sure about windows but I can not use apple+ command while in a text field that has an attached datepicker.
Trying to get ui-tabs to work w/ Facebox
I'm trying to use a facebox overlay with tabs inside of it. It seems that the functionality breaks as soon as it's in an overlay. Is there a way to get around this, or is this just an impossible feat? The url changes when the "tab" is clicked on, the first tab is selected. This happens only when the tabs are inside the facebox. I'm loading the "facebox" content in a hidden div. When I unhide it the functionality is restored... So it seems to only happen when it's in the "overlay" box. Does anyone
effect hide slide don't work with href
Hi, I try to use jquery ui hide effect slide but it don't work after a click on <a href="" >sign in</a> it is ok if you delete the href. here is the code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Signin</title> <title>Signin</title> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="./Resources/UI/ effects.core.js"></script>
Draggbles in wrong place on scroll
I am a jquery newbie, and have created a draggable image gallery (using much code from the example) i have however managed to break something, and when you scroll the page, the draggable appears above the mouse, by the amount that the page has been scrolled. Is this just something silly i have done? i unfortunately dont know jQuery well enough to understand what i may have done! Any help or suggestions is greatly appreciated! Matt
JQuery Slider Control.
Hi Tehre, I was evaluating the jQuery Slider control for one of our project. The following features are expected of the control: • Customizable/Skinable • Internet Explorer, Safari, Mozilla • Horizontal/Vertical Layout • Max/Min value • Show tooltip to show values • Can accept typed values from a field • Can accept various data formats (e.g., dates, integers, etc) Can any one please tell me weather these features are supported by this suite. Thanks in Avdance. Kishor
JQuery Draggables Issue
Hi, Sorry about this, i'm a newby to jQuery, and i'm having some trouble with a page. Any help would be greatly appreciated. I have effectively stolen the code for the jQuery image gallery, using the draggables and droppables... and added a little functionality, (ajax image saving into db when dropped) but for some reason, i have broken something. When i drag one of my images, if the page is scrolled, the image appears the amount the page is scrolled above where i actually click it... I cant seem
[accordion] probleme with url
Hello, First thanks for the job... This is really great. I 've some issues. I'm using Navigation but if i put more than one variable in the url, the active element is bnot set : exemple : http://jquery.bassistance.de/accordion/demo/?p=1.1.1.4.3 (works) http://jquery.bassistance.de/accordion/demo/?p=1.1.1.4.3&d=1 (doens't works) I've tryed to look on the code but it's complicated. Can somebody help me. Thanks
pixelperfect
http://www.parkerfox.co.uk/labs/pixelperfect/ Is a bookmarklet that will allow you to drag elements around any page and informs you of the new coordinates. Uses jQuery and jQueryUI
Closing a non-modal dialog with escape key
I'm finding that closing a non-modal dialog by pressing escape closes other open dialogs too, in some cases but not all. Has anyone else run into this? Any solutions? As a guess, maybe non-modal dialogs should cancel that event before closing.
Dialog with position: fixed, part 2
For some reason, I can no longer reply to this thread, maybe because it's too old: http://groups.google.com/group/jquery-ui/browse_thread/thread/09477946d06ea795/e97a9c42b619e246#e97a9c42b619e246 Question is the same: Is there any chance of getting support for fixed position dialogs any time soon? I tried the workaround Patrick suggested, but ran into various issues, incl pieces of the dlg scrolling with the window while other parts didn't, and other anomalies. Thanks for reading,
jquery sortable triggers clicks on links in firefox 3.0
I'm using jquery 1.2.6, and jquery-ui 1.6rc2. I have a table as follows: <table class="newtable" id="contentTable"> <tbody id="contentList" class="ui-sortable"> <tr> <td > <a href="editContent.html?id=109&fass=12"> U.S. Military: Afghan Police Officer Kil... </a> </td> </tr><tr> <td > <a href="editContent.html?id=101&fass=12"> Category 3 Hurricane Omar Slams
[accordion] Jquery Accordion with integrated Cycle Slideshow
Hello Everyone, I am feverishly looking for a solution to how to combine the Jquery Accordion (http://bassistance.de/jquery-plugins/jquery-plugin- accordion/) and the Jquery Cycle plugin (http://malsup.com/jquery/ cycle/). A test is here: http://bentographics.com/test/accordion/index.html The Problem: Under IE6 & IE7 the Accordion effect does not work properly. When the accordion slides up the slideshow does not get covered, but stays till the end and then abruptly disappears. On Firefox or Safari
calendar image for datepicker
I've been playing with the datepicker and I really like it but I'm having one problem with it that I'm hoping someone can point me in the right direction to solve it. The calendar image that appears to the right of the input text box is misaligned. Can anyone explain how the image can be manipulated and styled? Thanks.
Completely Weird Dialog behavior
Hi all This is the link to play with http://www.matrixconnects.com/newsite/mweb/test.html All I have done is, copied the code "as it is" (do a view source if you like) from the Jquery example given at http://docs.jquery.com/UI/Dialog But as you will notice if you navigate to my page using IE and resize the dialog, the X button disappears on shrinking the dialog. This is not a problem while using FF. Does anyone has any idea why is this happening? Could it be something to do with web server as that
draggable object :: containment: 'parent' breaks it (except firefox)
hello community, i am using a parent and child div. the child div is supposed to be dragged from left to right within the parent div. everything works fine, but as soon as i specify: "containment: parent" it just doesn't work anymore in e.g. safari. it still works in firefox. below my code, this issue really only takes place if i specify containment, if i delete the line in my JS code, than it works on all brothers (ff and safari). your help is much appreciated! thanks in advance ----------------
Dialog Implementation issues
I'm having trouble setting up the dialog to work as a modal. Maybe i'm not doing something right. I chose a style from themeroller and uploaded all the images and styles. This is what I get: http://screencast.com/t/RmH1xjUtfg (My code is in the screenshot)
slider doesnt slides totaly back to the startpoint by dragging
hello out there, i built a vertical slider. (about 150px height, with a 39px height handle) if i drag it down and pull it back to its starting position it stops some (sometimes ~5, sometimes ~25) pixel to early. (by "normal" dragging speed) if i drag extreamly slow, everything is fine. somebody got an idea? thanks, best regards, maik.
problems using slider by onlick movement @ie
hello out there, i got some problem using jquery slider with ie6 / 7 by onclick actions before dragging the slider; in firefox (like almost) everything is fine: I init a slider like this: $("#DOMID”).slider({slide:actualNewsboxHeight,change:function(){}}); I got 2 buttons, to move the slider by onclick, something like this: $("#”DOMID”).slider('moveTo',”=+10”); the ie calls an error at this point: if(set)elem[name]=value; BUT: if I drag the slider first, everything is fine. thanks a lot, best regards,
Strange problem with UI dialog and inline form
Hi, I have form <div id="friend" style="display: none;"> <form id="inviteFriendForm" name="inviteFriendForm" method="post" onsubmit="return false;"> <input type="hidden" name="recipient" value="<?= $this-
Mark current link [accordion]
How can I mark (bold or red or something) the current link in my navigation? I am using Accordion Plugin 1.6. - suntrop -
Jquery Accordion with integrated Cycle Slideshow - IE Bug
Hello Everyone, I am feverishly looking for a solution to how to combine the Jquery Accordion (http://bassistance.de/jquery-plugins/jquery-plugin- accordion/) and the Jquery Cycle plugin (http://malsup.com/jquery/ cycle/). A test is here: http://bentographics.com/test/accordion/index.html The Problem: Under IE6 & IE7 the Accordion effect does not work properly. When the accordion slides up the slideshow does not get covered, but stays till the end and then abruptly disappears. On Firefox or Safari
Jquery Accordion with integrated Cycle Slideshow - IE Bug
Hello Everyone, I am feverishly looking for a solution to how to combine the Jquery Accordion (http://bassistance.de/jquery-plugins/jquery-plugin- accordion/) and the Jquery Cycle plugin (http://malsup.com/jquery/ cycle/). A test is here: http://bentographics.com/test/accordion/index.html The Problem: Under IE6 & IE7 the Accordion effect does not work properly. When the accordion slides up the slideshow does not get covered, but stays till the end and then abruptly disappears. On Firefox or Safari
jquery seems to disable other links on page?
Hi I am relatively new to jquery so I am still getting the hang of it. So if I am going wrong any where or my general coding practice is wrong let me know. Any way my problem is I have wrote a treeview script for my cms it has various features like add page, move page etc. When I try to move a certain node using the query below the links at the top of my page (which are nothing to do with the app) stop working, I hover over them and the link shows in the status bar but it is as if the onclick has
How to put together jquery scripts
This problem of mines is most probably just a basic issue to the eyes of initiated jquery users. Nevertheless it happears a puzzle to me. I have a page with a few lines which set a cookie: $(document).ready(function(){ $("#numberSel").change(function() { $.cookie('number', $(this).val()); // set a cookie }); }); as I use a select which is written this way: <form action="" method="get"> <select name="pippo" id="pippo"> <option value="a">1</option> <option value="b">2</option> <option value="c">3</option>
Datepicker: Bug in onChangeMonthYear?
I have a calendar widget that is using the onChangeMonthYear callback to fire an ajax function every time a new month is chosen. Problem is, the 'date' value that datepicker returns is only the year, no month. With just this sample code, only the year is alerted: $("#calendarWidget").datepicker({ onChangeMonthYear: function(date){ alert(date); } }); Is this a bug? Is there some other way to get the year AND month when the month is changed? Thanks much in advance. AJ
add hover effect to this sortable demo? like this one...
I am using this sortable demo as the basis for some work... http://ui.jquery.com/repository/real-world/layout/ I really want the drag/hover effects that this sortable demo (using the old interface.js) provides... http://interface.eyecon.ro/demos/sort.html or http://smashingfeeds.com/technology.php# These rely on the hoverclass property which the UI sortable does not seem to have? or am I just missing something? -- THanks
cancelling sort after droppable drop
I have a div that is droppable and immediately below it a list that is sortable. If I drag a list-item from the list and drop it into the droppable div, the list still 'thinks' I am sorting it to the top of the list, even if the pointer is not within the list (I am using a tolerance of 'pointer'). As a result, my drop event gets called followed by the update event and the list item is placed at the top of the sortable list, which I don't want. Here is my setup code: $('.sortcontainer').sortable({
dialog : easiest way to hide borders (resizable-handles)
<div dir="ltr">I would occasionally like to use dialog as (essentially) a light box, which is very easy to do and saves the additional plugins when I'm already using jquery ui. The one thing I can't seem to figure out is how to hide, or prevent from appearing at all, the dialog resizable-handles that are the border of the dialog. My basic recipe is: $(this).dialog($.extend(this.dialogOptions||{}, { modal: true, resizable:false,
Datepicker bug in 1.6rc2: repeated day 26th october 2008
On my website (using 1.6rc2) and also on official documentation page, in UI-datepicker the day 26th october 2008 appears twice. See the bug in the demo on http://docs.jquery.com/UI/Datepicker
conflict with jQuery and Prototype
Hi all, I am not sure if this is a conflict-related issue. I have a web page running both jQuery and Prototype, I've tried blocking one of them and run the page, the page would load without any errors, so I suppose that can be explained with a conflict issue. I've read the post on jQuery's website about fixing the conflict with renaming the jQuery variable. Since my code loads jQuery first, I did not include noConflict(), instead, I just used jQuery instead of $ in the function called (this all happen
jQuery & Prototype Conflict issue
Hi all, I've followed the article on how to resolve the conflict between jQuery and Prototype on jQuery's website. The way my code works is I would call jQuery before Prototype in the document, so I didn't use noConflict() function, instead, I just used "jQuery" instead of "$" inside the function I called. However, It looks like it passed through that part, but browser has detected an error: "'this.style' is null or not an object". Where it's pointing to is inside the jquery.js file, specifically
[dialog] programmatically set buttons
Hi, I need to set programmatically the buttons in a confirm buttoned dialog, but I am having several issues: This is the code I'm using: The function that creates and opens the dialog: function ModalConBotones(Texto,botones,dialogID){ $('#'+dialogID).dialog({ modal: true, autoOpen: false, addClass: 'ModalInfo', resizable: false, overlay: { opacity: 0.5, background: 'black' }, buttons:
Multiple Resizable Text Area
How do I accomplish this task? Multiple Resizable text area not all text area. I have tried using; jQuery("#TextArea1").resizable(); jQuery("#TextArea2").resizable(); But only text area 2 gets resizable. Any suggestions/recommendation will be appreciated. Thanks, Virgil
Draggables to sortable list, with DOM changes to the dragged element..?
I am having some challenges here. I was wondering if it was possible to drag a very simple list-item onto a sortable list and when releasing the draggable, append a different kind of HTML to this sortable list..? Lets say that we have the following two lists: <ul class="draggableElements"> <li><span>label and textbox</span></li> <li><span>label and textarea</span></li> <li><span>label and checkbox group</span></li> <li><span>label and radiobutton group</span></li> <ul> <ul class="sortableList"> <li><label>[labeltext]</label><input
DOM Manipulation
Hello, I am working on elements of my web application that will be draggable and droppable. I have got to a point where I need some help to continue with my development, see code below: //Javascript document $(document).ready(function(){ $("li").draggable({ containment: 'body', helper: 'clone', opacity: '0.3' }); $(".droppable").droppable({ accept: "li", activeClass: "droppable-active", hoverClass: "droppable-hover", drop: function(ev,
sortable list from spry xml data, what next?
Hi All, started looking into jquery and managed to get some drag/drop things going, this is working nicely. The lists are created with adobe spry and xml data (you can output the xml in your html, instead of creating the html in JavaScript, which is nice) I have problems with a sortable list, also from xml and also a draggable list. I can sort items and it gets placed in the new location but the item then appears twice, once in the new location, once in the original location. From the data posted
Why Nov 2 appears twice?
Nov 2 second appears twice for the year 2008. Again Dec 1st start correctly. A bug?
UI Sortable with revert, click while animating can cause visibility to set to hidden
Paul, If you view the demo of ui sortable at: http://ui.jquery.com/repository/latest/demos/functional/#ui.sortable you can get some sample code to recreate the problem, so long as you add parameter "revert" to the sortable declaration and set it to "true", as in: $("#selectedUsers").sortable({ connectWith: ["#userList"] ,revert: true }); While the draggable element is animating back into position, if you click just at the right time near the elements border, the elements' css visible property
ui tabs using one external link
is there any way to make one of the links in a ui tab nav link to an external site and launch it in a new window when the others display / hide same page divs? I tried playing with this to no avail: $('#example').tabs({ select: function(e, ui) { location.href = $.data(ui.tab, 'load.tabs'); return false; } }); Just curious... Thx in advance!
[treeview] - bug: vertical line between nodes breaks in large trees
I've been using the TreeView plugin from: http://jquery.bassistance.de/treeview/demo/large.html Unfortunately the vertical line between nodes breaks if there are a large number of child nodes. Example screen-shot: http://imagebin.ca/view/wNL8Ez.html Anybody have a fix for this? cheers, --Will
Next Page