[jQuery] clone() + Sortable and Draggable

2009-07-16 Thread rejome
Hello everyone ! I am facing a strange problem here : http://rejome.homeip.net:8080/prototype.html When I clone a list that is part of a Sortable, the Draggable objects are not bound to the cloned list, only the original one. Do you have a solution or a hint for me please ? Thanks in advance.

[jQuery] Cycle Plugin ScrollHorz effect problem in FF

2009-07-16 Thread bcbounders
I'm using the Cycle plugin and really like the "scrollHorz" transition effect since it scrolls left/right appropriately when using the pager navigation. But I'm having a strange problem with the very first transition when viewed in FireFox (v 3.0.11 on Mac as well as 3.0.11 on WinXP). You can se

[jQuery] Re: Jquery UI Tabs and Ajax

2009-07-16 Thread Klaus Hartl
$("#tabs").tabs(); should be just fine, the type of tab is detected automatically. Unless you're using a very, very old version of Tabs. --Klaus On 17 Jul., 00:49, havanna wrote: > Hi together, > I tried it in the group Jquery UI - but nobody answer there?! > > I'm really new to jQuery and U

[jQuery] Re: Get the HTML of the current node plus its Inner HTML

2009-07-16 Thread Ricardo
the native outerHTML property only exists in IE. On Jul 16, 6:50 pm, FrenchiInLA wrote: > each time that you need javascript function you can use [0] or 'this' in your > case you can get it by >   if(this.nodeName.toLowerCase() == "table") >   { > >     contentHtml += this.outerHTML();} > > or i

[jQuery] Re: File uploader with preview like box.net, etc.?

2009-07-16 Thread donb
What was I smoking when I wrote that? No, the site that had the 'nice' uploader was: http://www.element-it.com/Examples/MultiPowUpload/ThumbnailsViewerHTMLinterface.html "Nice" in that it let's me select several files at once and has a scrolling region previewing all the pending uploads. But i

[jQuery] File uploader with preview like box.net, etc.?

2009-07-16 Thread donb
Seems the preview aspect is being a real bugger - I don't see anyone successfully doing it with any of the current crop of jquery uploaders. There are a number of sites doing it, such as box.net which I think is quite a nice one. I found some info on the matter here: http://blog.flexexamples.co

[jQuery] My new website AllJobsXChange.com developed with Jquery

2009-07-16 Thread son
Hi. My website, www.alljobsxchange.com was developed with the use of JQuery. I really appreciate all the people that put their time and effort to make JQuery the way it is now. The site will go live in July 31, 2009. This site will allow job providers, job seekers, service providers and service

[jQuery] Re: Convert single click to double click?

2009-07-16 Thread piers
thanks for your reply - I think that's cracked it :) On Jul 15, 1:21 am, James wrote: > Is the callback function of thedouble-clickhandler separate (has a > variable name to reference)? > If so, just use that function as the callback to the single-click > handler. > > Otherwise, maybe you can ju

[jQuery] Re: Can't iterate through SPANs and execute Ajax GET

2009-07-16 Thread James
It's a scope issue. $(document).ready(function() { $("span").each(function (i) { var mySpan = this; // set mySpan $.get("myfile.php", { target: this.id, key: "value" }, function(data) { // alert("Data Loaded: " + data); // mySpan wi

[jQuery] Re: Recoving failure on request submission

2009-07-16 Thread James
I believe that jQuery Form extends jQuery's native $.ajax method, so you could use the options for $.ajax also. In $.ajax options, there's an 'error' callback for non-success responses. Additionally, there's a 'complete' callback which also passes a reference to the XMLHTTPRequest object (the core

[jQuery] Re: show dynamic changes when a refresh occurs

2009-07-16 Thread James
The data is still there since the browser does a cache of the form info, but dynamically created elements do not get cached in the same way, unfortunately. I haven't tried this before, but one thing you can try is to have a hidden input in your form, and the purpose of this is to store the number

[jQuery] Re: tablesorter not sorting numbers correctly

2009-07-16 Thread aquaone
Last I checked "*sym link*" wasn't a number. ;-) aquaone On Thu, Jul 16, 2009 at 09:51, Ian Stokes-Rees wrote: > > tablesorter isn't sorting numbers correctly. I have the latest jQuery > (1.3.2) and tablesorter (2.0.3). > > from http://abitibi.sbgrid.org/: > > script> >