Sortable 100% CPU load
Is this a known problem?
jQuery UI RTE
Hi All, As the jQuery UI team is planning a RTE, I'd like to know if it could be a good idea to work together on it, if possible using some of the WYMeditor concepts/code, instead of writing another editor from scratch. Also, is there a planned feature list available ? Thanks, jf
jQPanels
I have just posted my very first plug-in. Is an easy and unubitrusive script to create and manage sliding panels with for the moment quite few options. I'd really should like to have some feedback about the coding. Demo page and download link: <a href="http://www.andreacfm.com/examples/jQpanels/">Examples Page</ a>, <a href="http://www.andreacfm.com/page.cfm/Downloads">Download zip file</a>
How to get unique id of a draggable element?
Hello, I have a page with a number of thumbnails and each thumb has class 'block' and a unique id. Using the code below (from the droppables demo) I made a droppable that accepts the draggable thumbs. I can get the id via attr('id'), but the problem is that it's the same (the first) id for all thumbs I drop. How do you get the unique id of a thumb? Oh, what should happen is that when a thumb is dropped, the id is used to indicate that this is the thumb for this album. The id gets posted to the db.
Potential bug and fix for ui.resizable.js
Someone with more experience than me should confirm if this is the valid fix or if it is just fixing a symptom of some other problem. While the old line worked for Firefox, I'm surprised I haven't seen any other mention of this as it was a show stopper for IE7. Old line: for(var i in this.options.modifyThese) { Error message on line "c[0].css({...})": Microsoft JScript runtime error: '0' is null or not an object The value of i was a string "indexOf". As far as I could tell modifyThese was
EXTjs Looks Killer WAS: Ingrid, a jQuery Datagrid
<html xmlns:v="urn:schemas-microsoft-com:vml" 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,
Vertically aligned Tabs
Guys, CSS file for vertically aligned tabs (left or right handed)....... .ui-tabs-nav and .ui-tabs-container are percentage widths and shrink as you minimise the page........ graphic is not too clever, but just to show that the sliding doors technique works ..... tested on IE7, FF, Opera and Safari on a Vista machine............ :-)
Slider troubles
Hey everyone, So I'm working on the version of u.slider posted on this discussion group (can't recall who posted it right now, sorry) that allows ui.slider to accept two handles. The only trouble that I've run into is that it seems when I want to set the values of the slider handles when the minimum value slider handle is greater than 0, the moveTo method in u.slider.js zeroes it out. For example, say I have a slider that is a year range from 2001 to 2008. I think the following line in the moveTo
Inline Calendar
Is it possible to use the UI Calendar as inline rather than a popup. The previous version of this Calendar (Before it was part of the official UI suite) also worked as an inline calendar, but the previous method for invoking it as inline no longer works. There is little to no documentation on this UI calendar, but can someone inform me if it is possible to use it as inline and if so, how to do it? thanks Wes
patch proposal for sortable
I didn't like the animation when sortable elements were released after dragging so I added smooth:false in the options. However, this threw an error because the helper element was being removed twice, once in stopIt() and once somewhere down the line of the stop() stack unwinding. I've added one condition inside the stopIt() to make this work: if(that.options.smooth && self.helper != self.element) { $(self.helper).remove(); } This may not be the best solution but it worked for me; tested under
Dialog and stack ?
Hi, Does Dialog UI plugin will implement a stack to deals with multiple ui.dialog instances in a context ? I discovered this nice plugin yesterday and find it really powerfull. It's quite young and I think it will be great if it could deals with multiple dialog layers. Actually, I'm in trouble to communicate between each dialog (change status, content, size...). I think a stack which give some usefull atributes for each dialog will be cool : - set a reference for each dialog - set element which calls
Dialog and stack ?
Hi, Does Dialog UI plugin will implement a stack to deals with multiple ui.dialog instances in a context ? I discovered this nice plugin yesterday and find it really powerfull. It's quite young and I think it will be great if it could deals with multiple dialog layers. Actually, I'm in trouble to communicate between each dialog (change status, content, size...). I think a stack which give some usefull atributes for each dialog will be cool : - set a reference for each dialog - set element which calls
Unsuccessful at dragging from div and dropping to another div
Hello, I'm having a tough time figuring a couple of things out. First of all I'm trying to drag and drop from one div to a sibling div and can't get that to work at all. So I then backed off to dragging from a div and appending to the body, with hopes of then moving the dropped object into the destination div. When I drop the object moves to the position it started from in the palette pane e.g. left: 200, top: 200 instead of the position where I dropped into the layout pane e.g. left: 435, top: 363.
returning a pure dom element from a jquery selection
Hi, I have searched high and low to no avail. How do you make jQuery return the same type of element as getElementByID? When jQuery returns an element it shows up as [object Object] in an alert. When getElementByID returns an element it shows up as [object HTMLDivElement]. I want to call a javascript library call that works with the return value from getElementByID but doesn't work with: var thedoodad = $("#doodad"); Drag.init( thedoodad ); I can't get ui drag and drop to work properly between divs,
Hiring jQuery Designer
We are a medium-sized company offering web solutions ranging from mainframe servers to web development all over the world, operating from Hong Kong is looking for an experienced designer with strict requirements of professionalism. We're looking for designers that can initially work on per-job basis and eventually work with us as a remote employee. Requirements (strict!): * 3+ years experience in Photoshop and Web designing as a whole. * Be able to write clean xHTML and CSS code without using a WYSIWYG
Rotating Tabs
is there a way to rotate the tabs every ___ seconds. I don't want to reinvent the wheel.
Ingrid, a jQuery Datagrid
Hey all, Just finished an initial release of a jQuery datagrid plugin. I named her Ingrid. :) Currently I'm supporting the following: - resizable columns - paging toolbar - sorting (server-side) - row & column styling Should have a new rev within the next week or so supporting: - row selection model (single -or- multi w/ checkbox) - exposing the internal methods (ingrid.load(), ingrid.getColumn(), etc) as an API to respond to external events If anyone has a minute, give it a whirl and let me know
ui slider - hidden on load
I asked a question about ui sliders yesterday, nobody answered me, so i ask a new one :). When the slider element is hidden on load (display: none), it doesn't work... Any suggestion to make it work? Regards.
tabsClick method fails silently when onmouse over tabs are used.
To Whom It May Concern: tabsClick method fails silently when onmouse over tabs (setting event:'mouseover') are used. Shouldn't we be able to trigger a tab regardless of how the used invokes the tab focus? cody lindley Tried to enter a bug, but didn't have credentials.
Dialog position when calling dialogOpen()
hi, after creating a dialog (which appears at the center) and closing it and calling the dialogOpen(), why is it always appear on the lower botton? How can I change this behavior? does dialogOpen() receive position option? Thanks james
JQuery UI Sortable.
Hi, I am using the JQuery UI sortable plugin. I have two sortable lists, say L1 and L2. I want to be able to sort between these two lists. How can this be achieved? Earlier I was using Interface for this and it had the accept parameter that accepted a class name. Is there anything similar in JQuery UI? Thanks.
onresize Callback Hack...
<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;}
UI Tabs
Klaus, I have been playing around with the css to try and get a solid solution for UI tabs. (tested on FF,Opera and IE6 - Windows machine)..so should display OK on Safari for Windows and IE7..........perhaps somebody could test on a Mac ??? The method involves no floats for the tabs, and uses the sliding door technique, with negative margins, allowing for the use of gifs with transparent backgrounds. Attached is a zipfile, simply unzip andplay. There are four CSS files - pointing to four different
sortables error
hello, I just played with sortables and I continue have this error when I release an item: ERROR! self.pos has no properties On the WIKI demo the error counter run like crazy if I just touch an item, same as UI demo page. I know you are working hard guyz!! Keep going...UI Roks!
tablesorter: how to bind additional function on <th> click event
hi, As clicking the <th> could trigger the sorting, I want to perform additional work. I have try something like this but it doesn't work $('th').click(function(){ alert('hello world'); }); is there a way of doing this? Thanks james
Theme PSDs?
<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;}
dialog doesn't work on <div> inside table tags on IE but works on firefox
hi, can we consider this a bug? I know having a div inside a table tag is somewhat doesn't comply to the standard... Thanks james
accordion problem in ie7 when a ul tag is inside the main div sections
ie7 has a weird quirk when trying to run accordion on a dl > dd + dt and ul > li structure if another ul list is inside of the main content div. The quirk is that it doesn't work : (. here's the code: <script type="text/javascript"> $(document).ready(function(){ $("#example").accordion(); }); </script> <dl id="example" class="ui-accordion-container"> <dt> <div class="ui-accordion-left"></div><a href='#' class="ui-accordion- link">Test 1<div class="ui-accordion-right"></div></a> <div>
Dialog Theme / borders when resize = false
<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;}
Dialog Theme / borders when resize = false
<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;}
slider with 2 handles - initialization of values
Hello, I'm using the slider with 2 handles. I have a problem with the second handler the value isn't initialized until i move it. (both handlers are initialized to minimum value). how can i initialize this value? regards
UI.slider and other UI demo applications are broken
Hi All, I just noticed that for some reason the Slider and other UI demo apps are broken and not working properly. It looks like some kind of update to main jquery js has created this issue. I have made a custom app based on that ui.slider and it was working on Friday and now everything is broken. I used direct link to js files so when I tried my code this morning everything was broken. any idea what has changed ? Thanks, Mehran
Tabs with batch control
Hello, I would like to utilise jQuery in my project and am looking to implement the tabs in a page similar to the yahoo's home page tabs, but I would like to only list for example 5 items on each tab and within this to have a batch to list the next 5 items from my list. The problem I have is that when I click on the batch link to list the next 5 items the page reloads and the page and returns to first tab. Are there any examples of how to achieve this effect (or two effects -- i.e. the tabs and within
any downloadable documentation
where i can download the copy of ui jquery documentation so that i can look at offline machine ? thank you
dialog images
hi, I am trying to using the ui.dialog.js , and I am having a problem with the images. They're not display on the right place. I have no idea where should I check. I didn't edit anything on the css file. Thanks james
Sortables not working at all
Hi. I've just installed jQuery UI on my webpage. First, I downloaded several of the available plugins. I've created a sortable UL I am able to drag the elements around. However, when I let go, I am getting hundreds of errors like: self.pos has no properties [Break on this error] $.extend($.ui.sortable.prototype,{plugins: {},currentTarget:null,lastTarget:null,... jquery-ui.js (line 58) this.parentNode has no properties [Break on this error] eval(function(p,a,c,k,e,r){e=function(c) {return(c<a?'':e(parseInt(c/a)))+((c=c%a...
Safari problem with Accordion plugin / jQuery Safari sniffer or workaround
Hi group - I've built a set of pages on this site, creating multi-step forms using Joern's accordion plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-accordion/) Everything's working great - except in Safari, where it falls apart, with the second panel not displaying, leaving the user with a blank page See http://www.comparemyagent.com/fa/fa_sell.cfm for example form A few questions for the jquery world at large... - have any of you been able to overcome safari problems with functions
Displaying swf files
Hi there, I would appreciate some help in making an image clickable so you can display an .swf file with a lightbox. Please feel free to visit my website: www.time.ultravibral.com Best. Roberto
Resizing Dialog via the Title bar bug?
<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: Can it ignore specified rows?
Forgive me if this is in the documentation but I couldn't find it if so - I have checked as I imagine it'll be common request. Can the TableSorter plugin ignore specified row(s)? Maybe a widget exists which does this? What I'd like to do is this: imagine a table showing sales figures, I'd like the last row to be a list of totals and for that row to stay at the bottom regardless of how I sort it. The CSS class of the totals row would be different to the others, so I'm sure it shouldn't be too hard
Next Page