[jQuery] idrop and remeasure

2007-07-02 Thread Michael Fuerst
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality

[jQuery] idrop and remeasure

2007-07-02 Thread Michael Fuerst
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality

[jQuery] idrop and remeasure

2007-07-02 Thread Michael Fuerst
Hi, I'm still having problems with the Interface plugin: In the idrop.source it says: /** * remeasure the droppable * * useful when the positions/dimensions for droppables * are changed while dragging a element * * this works for sortables too but with a greate processor * penality

[jQuery] AutoScroll plugin

2007-07-02 Thread Michael Fuerst
Hi, I know there is an autoscroll plugin out there, but I need something different: I have a div with scrollbars. When I move the mouse over the top or bottom of my div, the content of the div should scroll up or down. Is there a plugin that can do that? Michael

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread David Duymelinck
The new speed improvements are paying off. I had a page where i displayed a popup (jqModal) and in IE6 the content of the page disappeared for a few seconds before displaying the popup but this is solved dropping in the new jQuery version. Nice work! David John Resig schreef: Hi Everyone -

[jQuery] Behaviour difference in XML document selectors in 1.13?

2007-07-02 Thread Ted McFadden
Hi, I've got an app that is processing an ajax returned XML document, which works fine under jquery 1.1.2 but partially breaks under 1.1.3. The XML (simplified for the example) is of the form: type1 nametest type2/type2 type3 type4more text/type4 /type3 /type1 The selectors:

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Francisco José Rives
In the JavaScript console shows: Error: http://dev.jquery.com/~john/slickjq/frameworks/jquery-1.1.3.js: TypeError: Null value I think that is a problem with jQuery and Konqueror, but Konqueror doesn't show any line number :-( . So any selector works :( On 7/2/07, Christof Donat [EMAIL

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Francisco José Rives
Fantastic, very good speed in Safari 3.0.2 for Windows :-D jQuery 1.1.2 : 2205 ms jQuery 1.1.3: 175 ms 1260% faster XD XD XD woww more faster than my Firefox test :-D On 7/2/07, John Resig [EMAIL PROTECTED] wrote: Hi Everyone - I'm pleased to announce the release of jQuery 1.1.3.

[jQuery] How to bind a submit form action

2007-07-02 Thread Massimiliano Marini
Hi all, I'm not sure if subject is right, but I'm going crazy with this problem: after an ajaxCall I return this code: $(.public).after(input type=submit name=action value=Update class=update).remove(); this code works well, in the form the button (Public) is replaced with (Update), but when

[jQuery] jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread oscar esp
Seems that block pluggin doens't work the same way with jQuery 1.1.3 With 1.1.2: - I had jBlock message with filter opacity in order to show a message with semi transparent background. With 1.1.3: - Same code doesn't maintain the opacity and now is 100% (0 transparency).

[jQuery] Re: Behaviour difference in XML document selectors in 1.13?

2007-07-02 Thread Tony
Hi, I have the same problem with 1.1.3 This should resolve your problem: $('type1', responseXML), $('type1 type2', responseXML), $('type1 type3', responseXML) $('type1 type3 type4',responseXML) The $('type1type3', responseXML) does not work too. Regards

[jQuery] Re: jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread Toine
same problem here something like that does'nt work with 1.1.3 : javascript:alert($('div').css({opacity: '0.5'}))

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Klaus Hartl
John Resig wrote: Hi Everyone - I'm pleased to announce the release of jQuery 1.1.3. After many months of testing, developing, and more testing, we have a very solid release available for download. It comes with roughly 80+ fixed bugs and a handful of enhancements for good measure.

[jQuery] datePicker scoping question

2007-07-02 Thread Robert O'Rourke
Glad to have the new version of jQuery out, the speed improvements are really nice. I'm trying it out with the datePicker plugin and it seems fine. I'm having trouble getting the datePicker to work with the linked select elements example. I'm trying to make it loop through the document looking

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Rob Desbois
Wow, an incredible improvement. I can notice the speed differences with my various jQuerified interfaces just by using them, no need to benchmark! John et al: thanks again, for a great improvement on what is already a great piece of kit. On 7/2/07, Klaus Hartl [EMAIL PROTECTED] wrote: John

[jQuery] 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Gordon
I noticed after upgrading to 1.1.3 that animations that had an opacity component no longer occured in IE7. They would just remain opaque until the animation was due to terminate at which point thery would all just immideately vanish. I swapped fadeIn and fadeOut with show and hide, which has

[jQuery] Re: Toggle element based on value

2007-07-02 Thread Karl Swedberg
Hi Damian, I think you're on the right track, too, but it looks like you might be working too hard to find the right div to toggle. The trick is to determine where the div.newsitememail element is in relation to the clicked a.emailitem in the DOM. For example, if each newsitememail is

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Sam Collett
This also affects the blockUI plugin which also uses opacity. On Jul 2, 12:36 pm, Gordon [EMAIL PROTECTED] wrote: I noticed after upgrading to 1.1.3 that animations that had an opacity component no longer occured in IE7. They would just remain opaque until the animation was due to terminate

[jQuery] Re: jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread Sam Collett
Looks like a regression - which, due to it being visual, has to be inspected by eye rather than a test suite. On Jul 2, 11:06 am, Toine [EMAIL PROTECTED] wrote: same problem here something like that does'nt work with 1.1.3 : javascript:alert($('div').css({opacity: '0.5'}))

[jQuery] $(elem) question

2007-07-02 Thread debussy007
Hi, I am trying to access my SELECT element with jQuery but I can't make it working : This works : alert(document.getElementById('aller')); // [object] var sel = document.getElementById('aller'); alert(sel.selectedIndex); // 0 This

[jQuery] Re: Form Plugin and File Uploads (form.submit() is not a function)

2007-07-02 Thread Mike Alsup
Niklas, Are you still having a problem with this? I just tried you page in FF and IE and it seemed to be working fine. Mike I want to upload a file using jQuery and Form Plugin. When I'm trying to upload a file an error occurs, saying: Error: form.submit is not a function Source File:

[jQuery] Re: $(elem) question

2007-07-02 Thread Rob Desbois
Hi, the syntax you need for selecting by ID is this: $(#identifier) so to find the element with ID 'aller' you want: $(#aller) Bear in mind that the $() function does not return a DOM object, it returns a jQuery object. If you want to access a DOM property such as selectedIndex, you

[jQuery] Re: How to bind a submit form action

2007-07-02 Thread Mike Alsup
Massimiliano, After you replace the public element with the new input you need to rewire the form so that the new button is properly recognized. But you don't want double event handlers, so you need to first fully unwire it. Ideally you'd put this code in its own function, but the idea is

[jQuery] 1.1.3 speed regression for selection of tags

2007-07-02 Thread Karl Rudd
Just been going through some of my current work and seeing what improvements come with jQuery 1.1.3. Unfortunately it looks like there's a bit of a regression in terms of speed for Firefox (2.0.0.4). So far I've only looked at the speed decrease when selecting 'input' elements, so it may be

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Mike Alsup
This also affects the blockUI plugin which also uses opacity. Sam, BlockUI doesn't have any problems with 1.1.3. I'm seeing the same issue that Gordon pointed out with IE7 and animations, but blockUI works fine. Mike

[jQuery] Re: jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread Mike Alsup
Oscar, BlockUI works fine in 1.1.3, but there may be an issue with using a semi-transparent message. I don't think I've ever tried that myself. Mike On 7/2/07, oscar esp [EMAIL PROTECTED] wrote: Seems that block pluggin doens't work the same way with jQuery 1.1.3 With 1.1.2: - I

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Rey Bango
Hi Rob, XPath is a consideration for v1.2. Its in the roadmap found here: http://docs.jquery.com/JQuery_1.2_Roadmap ...jQuery has a fast API for non-XPath browsers, but its speed in Firefox sux (comparatively). I have to disagree with you on this. At this point, we're well within the

[jQuery] Re: jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread John Resig
In which browser does this problem occur? --John On 7/2/07, Toine [EMAIL PROTECTED] wrote: same problem here something like that does'nt work with 1.1.3 : javascript:alert($('div').css({opacity: '0.5'}))

[jQuery] Re: OT - AJAX book

2007-07-02 Thread Angelo Zanetti
thanks to all who responded i'm going to check out the recommendations and make some purchases. regards Angelo Rey Bango wrote: hahahah!!! Its a double Head Rush!! w00t! Thank God its Friday. LOL! Ganeshji Marwaha wrote: hey, rey, that is funny coz, in the second of the double-post, did u

[jQuery] Re: Sliding horizontal menu in a limited area

2007-07-02 Thread Kia
Anyone? On Jul 1, 8:14 am, Kia Niskavaara [EMAIL PROTECTED] wrote: I'm looking for a plugin that can handle unlimited horizontal menu items. If the area is too small it should be able to click right/left to see all menu items. Just like the tabs in Firefox. All menu items doesn't need to be

[jQuery] WYSIWYG Editor in Jquery

2007-07-02 Thread G[N]Urpreet Singh
Hi, I was trying to look for a WYSIWYG Editor written in JQuery which can do stuff like Links, Lists, and Tables too. Couldn't find one so far. Could anyone point me to a plugin?? Thanks, Gurpreet -- Gurpreet Singh

[jQuery] Re: sort of horizontal scrolling

2007-07-02 Thread GianCarlo Mingati
Ganeshji hi, what was the weekend? Did you played with this stuff? Made something to show us? Ciao GC On Jun 29, 6:25 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: I was already playing a bit with it, as another feature for my jCarouselLite plugin

[jQuery] jQuery 1.1.3 and easing plugin

2007-07-02 Thread Bolos
Hi, I have replaced jQuery 1.1.2 with the new version and I've some problems with the easing plugin. The animations works properly, but I receive a lot of errors like this: jQuery.easing[e.easing] is not a function. Any suggestion to solve this problem? Thanks in advance. -Bolos

[jQuery] Some IE bugs I can't figure out...

2007-07-02 Thread Simpel
Hi there We're redesigning this site for i client and want to use alot of jquery features. I'm quite new to jq and keep getting IE bugs. For now the mockup works fine in Firefox but I can't figure out why it goes nuts in IE. Anyone got any ideas? http://devsrv.webbhuset.se/~joel/koll.se/ What

[jQuery] docs.jquery.com

2007-07-02 Thread Pedro Gonçalves
Jquery docs is out? -- Pedro Gonçalves 031-8415 5423 [EMAIL PROTECTED] www.izap.com.br

[jQuery] Re: $(elem) question

2007-07-02 Thread Rob Desbois
The string #aller is called a selector - meaning it selects elements from the DOM. Whilst the ID (#) selector will only ever return at most 1 element, other selectors can return more than 1, for example: $(.my_class) will return all elements with a CSS class of my_class. The returned object

[jQuery] Re: NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-02 Thread GianCarlo Mingati
Cool, listed is also my slideViewer plugin and many others! GC On Jul 2, 2:03 am, Rey Bango [EMAIL PROTECTED] wrote: I've been keeping an eye on AjaxRain.com and I just noticed a big update with a boatload of jQuery plugins being listed. Very cool. http://www.ajaxrain.com/index.php Rey...

[jQuery] Problem using .children() + selector in IE6

2007-07-02 Thread benjaah
Hi all, I've got a page where I'm changing the options of a select box and setting the first one to be selected: $(#my_select :first-child).attr(selected, true); It works perfectly with Firefox, Safari and IE7 but doesn't with IE6 ! I've also tried the following without success:

[jQuery] .change for created select menu

2007-07-02 Thread NBoringron
Hi, I hope this isn't a stupid question: I am trying to have a dropdown menu that will create a new dropdown when it's changed. That part works. Then, the second dropdown will create a third dropdown whenever it is changed. That part doesn't work right. $(document).ready(function(){

[jQuery] Re: Need help with JQuery + Prototype integration

2007-07-02 Thread sprak
Sorry, that was a cut paste error in my post; yes, prototype is included above jquery. The protoype code on the pageworks properly, but the sliding menu powered by jquery does not. On Jun 29, 2:35 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: ur last option is the best :-) but, did u try

[jQuery] Re: Form Plugin and File Uploads (form.submit() is not a function)

2007-07-02 Thread [EMAIL PROTECTED]
Think I found the problem. So for the record: The error: Error: form.submit is not a function Source File: jquery.form.js Line: 292 occurs if the submit button have id=submit. On Jul 2, 1:20 am, Sergio Michels [EMAIL PROTECTED] wrote: I had this problem once, look for the /form tag... On

[jQuery] Re: jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread Toine
In IE6 at least. On Jul 2, 2:55 pm, John Resig [EMAIL PROTECTED] wrote: In which browser does this problem occur? --John On 7/2/07, Toine [EMAIL PROTECTED] wrote: same problem here something like that does'nt work with 1.1.3 : javascript:alert($('div').css({opacity: '0.5'}))

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Rey Bango
We're getting hammered with traffic at the moment since the news of jQuery v1.1.3 is out. We're working on getting everything back to normal. You can also use this as a reference: http://jquery.bassistance.de/api-browser/ Its downloadable as well. Rey... Pedro Gonçalves wrote: Jquery

[jQuery] Re: datePicker scoping question

2007-07-02 Thread Robert O'Rourke
Robert O'Rourke wrote: Glad to have the new version of jQuery out, the speed improvements are really nice. I'm trying it out with the datePicker plugin and it seems fine. I'm having trouble getting the datePicker to work with the linked select elements example. I'm trying to make it loop

[jQuery] AJAX response randomly ends prematurely. Any ideas?

2007-07-02 Thread Juha Suni
I'm struggling with a weird yet randomly reproducable constant problem in our systems jQuery AJAX-responses. Some of our pages have links that trigger the loading of content in a large div in the page. Rather basic fetching of HTML with jQuery. The problem is that randomly, approximately once

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Rey Bango
jQuery v1.1.3 was released last night. You can read more about the changes and enhancements here: http://jquery.com/blog/2007/07/01/jquery-113-800-faster-still-20kb/ Rey Charlie Concepcion wrote: I'm a little confused... What's new in jQuery?. did v1.1.3 come recently? and as far as the

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Sam Collett
The blocking is fine, it's just the background is completely black (or whatever colour you set for the overlay): http://www.texotela.co.uk/blockUI.php On Jul 2, 1:29 pm, Mike Alsup [EMAIL PROTECTED] wrote: This also affects the blockUI plugin which also uses opacity. Sam, BlockUI doesn't

[jQuery] Re: jQuery 1.1.3+ jBlock-Pluggin

2007-07-02 Thread Sam Collett
A simple test in head: script type=text/javascript src=js/plugins/jquery.blockUI.js/ script script type=text/javascript !-- $( function() { $.extend($.blockUI.defaults.overlayCSS, { background-color : #000 }); $.blockUI(strongBlockUI Test. Click to

[jQuery] SOT: Sorting Google Group e-mail in Outlook 2003...

2007-07-02 Thread Dan G. Switzer, II
Has anyone figured out how to get Outlook 2003 to correctly group messages? Sorting by Conversation seems to be the best, but replies are never grouped near the original thread. -Dan

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Mike Alsup
Sorry about that, Sam. You're quite right. I was testing with the wrong release. The opacity is not working correctly in IE7. Is IE6 working? Virtual PC is giving me fits at the moment. Mike On 7/2/07, Sam Collett [EMAIL PROTECTED] wrote: The blocking is fine, it's just the background

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Charlie Concepcion
I see there is api reference browser for 1.1.2... when is the one for 1.1.3 coming out? On Jul 2, 10:52 am, Rey Bango [EMAIL PROTECTED] wrote: jQuery v1.1.3 was released last night. You can read more about the changes and enhancements here:

[jQuery] jCarousel: start image

2007-07-02 Thread Field
Hi, friends! I very like to use jCarousel, this excellent plugin. But I can't understand how to scroll carousel to x item automatically. For example: I have 50 items in carousel. After page loading I need to see not first item (as default), but 30th. I red

[jQuery] Re: Select list scroll event?

2007-07-02 Thread owen
funny, it works in opera and ie6, just not in FF. work for me on FF2 I'm confused, because it doesn't work as I expect it on any of those browsers. Are you saying that when you click the drop-down and highlight one of the choices the images changes appropriately / without/ clicking? It only

[jQuery] Re: NEWS: A Whole Lotta jQuery Love Over at AjaxRain.com

2007-07-02 Thread Sergio Michels
very cool! On 7/2/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: Cool, listed is also my slideViewer plugin and many others! GC On Jul 2, 2:03 am, Rey Bango [EMAIL PROTECTED] wrote: I've been keeping an eye on AjaxRain.com and I just noticed a big update with a boatload of jQuery

[jQuery] Re: docs.jquery.com

2007-07-02 Thread John Resig
The API for 1.1.3 is identical to 1.1.2, you shouldn't have to worry. --John On 7/2/07, Charlie Concepcion [EMAIL PROTECTED] wrote: I see there is api reference browser for 1.1.2... when is the one for 1.1.3 coming out? On Jul 2, 10:52 am, Rey Bango [EMAIL PROTECTED] wrote: jQuery v1.1.3

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Brandon Aaron
I just checked in a fix for the IE opacity issues. Sorry guys ... we did so much testing and preparing for this one ... just can't catch them all I suppose. I think we have one more major issue to squash in 1.1.3 and then we will do another bug fix release. In the mean time just grab the latest

[jQuery] Re: How to bind a submit form action

2007-07-02 Thread Massimiliano Marini
$(.public).after(input type=submit name=action value=Update class=update).remove(); $('#formPub').unbind('submit').find(':submit,input:image').unbind ('click'); $('#formPub').ajaxForm({ target: '#response', beforeSubmit: function() { /* whatever */ }, success: function(){

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread weepy
I also had a problem, this time only with IE6 line 1587 == return elem.filter ? (parseFloat( elem.filter.match(/ opacity=([^)]*)/)[1] ) / 100).toString() : ; was causing an error as my filter didnt have opacity= string in it. i fixed by changing to : == return elem.filter ? (parseFloat(

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Rey Bango
Charlie, Apart from the .is() method taking multiple selectors, yhe overall API hasn't changed so the current docs are still valid. If you're referring to this: http://jquery.bassistance.de/api-browser/ that's also valid and requires a simple text changes. Thats managed by Joern and I

[jQuery] Re: jQuery 1.1.3 and easing plugin

2007-07-02 Thread Glen Lipka
In the easing plugin, do a search and replace for the word linear and change it to swing. There should be 2 instances. See if that helps. Glen On 7/2/07, Bolos [EMAIL PROTECTED] wrote: Hi, I have replaced jQuery 1.1.2 with the new version and I've some problems with the easing plugin. The

[jQuery] Re: Binding actions after an ajax call?

2007-07-02 Thread tzmedia
Don't feel bad Tobias, not sure what's the matter with somebody hosting an actual message board for jquery. It makes so much more sense, except somebody's got to supply the hosting for it. Another thing you'll find yourself doing is replying to the author which only sends and email to the author.

[jQuery] Re: 1.1.3 speed regression for selection of tags

2007-07-02 Thread Renato Formato
Karl Rudd ha scritto: Just been going through some of my current work and seeing what improvements come with jQuery 1.1.3. Unfortunately it looks like there's a bit of a regression in terms of speed for Firefox (2.0.0.4). So far I've only looked at the speed decrease when selecting 'input'

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Brandon Aaron
I saw the bug report for this ... do you have a test case? I can't reproduce this one. -- Brandon Aaron On 7/2/07, weepy [EMAIL PROTECTED] wrote: I also had a problem, this time only with IE6 line 1587 == return elem.filter ? (parseFloat( elem.filter.match(/ opacity=([^)]*)/)[1] ) /

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Charlie Concepcion
Thanks John! :) On Jul 2, 11:42 am, John Resig [EMAIL PROTECTED] wrote: The API for 1.1.3 is identical to 1.1.2, you shouldn't have to worry. --John On 7/2/07, Charlie Concepcion [EMAIL PROTECTED] wrote: I see there is api reference browser for 1.1.2... when is the one for 1.1.3

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Charlie Concepcion
Thanks Rey, thanks John! Got another question... The book that's coming out regarding learning jQuery... is it gonna be updated.. I mean you got versions of Query coming monthly I see... 1.2 is said to be coming out end of Aug. So I'm wondering if I buy this book... Am I gonna be up to date...

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Sam Collett
It is not something you can catch by writing automated tests, so it is understandable that it may have been missed. Perhaps this (and whatever major issue is left) will mean a 1.1.3.1 release soon? On Jul 2, 4:42 pm, Brandon Aaron [EMAIL PROTECTED] wrote: I just checked in a fix for the IE

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread Sam Collett
It doesn't seem to work at all in IE6 (through VPC) - the overlay doesn't cover the screen (only a small band at the bottom) and the box is actually in the background. On Jul 2, 4:34 pm, Mike Alsup [EMAIL PROTECTED] wrote: Sorry about that, Sam. You're quite right. I was testing with the

[jQuery] Re: Problems with select *newbie question

2007-07-02 Thread Jean
thanks works but my problem was with the name of field in mysql LOL all is gd now =D On 6/29/07, Sergio Michels [EMAIL PROTECTED] wrote: did you tried just $(select).val() ? On 6/29/07, Jean [EMAIL PROTECTED] wrote: This worked, but isnt now and i dont know why, someone could help me?

[jQuery] Re: jCarousel: start image

2007-07-02 Thread Jan Sorgalla
Hi, On Jul 2, 5:17 pm, Field [EMAIL PROTECTED] wrote: Hi, friends! I very like to use jCarousel, this excellent plugin. But I can't understand how to scroll carousel to x item automatically. For example: I have 50 items in carousel. After page loading I need to see not first item (as

[jQuery] Re: 1.1.3 breaks opacity effects in IE?

2007-07-02 Thread weepy
I saw the bug report for this ... do you have a test case? I can't reproduce I think the reason that this reason that it occurs is that I'm using a custom version of idrop.js that stops the opacity turning on for the draggable. I changed it because 24bit PNGs in IE7 look horrible if the

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Jake McGraw
Congrats on the release, fyi, Wordpress blog was nuked due to diggs. - jake On 7/2/07, Rey Bango [EMAIL PROTECTED] wrote: Hi Rob, XPath is a consideration for v1.2. Its in the roadmap found here: http://docs.jquery.com/JQuery_1.2_Roadmap ...jQuery has a fast API for non-XPath browsers,

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Sean Catchpole
On 7/2/07, Charlie Concepcion [EMAIL PROTECTED] wrote: Got another question... The book that's coming out regarding learning jQuery... is it gonna be updated.. While there are new versions of jQuery coming out, one should note that these are small changes to the overall ability and purpose of

[jQuery] fadeIn w/jQuery 1.1.3?

2007-07-02 Thread Priest, James (NIH/NIEHS) [C]
I updated my main jquery.js file today updating my site to 1.1.3 (from 1.1.2) and everything works except fadeIn? I played around with it and fadeOut seems to work if I make the duration really long: $(#warning).fadeOut(1); But doing the opposite for fadeIn: $(#warning).fadeIn(1);

[jQuery] Re: jQuery 1.1.3 and easing plugin

2007-07-02 Thread Karl Swedberg
On Jul 2, 2007, at 11:50 AM, Glen Lipka wrote: In the easing plugin, do a search and replace for the word linear and change it to swing. There should be 2 instances. See if that helps. Or, grab the latest copy of George's easing plugin, which plays nicely with 1.1.3 now:

[jQuery] sprintf or printf for jquery?

2007-07-02 Thread Robert O'Rourke
Hi there, I'm having fun with Kelvin Luck's datePicker plugin but I've run into a snag where I need to display a number with a leading 0 if it's only 1 character for the thing to work. I'm pulling out the startDate and endDate from the maximum bounds of the select elements I'm using.

[jQuery] Re: sprintf or printf for jquery?

2007-07-02 Thread Aaron Heimlich
You might wanna check this out: http://bassistance.de/jquery-plugins/jquery-plugin-format/ On 7/2/07, Robert O'Rourke [EMAIL PROTECTED] wrote: Hi there, I'm having fun with Kelvin Luck's datePicker plugin but I've run into a snag where I need to display a number with a leading 0 if it's

[jQuery] Re: jQuery 1.1.3 and easing plugin

2007-07-02 Thread Glen Lipka
Are there other changes in that version besides this fix? Glen On 7/2/07, Karl Swedberg [EMAIL PROTECTED] wrote: On Jul 2, 2007, at 11:50 AM, Glen Lipka wrote: In the easing plugin, do a search and replace for the word linear and change it to swing. There should be 2 instances. See if that

[jQuery] Re: sprintf or printf for jquery?

2007-07-02 Thread Robert O'Rourke
Hmm, I need to use it with .val() ideally... I found this now: http://alexei.417.ro/system/files/sprintf.js.txt it's pretty lightweight. I guess the printf/sprintf functionality is more standalone really. Would be cool if it could be condensed further and y'know, jquerified for the sake of it

[jQuery] 1.1.3 and Interface

2007-07-02 Thread Jeffrey Kretz
I am thrilled to see the 1.1.3 release. One question, my main project makes heavy use of Interface. Is this project still being developed? Can we expect any updates to it? Or changes that take advantage of the 1.1.3 event/animation improvements? JK

[jQuery] Re: docs.jquery.com

2007-07-02 Thread Glen Lipka
We can only write with what we know at the time. I am working off jQuery version 3.5, which will come out in the winter. ;) Seriously, I will probably try to use 1.2 if I can. Glen On 7/2/07, Charlie Concepcion [EMAIL PROTECTED] wrote: Thanks Rey, thanks John! Got another question... The

[jQuery] Re: sort of horizontal scrolling

2007-07-02 Thread Ganeshji Marwaha
Sorry Gian, I wasn't able to get around to it this weekend... I will try to squeeze out some time over the week... I will keep you posted. -GTG On 7/2/07, GianCarlo Mingati [EMAIL PROTECTED] wrote: Ganeshji hi, what was the weekend? Did you played with this stuff? Made something to show us?

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Diego A.
Hi John (and the team), Congratulations on the new release, it's looking great. Can't wait for 1.2... The only small problem I've had is with an old plugin I've been used for a while, which adds regular expression selectors: (function($){ $.extend($.expr['@'], { =~:

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread John
On Jul 1, 9:31 pm, vulgarisoverip [EMAIL PROTECTED] wrote: Awesome, can't wait to try it! I hope it fixes some of the Safari problems I've had with the 1.1.3 alpha. Unfortunately, it appears as though Safari 1.3.2 crashes when jQuery loads instead of gracefully degrading and simply not working

[jQuery] Re: 1.1.3 and Interface

2007-07-02 Thread Terry B
I hope so too... I do have one issue so far with draggables not working like 1.1.2 On Jul 2, 2:08 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: I am thrilled to see the 1.1.3 release. One question, my main project makes heavy use of Interface. Is this project still being developed? Can we

[jQuery] Bug:

2007-07-02 Thread Terry B
Should I submit bug report or did I miss some change I need to implement on below issue? In 1.1.2 using $t(#event_ + EventArray[i].ID).Draggable({ axis: 'horizontally', ghosting: true,

[jQuery] Re: Need help with JQuery + Prototype integration

2007-07-02 Thread Ganeshji Marwaha
I think the sliding menu plugin that you are using is not playing well with the jquery standards for plugin- development in terms of the $ namespace. You might have to wrap the whole of the sliding menu code in a primary closure like given below, and it might start working. Lemme know how it

[jQuery] Re: Select list scroll event?

2007-07-02 Thread Ganeshji Marwaha
oops, i guess i misunderstood u... i was saying that, when u focus the select element (just focus, not in dropped state), and then use ur cursor to change elements, then the image was changing in browsers other than FF. But, i guess, u r expecting the event to be fired even when the drop-down is

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Rey Bango
John, Is it on a specific type of functionality (eg: DOM selection, effects)? If you could help us limit it down, even providing a testbed, that would be a huge help for us. Thanks, Rey John wrote: On Jul 1, 9:31 pm, vulgarisoverip [EMAIL PROTECTED] wrote: Awesome, can't wait to try it! I

[jQuery] Re: Problem using .children() + selector in IE6

2007-07-02 Thread Ganeshji Marwaha
i am not sure if what i am telling is correct or wrong... but can u try (selected,selected) instead of (selected, true); -GTG On 7/2/07, benjaah [EMAIL PROTECTED] wrote: Hi all, I've got a page where I'm changing the options of a select box and setting the first one to be selected:

[jQuery] Re: .change for created select menu

2007-07-02 Thread Ganeshji Marwaha
try calling the $('#tagline2').change(function(){ }) inside the change() event for the first after creating the new option element. -GTG On 7/2/07, NBoringron [EMAIL PROTECTED] wrote: Hi, I hope this isn't a stupid question: I am trying to have a dropdown menu that will create a new

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread John Resig
Brandon just committed a fix for this to SVN. If you could try it, and let us know if it works for you, that'd be good (if you can). http://code.google.com/p/jquery --John On 7/2/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: I updated my main jquery.js file today updating my

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread Aaron Heimlich
On 7/2/07, John Resig [EMAIL PROTECTED] wrote: http://code.google.com/p/jquery Returns 404 Not Found -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: fadeIn w/jQuery 1.1.3?

2007-07-02 Thread Brandon Aaron
That should be: http://code.google.com/p/jqueryjs/ On 7/2/07, Aaron Heimlich [EMAIL PROTECTED] wrote: On 7/2/07, John Resig [EMAIL PROTECTED] wrote: http://code.google.com/p/jquery Returns 404 Not Found -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Dawgdaze
Congrats Team! Well done.

[jQuery] Selector docs?

2007-07-02 Thread Howard Jones
Naturally, the day I pick to sit down and play with a new jquery project is the day that docs.jquery.com is down :-) Is there some kind of cribsheet out there for jQuery's selectors? It's something that the automatic docs like Visual jQuery and the API Browser don't cover... Cheers,

[jQuery] Re: Selector docs?

2007-07-02 Thread Jeff L
You can use the google cache http://72.14.205.104/search?q=cache:yFpDK0JxvV4J:docs.jquery.com/DOM/Traversing/Selectors+jquery+selectorshl=enct=clnkcd=2gl=usclient=firefox-a Jeff On 7/2/07, Howard Jones [EMAIL PROTECTED] wrote: Naturally, the day I pick to sit down and play with a new jquery

[jQuery] Re: Selector docs?

2007-07-02 Thread Benjamin Sterling
Howie, Check out learningjquery.com On 7/2/07, Howard Jones [EMAIL PROTECTED] wrote: Naturally, the day I pick to sit down and play with a new jquery project is the day that docs.jquery.com is down :-) Is there some kind of cribsheet out there for jQuery's selectors? It's something that the

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread John
There's no specific type of functionality that causes it to crash. It's just an outright crash when the library is parsed. My ticket with a test case on the issue is: http://dev.jquery.com/ticket/1331 On Jul 2, 1:31 pm, Rey Bango [EMAIL PROTECTED] wrote: John, Is it on a specific type of

[jQuery] Re: Need help with JQuery + Prototype integration

2007-07-02 Thread sprak
Haven't had any success with that either; using the (jQuery) syntax causes the browser to throw up errors. Maybe a walk through the flow of things will help. Page loads up with like this: html head script language=JavaScript type=text/javascript src=/design/en/ javascript/prototype.js/script

[jQuery] Re: Selector docs?

2007-07-02 Thread Jeff L
Benjamin, That's just a blog - if there is a specific page on there about the selectors, please do send along a link. Thanks. On 7/2/07, Benjamin Sterling [EMAIL PROTECTED] wrote: Howie, Check out learningjquery.com On 7/2/07, Howard Jones [EMAIL PROTECTED] wrote: Naturally, the day I

  1   2   >