Trying to stream a PDF to a ASPX page with-in a thickbox
Hello! I'm currently wanting to click a hyperlink to redirect a page that streams a PDF to the browser with-in a thickbox. It's currently working now without all the thickbox declaration, but when i put the class="thickbox" back on the hyperlink it displays the page, but without the PDF! Any ideas anyone?
themeroller with current ui-release
hello, i downloaded a themeroller-theme and tried integrating it with both ui 1.5.2 and 1.6b but the css-selectors used in the theme do not match the 'tabized' dom-tree, so the output is totally(!) messed up. for example, the theme-css uses tab-nav-item classes, which are not generated by ui.tabs... i have no idea which ui-version is matching the themeroller-themes.. any idea? thanks, kai
Dialog error in Internet Explorer 6
Hello. When I use the dialog in jquery UI I get an error in explorer 6. The dialog still works and behaves normally, but it seems to put a stop to some of my scripts.The error is on line 1120 and the debugger says invalid argument. I used Microsofts script debugger to make sure and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of the UI files. The line the debugger points to is: elem[ name ] = value; This seems to be part of the larger attr: function( elem, name, value ) {} but I'm
sort dates in tablesorter
Hi, I'm using tablesorter 2.0, and I'm trying to sort a column that contains dates. I've tried several date formarts, such as dd/mm/yyyy, dd/mm/yy, yyyy/dd/mm, etc. the tablesorter declaration is as follows: .tablesorter({ widgets: ['zebra'], dateFormat: "dd/mm/yyyy", headers: { 1: {sorter: "shortDate"}, } }) I've tried with and without the dateFormat declaration. Maybe someone can give me a hint on how to solve this. Thanks!
blind toggle with negative margins - is this fixable or is there a better way?
This is probably best illustrated with an example, so: http://www.bencasey.co.uk/jtoggle/ (Click the "Information Architecture" header to fire the effect) The problem I have is this: The light grey content box, with the dark grey header inside it, should slide into and out of visibility - which it's doing. However, also I need the blue background image on the header bar to overlap the dark grey content header. The way I've got this at the moment, I've simply used a negative topmargin on the content
dialog ui content width issue
Hi, I have been trying to use the dialog ui, but it keeps going wrong. I test on: * ie 6 * ff2, ff3 doctypes: * strict xhtml * transitional * none at all I am using the latest svn. Just updated today. I have used: * Flora * Theme roller themes (dots). * No theme at all Part1: Problem: all the content of the dialog is squashed to the left in a long column. Diagnosis: In the html I see a style that's added after I call open() on the dialog:- style="width: 1px". Here is a copy: <div title="Demonstration
Bug in currently downloadable datepicker?
Hi, I was just using the latest datepicker which I downloaded from http://ui.jquery.com/download_builder/ Anyway - it wasn't immediately obvious - but when I looked at April (2008) it had two 6th of Aprils! (and so on for the month) Just incase I'm doing something silly I thought I'd post here first ;) otherwise I'll raise a bug I guess. To reproduce just download ui.core and ui.datepicker and then put the following code in a page: <script type="text/javascript" src="http://code.jquery.com/ jquery.js"></script>
sortable beforeStop problem
Hi, im new to jquery-ui cause i needed a sortable table now i have the problem that the callback beforeStop doesnt get fired at any time. Im using this: $("#sortable").sortable({beforeStop: function(ev ,ui) { alert('dzop'); } the same code with change, start or stop does work fine. Second problem is, how to abort the sorting? i want to call a website (via ajax) to update the data in the database and if something get wrong i dont want to let the thing change their dom position. i really
Demo Gallery on http://ui.jquery.com/demos
Is this part of JQuery and can i use it on my own site? Is it free or do i need a license or need to purchase it? Regards
Help with helper with sortable
Trying to make sure one list can not drag out of itself when a certain condition is meet, but be able to drag into it from another list. Here's my helper function, which work in everything buy IE. Thanks in advance. function dragHelp(e, el) { if(navTooWide) { try { if(e.currentTarget["id"].match("availLinks")) { return false; } } catch(x) { if(e.target.parentElement["id"].match("availLinks")) { return false; } } } myHelper = $(el).clone(); myHelper.show(); $('body').append(myHelper); $(myHelper).css({background:"none"});
Tabs working?
I've downloaded and installed a personalized copy of ui.core.js and ui.tabs.js with jQuery 1.2.6 and it doesn't appear that the tabs functionality works. I've studied the examples, created the required TAG structure, changed the versions of the scripts, read and reread the documentation, watched the debugger and I've had no success at all in creating a working set of simple tabs (static or otherwise) When using creating static tabs (href='#tab-1'), the ui.tabs.js code attempts to unload the 'spinner'
Nested Sortable problem
Sortable nested lists is a problem with jQuery UI's "sortable()" plugin. The problem is the nesting part; if you move list elements out of a containing element (e.g. "up" in the hierarchy) and the containing element suddenly becomes empty, it's impossible to move the items back into the containing element. Just try it out here: <http://jquery-ui.googlegroups.com/web/ui.sortable.html> or here: <http://ui.jquery.com/1.5a/demos/sortable.html> In the "Nested lists" example, drag all elements to the top
IE6 : Every Resize using the south handle increases the div's width by one pixel
It seems IE6/jQueryUI has a bug when resizing a div using the south handle. Each click extents the width of the div by one pixel. Even the demo on http://docs.jquery.com/UI/Resizables clearly shows the problem. Is this a jQuery UI bug? I expect this has been reported before, any solutions?
Demo Gallery on http://ui.jquery.com/demos
http://ui.jquery.com/demos Can i use the Image Photo Gallery featured on http://ui.jquery.com/demos in my own commercial site? I can't see if it's part of JQuery and useable by anyone or if its a custom javascript and has licensing. Thanks
Multi level sortable
Can someone tell me how I can use UI to make a multi level sortable. It would be nice if it would work like http://www.gimiti.com/kltan/wordpress/?p=29 or like http://code.google.com/p/nestedsortables/ Thanx, Karel-Jan
autocomplete onfocus and other dynamic input
Additional Dynamic Input: I have two input fields. The user types in something in the first field, then needs to type something in the second field. That second field is an autocomplete and needs to send two pieces of info to the server - the current input and the value of the first field. Since the autocomplete is created on the doc ready, if I try to add the first field in the extraParams liek extraParams: {firstfield: ($ ('#firstfield').val())} it sets it as the value at the time the page loads,
Inconsistent destroy and function invocations with droppable and dialog
Hi If I invoke $("#myDiv").droppable multiple times, when a drop occurs the drop function will be invoked as many times as I've invoked droppable. If I invoke $("#myDiv").dialog multiple times, when the dialog is closed, the close function will be invoked exactly once. If I destroy a droppable before recreating it the droppable will function as expected. But if I destroy a dialog before recreating it, the dialog will have lost its contents and be unusable. While working around these inconsistencies
jQuery UI custom builder using 1.6b?
Hello, I appears that the jQuery Custom builder is using version UI 1.6b
help me to download jquery ui
hi i cant't download jquery ui from this location http://ui.jquery.com/download HTTP/1.1 403 Forbidden can you help me for download tnx
Visual glitches in IE around sortable lists
Hello, I'm not too sure whether I should post this here or on a IE development website... I have a <ul> list sortable connected with an <ol> list (sortable as well). The idea is to be able to drag unordered items in the first list and order them by dropping them in the second list. In FF my code is running without a hitch, but in IE I experience visual glitches (text dissapearing above the two lists, background color being painted over the container div along the path followed by the list item, ...)
Sortable Helper help?
I need to be able to disable dragging for list, but I need to be able to take from one list and still put into the undraggable list. He's what I've come up with, which work with everything but IE. Any idea? Thanks in advanced. function dragHelp(e, el) { if(navTooWide) { try { if(e.currentTarget["id"].match("availLinks")) { return false; } } catch(x) { if(e.target.parentElement["id"].match("availLinks")) { return false; } } } myHelper = $(el).clone(); myHelper.show(); $('body').append(myHelper); $(myHelper).css({background:"none"});
multiple ui core interaction modules applied on the same element?
Hello Does anybody know a way to make one element draggable droppable and resizable? Something like this: <div id="interacitve">blah</div> $ ("#interacitve").draggable().droppable().resizable().focus( function ...).blur(function ...) I've seen in one tutorial $("#interacitve").draggable().resizable() working nicely but the above example isn't working.. for a code example see post: draggable choking focus event tnx for reading :)
Problem with sortable function
Hello, How can i retrieve the current element id of the dragged item when using the sortable function. Greets, J
How to get the id of the sortable item
Hello, I'm trying to get the attribute id from the item wich is sorted. Still no luck Can anyone help?? Kind regards, J.
DnD slow(?) performance
Hello :) I have a "dynamic table" made solely out of div elements . row looks like this: cell, horizontal gutter, cell... vertical gutter, center gutter, vertical... I made the basic draggable functionality (like the example in api docs) and from the time of the click to the showing of the helper passes a formidable amount of time (not quite sure that i have the right word here, i mean to say that you notice the lag) it is nothing bad but it's noticeable. the table has 10x10 draggable cells but on
IE7 crashes sometimes
Hi there, i try to debug my JavaScript for IE7 at the moment and it works quite well with the debugger. But now i have to face a very awkward problem: I found a case where the debugger does not start, no. IE7 simply crashes. Worst of all, it does not happen everytime. It is some drag&drop an it crashes while the draggable is drawn over the droppable field - seems if it happens more often when I drag&draw *fast*. Any idea if there are any logs or something where I can look up what happens? And what
accordion widget - no errors, and no accordion.
I can't for the life of me see what's wrong with this. In both FF and IE I get no errors, but no accordion either. I'm pulling in the relevant JQuery files from the Google Code repository but they seem to include all the right bits, and apart from that I can't see any significant ways it differs from the example. Any suggestions? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
UI Tabs auto-rotate selection problems
Hi In Firefox, when I select a tab that has auto-rotation, it stays selected even after the rotation continues. Is there anyway I can reset the tab in firefox? It works fine in IE7 Example link: http://www.compasswebservices.com/web/billboard/demo.html Thanks V
drop a draggable side by side
Hello. Is it possible to drop a draggable object side by side in a droppable area ? The default behavior is to put each draggable object one under the other. Ex: Drag 1 Drag 2 Drag 3 I'd like to be able to put my draggable object in any place of the droppable area. To the side, under, and so on. Ex: Drag1 Drag 2 Drag3 Can I achieve this ? Thanks a lot. Sincerely, John
sortables axis:'y' option => error C.originalPosition is undefined
Hallo, When I use the option 'axis' and set it to 'y' on a sortable, and then start dragging the element's handle, I get an error "C.originalPosition is undefined" and the element disappears. This works for another sortable though. Any body know what the problem might be? Thanks!
draggable choking focus event
Hello :) First sorry for the long post but I think that eventually I would write all this. I have a "dynamic table" made solely out of div elements . row looks like this: cell, horizontal gutter, cell... vertical gutter, center gutter, vertical... this is the cell: <div id="geppetoCell_r1_c1" class="geppetoCell geppetoContentCell ui- draggable ui-droppable" contenteditable="" style="border-width: 2px; overflow: hidden; width: 150px; height: 60px;">text1</div> geppetoGrid is an object holding the
getting element from an html as an array
Hello, I just started to learn ajax and jquery and I already manged to take a html portion of my blog. the problem is that I want to get this part of the html as an array so that I will be able to reformat it for example. if my html is: <tr> <td><table width="100%" border="0" cellpadding="3" cellspacing="0" style="border:1px solid #CCCCCC"> <tr> <td width="250" bgcolor="EEEEEE" class="style12">name</td> <td align="right" class="style12">red paint</td> </tr> <tr> <td bgcolor="EEEEEE" class="style12">price</td>
ui.draggable choking focus event
Hello :) First sorry for the long post but I think that eventually I would write all this. I have a "dynamic table" made solely out of div elements . row looks like this: cell, horizontal gutter, cell... vertical gutter, center gutter, vertical... this is the cell: <div id="geppetoCell_r1_c1" class="geppetoCell geppetoContentCell ui- draggable ui-droppable" contenteditable="" style="border-width: 2px; overflow: hidden; width: 150px; height: 60px;">text1</div> geppetoGrid is an object holding the
draggable containment - size of draggable element > size of container
Hello, first sorry for my bad english - its not my mother language. I need a functionality like the "containment" but for the following situation: the size of the draggable element is higher than the size of the container. Here an example: <div id="container"> <div class="block"></div> </div> .block { position: absolute; border: 2px solid #0090DF; background-color: #68BFEF; width: 800px; height: 600px; top: 20px; } #container { position: relative; border: 2px solid
UI.Tabs IE Rendering Errors
I'm having a problem with IE not rendering the HTML returned from an AJAX style call when using the tabs ui plugin. FF and the like seem to not modify the HTML coming over that is being injected into the container I'm using. But IE somehow loses some ending tags in the code and all the items end up nested together in some super element. Quite bizarre and not I have to whip together a custom tabs script, but thought that I'd mention that the UI.tabs is failing in all versions of UI when using it in
getting element from an html as an array
Hello, I just started to learn ajax and jquery and I already manged to take a html portion of my blog. the problem is that I want to get this part of the html as an array so that I will be able to reformat it for example. if my html is: <tr> <td><table width="100%" border="0" cellpadding="3" cellspacing="0" style="border:1px solid #CCCCCC"> <tr> <td width="250" bgcolor="EEEEEE" class="style12">name</td> <td align="right" class="style12">red paint</td> </tr> <tr> <td bgcolor="EEEEEE" class="style12">price</td>
ignoring close callback option for dialogs
Hi, We have a situation where we provide close callback for a dialog like this: $(this.modalContent).dialog({ bgiframe:true, close:function() { something.focus() }, modal:true, resizable:false....}); This works fine when the user hits the "X" button at the upper right hand corner as focus is placed in the appropriate spot. If the user chooses to hit the "continue" button, we basically trigger another dialog that contains some sort of Confirmation info. But before we can do that we must close the
Selectables and Draggables
I'd like to combine the feature of selectables/draggables: ie. in the selectable demo where there is a list of items that can be selected - how do I add the ability make that entire selection 'draggable' ? Thanks in advance - jQuery is great :)
Down-right shift on draggable drop.
How can I stop the down-right shifting on a draggable drop? I undersand the use is to make it look like it was picked up and dropped, but it does not make sense when I am using dragging for exact placement. Thank you much, Will
[Accordion] Opening panels with navigation option
I'm having a little problem using the UI Accordion with the navigation option opening the panel containing the current page. The accordion is working great except for this little bug. I set up a quick demo at http://gvartwork.com/new so you can see what is happening. When navigating to one of the interior pages, like under gvetchedintime - home, the current panel does not remain open. I see in firebug that the link is being given the "current" class but the panel is not open. Is it a problem with
Next Page