[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread David Duymelinck
Very nice a second release in such a short time with some great improvements, and i'm drooling now to get my hands on the jQuery UI. The logo is great, one character to say it all :) -- David Duymelinck [EMAIL PROTECTED] John Resig schreef: Hi Everyone - jQuery 1.2 has

[jQuery] Re: Jorn's validation library, validate against default value

2007-09-11 Thread Michael Price
Jörn Zaefferer wrote: Your best bet, and most unobtrusive, is to avoid using default values for labels: http://www.alistapart.com/articles/makingcompactformsmoreaccessible/ Otherwise, you can still implement that as a custom method. See

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Piotr Petrus
Can somebody throw me a link to jQuery Minified desc? : -- Piotr Petrus http://riddle.pl

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-11 Thread Stamen Georgiev
I'm having the same problems here. And it looks the same with the latest release (1.2) :-( Help, anyone? On Sep 10, 7:26 pm, Bryan Blakey [EMAIL PROTECTED] wrote: As many others have already noted, if your page makes anAJAXcall that returnsjavascriptand HTML, for some reasonIEand Safari are

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Gordon
I noticed some mentions made in the documentation regarding features to manipulate the animation queue. Does this mean that it's possible to queue up groups of animations where you want several sets of animations to occur one after the other? Or will we seill need to use Erik's excellent

[jQuery] Thickbox loading image twice

2007-09-11 Thread howa
If cache is disabled, you might use webdeveloper to try out.

[jQuery] Re: Corner Plugin affects layout

2007-09-11 Thread Sam Collett
I tried to reproduce it in a test page, but was unable to. I solved it by using .css(position, ) There is a demo of the issue at http://www.nelctp.nhs.uk/default2.aspx And without corner plugin: http://www.nelctp.nhs.uk/default2.aspx?nocorner Which actually illustrates some problems with the

[jQuery] Re: Corner Plugin affects layout

2007-09-11 Thread Sam Collett
I did manage to fix it, but set up a page showing the problems I have been having: With corner: http://www.nelctp.nhs.uk/default2.aspx Without: http://www.nelctp.nhs.uk/default2.aspx?nocorner The corner is applied to the two boxes in the middle (only very subtle corners). On Sep 10, 11:58 pm,

[jQuery] Visual jQuery

2007-09-11 Thread Dan Atkinson
Hey all! Is there an update for Visual jQuery (http://visualjquery.com/ 1.1.2.html), or is it always up to date with the latest version of jQuery? Or has it merely been left to die? :-( Many thanks, Dan Atkinson

[jQuery] Re: Visual jQuery

2007-09-11 Thread Stephan Beal
On Sep 11, 12:27 pm, Dan Atkinson [EMAIL PROTECTED] wrote: Hey all! Is there an update for Visual jQuery (http://visualjquery.com/ 1.1.2.html), or is it always up to date with the latest version of jQuery? Or has it merely been left to die? :-( If you're interested in up-to-date docs,

[jQuery] Re: Visual jQuery

2007-09-11 Thread Dan Atkinson
I would be, if it was in the format of Visual jQuery! ;-) Thanks for the information though! On Sep 11, 12:01 pm, Stephan Beal [EMAIL PROTECTED] wrote: On Sep 11, 12:27 pm, Dan Atkinson [EMAIL PROTECTED] wrote: Hey all! Is there an update for Visual jQuery (http://visualjquery.com/

[jQuery] Re: Visual jQuery

2007-09-11 Thread Dotan Dimet
You should be able to build the XML file for the docs for version 1.1.4 and then add the XSL file from visualjquery.com, if you have a 1.1.4 source tree. Looking at version 1.2, I see that there's no automatically generated documentation. It's probably deprecated in favor of the Wiki, which is a

[jQuery] New plugin: Listify

2007-09-11 Thread Dylan Verheul
I've just release a little plugin that I wrote for use in a new project. It gracefully upgrades tables that contain rows with a single link to be a little more user friendly (enlarging the click area and applying a hover class). Since I'm using Thickbox, I also made sure it plays nice with

[jQuery] Re: New plugin: Listify

2007-09-11 Thread spinnach
in the plugin settings you define hoverClass and cursorType, and never use it in the plugin later.. nice plugin, btw.. dennis. Dylan Verheul wrote: I've just release a little plugin that I wrote for use in a new project. It gracefully upgrades tables that contain rows with a single link to

[jQuery] Re: ThickBox 3 - Strange Bug in IE

2007-09-11 Thread Angelo Zanetti
Hi guys. Ive had a similiar problem and not had a solution, Ive read the forums on the thickbox site and have tried what was suggested, hacking CSS and JS files. Using 1.1.2 Thickbox and also try using latest version of JQuery, Nothing worked. It seems that its quite a hectic bug that many

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread weepy
that should be working ok in IE now :) On Sep 9, 7:53 pm, Jqlover [EMAIL PROTECTED] wrote: Gr8 work weep, it is working great in FIREFOX. I am not able to see the same effects in IE6.0 . it is giving an error while loading. On Sep 9, 11:30 pm, Glen Lipka [EMAIL PROTECTED] wrote:

[jQuery] too much recursion in newest droppable - jQueryUI

2007-09-11 Thread PragueExpat
I've posted a problem that I'm having with droppables and jQuery here: http://groups.google.com/group/jquery-ui/browse_thread/thread/f63eec69a7a0afe8 It is still a problem in 1.2 - There is an example html page in the discussion. Using firebug, you will see a recursion timeout after you drop

[jQuery] Re: too much recursion in newest droppable - jQueryUI

2007-09-11 Thread John Resig
You should post this to the jQuery UI group, where this is discussed: http://groups.google.com/group/jquery-ui/ Or, reply to the thread that you linked to. --John On 9/11/07, PragueExpat [EMAIL PROTECTED] wrote: I've posted a problem that I'm having with droppables and jQuery here:

[jQuery] Re: New plugin: Listify

2007-09-11 Thread Dylan Verheul
On 9/11/07, spinnach [EMAIL PROTECTED] wrote: in the plugin settings you define hoverClass and cursorType, and never use it in the plugin later.. Oops. That's fixed now. -Dylan

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread weepy
new link : http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/index3.html On Sep 11, 1:33 pm, weepy [EMAIL PROTECTED] wrote: that should be working ok in IE now :) On Sep 9, 7:53 pm, Jqlover [EMAIL PROTECTED] wrote: Gr8 work weep, it is working great in FIREFOX. I am not

[jQuery] Re: too much recursion in newest droppable - jQueryUI

2007-09-11 Thread Prague Expat
John, I have posted there several times with no response, so I thought I would try here. The problem is a show-stopper for a large application. - Original Message - From: John Resig [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, September 11, 2007 2:43 PM Subject:

[jQuery] Re: too much recursion in newest droppable - jQueryUI

2007-09-11 Thread John Resig
Well, we've also been working hard on jQuery 1.2 and on trying to get jQuery UI ready - so we're a little backlogged. But that's the right place to post UI posts, not here. --John On 9/11/07, Prague Expat [EMAIL PROTECTED] wrote: John, I have posted there several times with no response, so I

[jQuery] Trouble navigating accordion list

2007-09-11 Thread Gareth Hughes
I've been trying to create a basic accordion effect using unordered lists and, having looked through some examples on learningjquery.com, I think I'm close. I'm having trouble navigating through the hierarchy though. An example list is below. Any links with a class of 'expandLink' are

[jQuery] Re: Validation by Jörn Zaefferer - errorPla cement confusion

2007-09-11 Thread Feed
Just bumping this thread to see if anyone has any idea about this bug in IE6. On Aug 29, 6:52 pm, Feed [EMAIL PROTECTED] wrote: Jörn, the problem is simple: using .parent().parent() in errorPlacement breaks the code in IE6. For example, imagine a TABLE with 2 cols and 2 rows.

[jQuery] Re: Visual jQuery

2007-09-11 Thread Alexandre Plennevaux
In fact, i would be very intersted in having the doc as xml file, in order to build a widget as an .exe file for windows, for offline quick access. Will this be updated? http://jquery.com/api/data/jquery-docs-xml.xml Thanks Alexandre -Original Message- From:

[jQuery] Re: Tablesorter 2.0

2007-09-11 Thread rortelli
Hi all, tablesorter 2.0 has some strange behaviours with jQuery 1.2, the zebra stripes seems not to work correctly... ;) On Sep 10, 11:55 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, On 20 aug, 11:33, lukek [EMAIL PROTECTED] wrote: By the way I had another question. -- In the

[jQuery] Listbox values text box

2007-09-11 Thread Diddly Doo
I've some HTML as below. I'm trying to work out a function to transfer the values in the listbox to the text box. So, the value of the hidden box would be 1,2,3 select id=foo multiple=multiple size=6 option value=1Item 1/option option value=2Item 2/option option

[jQuery] Re: why is code working on Firebug console, but not in script file?

2007-09-11 Thread Matt Vance
Based on what you wrote, I thought something like the following might work, but no luck: $(function(){ $('#jmap').jmap({ provider: 'yahoo', maptype: map, zoom: 5, center: [18.335298917917967,-64.73007202148438]});

[jQuery] Re: XML HTML

2007-09-11 Thread [EMAIL PROTECTED]
Excellent. Thanks a lot! On Sep 10, 3:09 am, Piotr Petrus [EMAIL PROTECTED] wrote: Set dataType to html in .ajax() call. If you really need to use .get(), use ajaxSetup(). This will make use of data.responseText instead of data.responseXML in jQuery internally. -- Piotr

[jQuery] Re: why is code working on Firebug console, but not in script file?

2007-09-11 Thread Matt Vance
I tried the following, but the addPoint part still isn't working: $(function(){ $('#jmap').jmap({ provider: 'yahoo', maptype: map, zoom: 5, center: [18.335298917917967,-64.73007202148438]}); $('#jmap').load(function() { $

[jQuery] Need help with navigation fading in and out

2007-09-11 Thread befidled
This is my first attempt to utilize jQuery so if I ask obvious questions please bear with me... I'm working on the following site and trying to get the navigation to fade in on rollover and fade out on rollout. So far I've got the code written for the rollover state but it doesn't seem to be

[jQuery] Possible Animate Bug

2007-09-11 Thread Tingo
There seems to be an animate bug with jQuery 1.2. Try animating the css left value of a relatively or absolutely positioned element. For instance, I have an object with a css left value of -880px. When I call .animate( {left:-1760px} ,300, function(){ alert( $ (this).css('left')}), the callback

[jQuery] AJAX GET from an higher directory. FF Yes IE No

2007-09-11 Thread Pete
I don't even know if this is possible but I'm looking to get a page in an upper directory via an AJAX call. The following works in FireFox, but Internet Explorer throws a Permission Denied. $(this).find('a').click(function(){

[jQuery] AJAX GET from an higher directory. FF Yes IE No

2007-09-11 Thread Pete
I'm wondering if this is even possible. Essentially I'm looking to see if a file in an higher directory exists: $(this).find('a').click(function(){ $.get(../ajaxtest-content.html, function(data){ alert(I am here and I exist);

[jQuery] Re: jQuery Autocomplete Plugin Efficiency in AutoSuggest Brand Spanking New

2007-09-11 Thread Alexsandro_xpt
Please.. somebody...

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Joan Piedra
This is just awesome! Thanks for giving us such a great and cool framework, guys. A big thanks to all the core and UI team :) You guys rock! On 9/10/07, John Resig [EMAIL PROTECTED] wrote: Posted to Digg, as well: http://digg.com/programming/jQuery_1_2_jQuery_extend_Awesome --John On

[jQuery] Re: Jquery Cheat Sheet

2007-09-11 Thread adrien
Hi, I've just finished to update my work. I've read the Jquery 1.2 Roadmap and take a look again to the Jquery 1.1.4 release announcement, and have made some changes. Deprecated functions are no longer listed on the Sheet. Plus I've added some comments and Object properties as Footnotes... and

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-09-11 Thread Anton
While I think it's a Firefox bug, the most recent version of clueTip lets you work around it: While I very much appreciate the additions, they don't fix the problem with style=position:static getting added to a parent of the Flash file (thus triggering the bug). Why is this? Is the script

[jQuery] Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Will B.
I currently know how to do this: $(//[EMAIL PROTECTED]'123']).remove() ; This removes a table row that of the style: tr customID=123 However, these rows in this complex table also have another fashion that I've been using: tr customID=123 aID=1 bID=2 cID=3 How can I use Jquery to select

[jQuery] .click() issue in FireFox

2007-09-11 Thread George Blouin
I have rows of data that look like this tr class=MainRow onmouseover=this.className = 'Highlight'; onmouseout=this.className = 'MainRow'; onclick=addUnit(3); td align=leftBattle Cobra C/td td align=left1319 (0)/td td align=center/td td align=center40/td td align=center5006750/td td

[jQuery] Re: 1.2 out?

2007-09-11 Thread March
Great!!! I'm eager to use it~~~ On 9/11/07, Rey Bango [EMAIL PROTECTED] wrote: Its available for download but it hasn't been officially released. We're wrapping up some things. Rey... Justin Sepulveda wrote: Yah, it looks like they're in the middle of updating everything. On Sep 10,

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-09-11 Thread Steve Browett
Hi, I'm looking for a similar thing and found this: http://www.ajaxdaddy.com/demo-jquery-carousel.html Hope it helps! On Aug 10, 3:21 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I don't know if jquery will be able to address this but I thought I would try anyway. Is there a way to

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover (SOLVED!)

2007-09-11 Thread Anton
Just a quick update to let you know I solved my problem. In fact it turned out to be quite simple. As soon as I added position:relative to the element I was appending the cluetip to, the style=position:static thingie went away, the DOM stayed unmodified and the bug disappeard. Sorry if this was

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Jiming
Thanks, looking forward to UI as well! Best regards, Jiming John Resig 写道: Hi Everyone - jQuery 1.2 has been released! More information (and a jQuery UI sneak peek!): http://jquery.com/blog/2007/09/10/jquery-12-jqueryextendawesome/ Full release notes and download information:

[jQuery] google reader slick animation using jquery

2007-09-11 Thread Kia Niskavaara
How can I achieve a similar animation like the one used in google reader? I have a container and want to append a lot of elements. I'm not using jquery at all today and use for (var i = 0; i itemlength; i++) { container.appendChild(items[i]); } All I've achieved is this: for (var i = 0;

[jQuery] Having troubles loading Ajax content with effects

2007-09-11 Thread Matt81
Hi there. I'd be very grateful if anyone could take the time to help me with a problem I'm having attaching effects to the jQuery load method. On this site http://www.ascent-interactive.co.uk/testing2/dev2.html, when a navigational link is clicked (About the Debate in the top nav), I use the

[jQuery] Having troubles loading Ajax content with effects

2007-09-11 Thread Matt81
Hi there. I'd be very grateful if anyone could take the time to help me with a problem I'm having attaching effects to the jQuery load method. On this site http://www.ascent-interactive.co.uk/testing2/dev2.html, when a navigational link is clicked (About the Debate in the top nav), I use the

[jQuery] Newbie Question: Javascript Never Gets Called?

2007-09-11 Thread Vik
I'm a Javascript newbie, but I do have some Javascript working, and I have the jQuery demo working. Here's the code I have on one of my html pages to load javascript: - script src=http://localhost:/js/jquery.js; type=text/ javascript/script script type=text/javascript

[jQuery] Re: a problem with 1.1.4 and binding click function

2007-09-11 Thread NccWarp9
fixed it On Sep 3, 1:35 am, Strija [EMAIL PROTECTED] wrote: I don't know if I understood what you're trying to achieve, but try using parent() instead of parents()

[jQuery] option disabled - emulation of missing support in IE

2007-09-11 Thread Frantisek Malina
Hi all, Is there any way to emulate missing support for option disabled=disabled functionality in IE 6 7 with jquery? E.g. select name=destination id=destination option value=xxxAnywhere/option option value= disabled=disabledEUROPE/option option value=ASIA/option option value=

[jQuery] Repeat a load

2007-09-11 Thread ned
Hi to everybody, I want to explain you my little problem. I have something like this: $(#newsticker).load(file.php); This code is very simple and works well, but now I want to repeat the file's load every 30 seconds until a timeout of 2000 seconds. How can I realize this? Thank you, bye

[jQuery] Accessing elements returned by clone

2007-09-11 Thread voltron
How can I access the elements returned when using clone and manipulate them? I would like to change the Ids of the clone elements and siblings before appending it to another element. Example div id=allcars div id=carselection select id=cars option value =volvoVolvo/option

[jQuery] Re: Slide effect bugs in IE 6 and 7 since version 1.1.3

2007-09-11 Thread [EMAIL PROTECTED]
On 10 Sep., 16:01, Lobo [EMAIL PROTECTED] wrote: Hi all, I have issues with theslideeffectsincethe version 1.1.3 (same issue with 1.1.4): _ Flicker effet when the div is sliding up, just before disappearing. (working fine with 1.1.2) I can confirm this - also with the new jquery 1.2. But

[jQuery] Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Phillip B Oldham
Hi all I remember something being mentioned that 1.2 would remove the need for the liveQuery plugin, binding relevant events to elements added in a DOM update. Has this happened, or will I still need to use liveQuery after an update?

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-09-11 Thread Alexandre Plennevaux
Check jscrollpane, it has a very nice $('#anchorlink).scrollTo('#anchorTarget'); functionality http://kelvinluck.com/assets/jquery/jScrollPane/scrollTo.html -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Browett Sent: mardi 11

[jQuery] Re: Jquery Cheat Sheet

2007-09-11 Thread Benjamin Sterling
Great work adrien! On 9/10/07, adrien [EMAIL PROTECTED] wrote: Hi, I've just finished to update my work. I've read the Jquery 1.2 Roadmap and take a look again to the Jquery 1.1.4 release announcement, and have made some changes. Deprecated functions are no longer listed on the Sheet.

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Brandon Aaron
You will still need to use Live Query for that functionality. -- Brandon Aaron On 9/11/07, Phillip B Oldham [EMAIL PROTECTED] wrote: Hi all I remember something being mentioned that 1.2 would remove the need for the liveQuery plugin, binding relevant events to elements added in a DOM

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread John Resig
Could you try again? I'm not sure why you would get that. --John On 9/11/07, George Blouin [EMAIL PROTECTED] wrote: I am getting a 404 when I try to go to the Blog entry. On Sep 10, 10:06 pm, John Resig [EMAIL PROTECTED] wrote: Hi Everyone - jQuery 1.2 has been released! More

[jQuery] Re: Need help with navigation fading in and out

2007-09-11 Thread David Duymelinck
You use following code to create the effect $(.nav li).hover( function(){ $(.nav li, this).fadeIn(slow); }, function() { } ); the this refers to the .nav li that is hovered so you are looking for an .nav li element inside the .nav li element. You should look for the ul in that li so you

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Klaus Hartl
Will B. wrote: I currently know how to do this: $(//[EMAIL PROTECTED]'123']).remove() ; This removes a table row that of the style: tr customID=123 However, these rows in this complex table also have another fashion that I've been using: tr customID=123 aID=1 bID=2 cID=3 How can I use

[jQuery] Re: IE 7(mostly likey all 6 too) issue with added content with javascript dynamically

2007-09-11 Thread Eridius
Ok here is the block od code that is not working. div class=tabset script type=text/javascript //![CDATA[ try { var tabs = new TabSet(); tabs.addTab('Prices', '?=$prices_table?', 'tabs_price_normal', 'tabs_price_highlight');

[jQuery] Re: Possible Animate Bug

2007-09-11 Thread Andy Matthews
I experienced something similar to this. I'm animating the top attribute of an element. Each click of a button should slide the object up (into negative numbers) by 220px. The first click works fine, but the second click seems to double that number and slides the element completely out of view.

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Andy Matthews
I think you have to call the live method, but I believe that it's built into the core now. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Phillip B Oldham Sent: Tuesday, September 11, 2007 8:21 AM To: jQuery (English) Subject: [jQuery] Does

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread John Resig
Nope, it's not - we decided to leave it out, give it time to grow and adapt. --John On 9/11/07, Andy Matthews [EMAIL PROTECTED] wrote: I think you have to call the live method, but I believe that it's built into the core now. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Brandon Aaron
You do still need to call the .livequery() method but it isn't in the core for 1.2 ... so you will still need to include the jquery.livequery.js file. -- Brandon Aaron On 9/11/07, Andy Matthews [EMAIL PROTECTED] wrote: I think you have to call the live method, but I believe that it's built

[jQuery] Re: Possible Animate Bug

2007-09-11 Thread John Resig
Calling -1760px will animate the property relatively another -1760 pixels to the left. If you want to animate it to the absolute position: -1760, do: .animate({ left: -1760 }) jQuery 1.1.2 only supported passing in numbers for animations, so seeing it work for you is quite surprising. --John

[jQuery] Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-09-11 Thread Angelo Zanetti
Hi all Does JQuery 1.2 solve the thickbox positioning problem when scrolling? The problem is when you have scrolled down a page and then click on the thickbox link, the thickbox popup appears at the top of the page but as you have scrolled down its not centered? I see there are some changes

[jQuery] Re: Multiple XPath selectors, or other, for custom attributes

2007-09-11 Thread Will B.
Wow...it did show up, then! Darn. I reposted (almost) for nothing. Thanks for answering, Klaus. Is there a way to do this w/o using XPath? Now that it's been pushed off to a plugin, I'd rather stick with core Jquery. - Will On Sep 11, 8:31 am, Klaus Hartl [EMAIL PROTECTED] wrote: Will B.

[jQuery] How to this non-XPath style...

2007-09-11 Thread Will B.
(I posted this yesterday, but it never showed up... But since today's update on XPath being removed (and I don't need *another* .js or .css link!), I'd like to know how to do it non-XPath style, if there's a way...) I currently know how to do this: $(//[EMAIL PROTECTED]'123']).remove() ;

[jQuery] Re: Does 1.2 now negate the need for liveQuery?

2007-09-11 Thread Andy Matthews
Disregard my comment then. Thanks for correcting me John. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Tuesday, September 11, 2007 8:45 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Does 1.2 now negate the need for

[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-09-11 Thread Alexandre Plennevaux
Why not testing it yourself and letting us know of your conclusions? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Angelo Zanetti Sent: mardi 11 septembre 2007 14:49 To: jquery-en@googlegroups.com Subject: [jQuery] Does JQuery 1.2 solve the

[jQuery] 1.2 stopping animation

2007-09-11 Thread Eridius
I heard from someone that the jQuery team or someone was working on being able to stop an animation and revert back to the old state. This is one limitation of jQuery that is disappointing and seem to still be a problem in 1.2. The example i gave is that i don't know how to recreate the effect

[jQuery] Joern's autocomplete plugin with jquery 1.2

2007-09-11 Thread tlphipps
Hopefully this will help someone... I noticed that Joern's autocomplete plugin uses the .eq() function which was deprecated and removed in jQuery 1.2. I was able to replace the .eq() calls with .slice() calls and get things running. Hope this helps somebody else. Here are the two locations to

[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-09-11 Thread Angelo Zanetti
Will do but dont have the time now. If I do will post the response and let you guys know. Thanks Alexandre Plennevaux wrote: Why not testing it yourself and letting us know of your conclusions? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf

[jQuery] Joern's autocomplete plugin with jquery 1.2

2007-09-11 Thread tlphipps
Hopefully this will help someone... I noticed that Joern's autocomplete plugin uses the .eq() function which was deprecated and removed in jQuery 1.2. I was able to replace the .eq() calls with .slice() calls and get things running. Hope this helps somebody else. Here are the two locations to

[jQuery] Re: 1.2 stopping animation

2007-09-11 Thread John Resig
Stop animations were added in 1.2: http://docs.jquery.com/Effects/stop Full release notes: http://docs.jquery.com/Release:jQuery_1.2 --John On 9/11/07, Eridius [EMAIL PROTECTED] wrote: I heard from someone that the jQuery team or someone was working on being able to stop an animation and

[jQuery] Re: 1.2 stopping animation

2007-09-11 Thread Eridius
That is only half the battle, i need it to go back to orinal state when it is stopped. If i become deperate i can always try to create a plugin that does it. John Resig wrote: Stop animations were added in 1.2: http://docs.jquery.com/Effects/stop Full release notes:

[jQuery] Re: Listbox values text box

2007-09-11 Thread Dylan Verheul
Try this: $('#theButton2').click(function() { $(#foo2).val($(#foo).val().toString()); }); You catch the click event. You set the value of the text box to the value of the select (converted to a string). -Dylan On 9/10/07, Diddly Doo [EMAIL PROTECTED] wrote: I've some HTML as below. I'm

[jQuery] Re: Trouble navigating accordion list

2007-09-11 Thread Lukey B
Gareth, I am not sure whether you are able to pull of the sub menu in the accordian effect. If you can though it is something that I will be extremely interested in. I have watched the tutorial that John resig put online and I though that submenu's would prove difficult to pull of with

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Pyrolupus
On Sep 11, 12:06 am, John Resig [EMAIL PROTECTED] wrote: jQuery 1.2 has been released! Full release notes and download information:http://docs.jquery.com/Release:jQuery_1.2 $([EMAIL PROTECTED]) XPath Attribute Selector Note: While this selector is being deprecated in this release, it

[jQuery] Re: 1.2 stopping animation

2007-09-11 Thread John Resig
That's not particularly hard. $(#nav li).hover(function(){ $(this).stop().animate({ width: 100 }); },function(){ $(this).stop().animate({ width: 75 }); }); --John On 9/11/07, Eridius [EMAIL PROTECTED] wrote: That is only half the battle, i need it to go back to orinal state when it is

[jQuery] Re: 1.2 stopping animation

2007-09-11 Thread Klaus Hartl
John Resig wrote: Stop animations were added in 1.2: http://docs.jquery.com/Effects/stop Full release notes: http://docs.jquery.com/Release:jQuery_1.2 Just tried it with UI Tabs... works great! Much better then setting a flag! :-) --Klaus

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread Joan Piedra
Oh I just found a little bug, if you click in the first pic you see the preloader on that pic (that's ok), but if you click in the green litte monster (from fantastic 4) the preloader shows on the keypad, same goes for the color bars pic. Cheers, On 9/11/07, Joan Piedra [EMAIL PROTECTED] wrote:

[jQuery] Re: New Plugin: ZoomBox

2007-09-11 Thread Joan Piedra
This is a really interesting stuff weepy, and is it just me or its a lot faster than before when you upgraded it to jQuery 1.2? Keep the good work weepy, See you on the lists. PS: See you on BP too! On 9/11/07, weepy [EMAIL PROTECTED] wrote: new link :

[jQuery] Re: New plugin: Listify

2007-09-11 Thread Dylan Verheul
On 9/11/07, Joan Piedra [EMAIL PROTECTED] wrote: Shouldn´t this be anchor.trigger('click') ? if (thickbox) { anchor.click(); } It worked for me (pre 1.2) to trigger the thickbox event. Note that this is only to trigger thickbox, any other link is handled by the lines below this part.

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover (SOLVED!)

2007-09-11 Thread Karl Swedberg
Thanks a lot for the update, Anton. I really appreciate it. I'm not sure where the position:static thingie came from -- maybe from jquery core or possibly from the Dimensions plugin -- but it's not in the clueTip plugin itself. You've offered an excellent workaround, though, and I'm

[jQuery] Dynamically loading more content

2007-09-11 Thread Vikas
If you use Google Reader, notice how the item list (in List View) in the right hand pane loads an initial set of items (60 or so) and if there are more, it says more than 60 items in the bottom right corner. If you use the mouse scrollwheell to scroll down, it dynamically adds to the list showing

[jQuery] Strip out HTML tags

2007-09-11 Thread AnandG
I retrieve a lot of strings from a JSON file. These strings can contain HTML tags. I would like to show the strings (for example a description of a product) but with a limit on the number of characters. So I have to count the number of characters and I would like to set a limit to 200

[jQuery] Re: Listbox values text box

2007-09-11 Thread Joan Piedra
Dylan, That's a nice workaround, to just pass the selected value. But I think Diddly needs to add all the values in #foo2. Diddly, I think you mistype this, shouldn't it be type=hidden? input type=text id=foo2 / On 9/11/07, Dylan Verheul [EMAIL PROTECTED] wrote: Try this:

[jQuery] Superfish CSS a class

2007-09-11 Thread Oliver
Hi All, I am using the most recent version of superfish and jquery. I am trying to provide an alternative CSS style to the a href tags as they are currently the same style as for links within the rest of the site. I tried the following by providing an a id=super where our menu gets generated and

[jQuery] Re: Joern's autocomplete plugin with jquery 1.2

2007-09-11 Thread Wizzud
tlphipps wrote: Hopefully this will help someone... I noticed that Joern's autocomplete plugin uses the .eq() function which was deprecated and removed in jQuery 1.2. I was able to replace the .eq() calls with .slice() calls and get things running. Hope this helps somebody else.

[jQuery] Odd back-button behavior on 1.2 documentation pages

2007-09-11 Thread Scott Sauyet
I've noticed something odd on the documentation pages. The back button is acting as though I've made multiple visits to the same page. For instance, if in a new browser window I visit http://docs.jquery.com/Release:jQuery_1.2/Effects I see seven entries in the Firefox's back-button

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread Pyrolupus
One questions about new functionality, specifically .val(): http://docs.jquery.com/Release:jQuery_1.2/Attributes When accessing a checkbox or radio button with a value attribute, does val() return its checked state, its value attribute, both its value and its checked state, or its value

[jQuery] Re: Visual jQuery

2007-09-11 Thread Pyrolupus
Is there an update for Visual jQuery (http://visualjquery.com/ 1.1.2.html), or is it always up to date with the latest version of jQuery? Or has it merely been left to die? :-( From http://docs.jquery.com/Release:jQuery_1.2/Internals All documentation has now been moved out of the jQuery

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-11 Thread John Resig
.val() will return it's value - regardless of its checked state. However, the serialize methods take into account the checked state and won't return teh value if it isn't checked. --John On 9/11/07, Pyrolupus [EMAIL PROTECTED] wrote: One questions about new functionality, specifically

[jQuery] Re: Joern's autocomplete plugin with jquery 1.2

2007-09-11 Thread tlphipps
doh! You are correct. Thanks for identifying that. On Sep 11, 10:22 am, Wizzud [EMAIL PROTECTED] wrote: tlphipps wrote: Hopefully this will help someone... I noticed that Joern's autocomplete plugin uses the .eq() function which was deprecated and removed in jQuery 1.2. I was able to

[jQuery] Re: Odd back-button behavior on 1.2 documentation pages

2007-09-11 Thread John Resig
We load the demos in an iframe, that must push it into the history. Anyone have any thoughts? --John On 9/11/07, Scott Sauyet [EMAIL PROTECTED] wrote: I've noticed something odd on the documentation pages. The back button is acting as though I've made multiple visits to the same page. For

[jQuery] Re: tabs not working

2007-09-11 Thread Klaus Hartl
Eridius wrote: I am using the tabs from http://stilbuero.de/jquery/tabs/ and they dont work in IE 7 for me: http://dev.studentcity.com/test.php The bar is coming up above the tabs instead of below the tabs, anyone know why this would be happening? I mean i am not icluding anything extra

[jQuery] namespaced events demo behaving erratically

2007-09-11 Thread Robert O'Rourke
Hi there, loving the new release so far, cheers =] I'm on the wiki looking at the namespaced events feature (FF-latest release) and nothing seems to happen. http://docs.jquery.com/Release:jQuery_1.2/Events However I left the window open and did some work then came back to it and

[jQuery] Re: Newbie Question: Javascript Never Gets Called?

2007-09-11 Thread Glen Lipka
Can you possibly post this online? Would make it easier to debug. Glen On 9/10/07, Vik [EMAIL PROTECTED] wrote: I'm a Javascript newbie, but I do have some Javascript working, and I have the jQuery demo working. Here's the code I have on one of my html pages to load javascript: -

  1   2   >