Re: [jQuery] tableSorter question

2006-10-17 Thread Paul Bakaus
Alright, gonna try that, thank you!2006/10/16, Blair Mitchelmore [EMAIL PROTECTED]: Well, I noticed that in some of the highlightFade instances youspecified and end parameter, and my plug-in doesn't know that you wantthat style removed afterwards because that could lead to a bumpy

Re: [jQuery] JQuery interface plugin: ondrop mouse position ?

2006-10-17 Thread Paul Bakaus
It's probably a cool thing to add handlers to all callbacks that return the relative mouse position, the absolute mouse position and the child node of the droppable where it has been dropped.I am discussing this right now with Stefan and I will inform you if we will add it to Interface.

Re: [jQuery] tableSorter question

2006-10-17 Thread Christian Bach
This very cool! Sorry for the late reply, i have been overrun by work lately. /christian Paul Bakaus wrote: Alright, gonna try that, thank you! 2006/10/16, Blair Mitchelmore [EMAIL PROTECTED]: Well, I noticed that in some of the highlightFade instances you specified and end parameter,

Re: [jQuery] jQuery API discussion

2006-10-17 Thread Mark Gibson
John Resig wrote: e.g.: $( '.b0rp' ).filter( '#blap' ).on.click( function() { $( '#foo' ).ajax.load( ... ) } ); Why no just do .onclick() and .ajaxLoad() - like what was proposed? Not only is it fundamentally easier to write and understand, but it's easier to implement too. The

Re: [jQuery] jQuery API discussion

2006-10-17 Thread David Duymelinck
Why not just .request(method, options) or .http() I like the thought of request to replace the load, get, post functions. The ajax prefix is to narrow of a definition on what you can do with that function. In my eyes it also refers to the xmlhttpRequest object. -- David Duymelinck

Re: [jQuery] Compiling selectors into native Javascript

2006-10-17 Thread Mark Gibson
John Resig wrote: The thread about benchmarks got me thinking about compilation and caching of selectors too. It could be a big win for benchmarks where they use the same selector in a loop 1000 times! :-) The problem with caching is that it's unable to handle situations where the DOM

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Dan Atkinson
I'm not sure how it all works fine if it doesn't work at all... As far as I can tell, you open a thickbox for links like xls and doc files, and the browser tries to save it. Or open it in its default application. This is because saving or opening is the default action of the browser for that

[jQuery] What is the best way to queue several effects?

2006-10-17 Thread Michael Holloway
Doesn't work for me? FF 2 RC3. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery AJAX Java Servlet encoding problem

2006-10-17 Thread Sanyi
Hi All,I have a strange problem using jQuery with Java Servlet pages. I want to edit, insert delete some entry for myself in a java project using jQuery and Java Servlet. Everything is written in utf8, but when I call an ajax function in jQuery the posted request gets the value as converted UTF8

Re: [jQuery] Tabs plugin - back button

2006-10-17 Thread Sam Collett
On 16/10/06, Klaus Hartl [EMAIL PROTECTED] wrote: Hi, after making tabs truly bookmarkable the back button still did not work. I started to fix that and the back/forward button now works in: Firefox, Safari, Opera. In Safari I implemented a pretty straight forward solution based on the

Re: [jQuery] Tabs plugin - back button

2006-10-17 Thread David Duymelinck
Sam Collett schreef: Have you thought about separating out the history handling into a plugin? It may prove useful for many other jQuery developers. There already a history handling plugin : http://www.mikage.to/jquery/jquery_history.html. But it only handles ajax calls. Maybe Klaus'

[jQuery] Popup window reference problem

2006-10-17 Thread Jacky
Dear all, I would like to make a simple popup which would copy current page content and do some conversion (e.g. text box to text). But I have met a problem of getting a wrong reference. Here is the code to demonstrate the problem: html head titleTest Popup/title

Re: [jQuery] What is the best way to queue several effects?

2006-10-17 Thread George Adamson
Thanks nezza, yeah I'm using the handy pause plugin now too, but for each item in the jquery list I'm having to increase the pause param so that the fx run one after the other. This gets the right effect but I'm hoping there is a neater way of queing fx so they run in sequence (and without using

Re: [jQuery] prototype-and-jquery-benchmarked

2006-10-17 Thread Dan Atkinson
Ugh... Please do a quick search. :( http://www.nabble.com/Benchmark%3A-Prototype-and-jQuery-tf2449929.html MI JIN KIM wrote: http://claudio.cicali.org/article/100/prototype-and-jquery-benchmarked ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] Tabs plugin - back button

2006-10-17 Thread Blair McKenzie
Actually, the ajax part of that plugin is just in the example. Another use of it that I'm exploring is for making the jQuery API bookmarkable, and that doesn't involve any server requests.Blair On 10/17/06, David Duymelinck [EMAIL PROTECTED] wrote: Sam Collett schreef: Have you thought about

Re: [jQuery] Interface Draggable problem

2006-10-17 Thread nezza
Thought I'd update my own post! I've managed to solve this problem by adding $(this).css(position,); to the onStop function: $(div.article).Draggable({ containment: document, revert: true, insideParent: false, snapDistance: 10, onDrag: function() {

Re: [jQuery] Tabs plugin - back button

2006-10-17 Thread Klaus Hartl
David Duymelinck schrieb: Sam Collett schreef: Have you thought about separating out the history handling into a plugin? It may prove useful for many other jQuery developers. There already a history handling plugin : http://www.mikage.to/jquery/jquery_history.html. But it only handles

Re: [jQuery] Using javascript variable for HASH

2006-10-17 Thread Blair McKenzie
You have a typo. Also, why are you setting itms to a string? Instead ofitms='{url:GetValues, data:'+d+'}';you should be usingitms={ url:GetValues, data:d };Blair On 10/17/06, Sithram PG [EMAIL PROTECTED] wrote: Hello,I imagine that it must be some way to use _javascript_ variable for HASH... Is it

Re: [jQuery] What is the best way to queue several effects?

2006-10-17 Thread Blair McKenzie
You could have a look at this plugin. Haven't tried it myself though.BlairOn 10/17/06, George Adamson [EMAIL PROTECTED] wrote: Thanks nezza, yeah I'm using the handy pause plugin now too, but for eachitem in the jquery list I'm having to increase the pause param so that thefx run one after the

[jQuery] %5BjQuery%5D%20Using%20javascript%20variable%20for%20%22HASH%22In-Reply-To=79e821850610170325n31d05b7cia22d5222fa1d847e

2006-10-17 Thread Sithram PG
Hello Blair,Thanks for your help!Xavier ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jquery snapshots

2006-10-17 Thread Mika Tuupola
On Oct 16, 2006, at 17:14, Dan Atkinson wrote: Use the SVN version if you want to do that sort of thing. http://jquery.com/src/ - Shows you the SVN access address. AFAIK this has to be built first before it is usable. I am looking for readily built snapshot. -- Mika Tuupola

Re: [jQuery] jquery snapshots

2006-10-17 Thread Mika Tuupola
On Oct 16, 2006, at 23:35, Blair McKenzie wrote: Why do you want to use window or document load? I am trying to make panView plugin 1) work with recent jQuery. panView seems to work only when called via $(document).load() or $ (windows).load() (not $(xxx).ready()). I have come to the point

Re: [jQuery] Dynamic call

2006-10-17 Thread Mika Tuupola
On Oct 17, 2006, at 4:00, Blair McKenzie wrote: I'm just guessing, but possibly $(#div)[call]() I am using something similar to dynamically change which event engages plugin 1) : -cut- ... var settings = { event : 'click' }; if(options) {

Re: [jQuery] jquery snapshots

2006-10-17 Thread Dan Atkinson
What's wrong with building it? Mika Tuupola wrote: On Oct 16, 2006, at 17:14, Dan Atkinson wrote: Use the SVN version if you want to do that sort of thing. http://jquery.com/src/ - Shows you the SVN access address. AFAIK this has to be built first before it is usable. I am looking

Re: [jQuery] Compiling selectors into native Javascript

2006-10-17 Thread Dave Methvin
The thread about benchmarks got me thinking about compilation and caching of selectors too. It could be a big win for benchmarks where they use the same selector in a loop 1000 times! :-) The problem with caching is that it's unable to handle situations where the DOM changes in-between,

Re: [jQuery] Select append(html) issue fixed (need testers)

2006-10-17 Thread Dave Methvin
Eh I was hoping for some more enthusiasm over this one as it seems to come up often ... oh well. I didn't make it as a typical diff style patch ... just need to include the src (select.js) in your project to make this work and test. I took a quick look last night but was wondering if it

Re: [jQuery] jquery snapshots

2006-10-17 Thread Mika Tuupola
On Oct 17, 2006, at 15:45, Dan Atkinson wrote: What's wrong with building it? Argh... There is nothing wrong with building it. I just had one very simple question. Is there a snapshot (not svn checkout) available somewhere? So it seems there is not. -- Mika Tuupola

Re: [jQuery] Groups, Forums

2006-10-17 Thread Christopher Jordan
I checked out http://www.nabble.com/JQuery-f15494.html. Are we able to use this, or is it just temporary for the sake of example? It looks cool. Chris Glen Lipka wrote: Thanks John for the update. Looking forward to the launch. Glen PS. Nabble looks cool Matt! On 10/16/06, Matt

Re: [jQuery] jquery snapshots

2006-10-17 Thread Dan Atkinson
No. Not that I know of. Mainly because, if people wanted the bleeding edge version of something, then they generally want it for dev work. In which case, it's usually best that it's distributed in its original form. Of course, you could always build it at your end. But this clearly seems too

Re: [jQuery] Select append(html) issue fixed (need testers)

2006-10-17 Thread Brandon Aaron
On 10/17/06, Dave Methvin [EMAIL PROTECTED] wrote: I took a quick look last night but was wondering if it would be much easier to wrap the incoming options/optgroup string in a temporary select the way .clean() does for table chunks. I was going to try it myself but ran out of night. But that

Re: [jQuery] Possible changes to hide/show

2006-10-17 Thread Brandon Aaron
On 10/14/06, dbzz [EMAIL PROTECTED] wrote: i ran into that 'options as html failure in ie' recently and found i could add them to a temp select, append that to the document, and then appendTo the original select. i imagine there's some nicer code to do this with, but here's what worked for

Re: [jQuery] Compiling selectors into native Javascript

2006-10-17 Thread Mark Gibson
Dave Methvin wrote: So my take was that the performance payback for simple selectors called frequently could be good, but those cases are already pretty fast--we're reducing a number that's already small. Complex selectors would still require helper functions or compiled-in loops on every

Re: [jQuery] Tabs plugin - back button

2006-10-17 Thread Klaus Hartl
Blair McKenzie schrieb: Actually, the ajax part of that plugin is just in the example. Another use of it that I'm exploring is for making the jQuery API bookmarkable, and that doesn't involve any server requests. Then you might want to have a look at the tabs. It actually does exactly

[jQuery] frames/iframes syntax?

2006-10-17 Thread John Sequeira
I would like to reference some elements in an iframe on the page. A reference in stock javascript would look like this: window.frames[0].document.getElementsByTagName('head'); But I haven't been able to figure out the analogous jQuery call ... Could someone provide the syntax for this? (i.e

Re: [jQuery] frames/iframes syntax?

2006-10-17 Thread Christof Donat
Hi, window.frames[0].document.getElementsByTagName('head'); $('head',window.frames[0].document) Christof ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Select append(html) issue fixed (need testers)

2006-10-17 Thread Brandon Aaron
Thanks to dbzz from the 'Possible changes to show/hide' thread and Dave and John ... here is an updated demo that is a mere 4 lines of added code. http://brandonaaron.net/jquery/select2/test.html http://brandonaaron.net/jquery/select2/select.js The only issue I see thus far is that Firefox does

[jQuery] SOT: PNG fix seems to cause page to load endlessly

2006-10-17 Thread Andy Matthews
I'm using a PNG fix javascript to load in some product images on a site that my company did. It works great, in that the images load in properly and are transparent. The problem is that the page loads endlessly, even though nothing is missing. My first question is does anyone know why this is

[jQuery] get first and last

2006-10-17 Thread Rafael Santos
hey, I am afraid ive forgotten how to get the first and the last element of a li list inside a ul how knows?? =) ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Passing multiple variables using .ajax()

2006-10-17 Thread Christopher Jordan
Hi folks, I'm trying to make an ajax call using the .ajax() method, and I can't figure out how to pass multiple variables. I've checked out the interactive API (very cool by the way), and it shows an example like this: $.ajax({ type: "POST", url: "some.php", data:

[jQuery] [ANN] JReflection 0.3

2006-10-17 Thread Abdur-Rahman Advany
Hi, Just released an other version: http://jquery.com/docs/Plugins/JReflection/ Changed: - Now you can pass both id of image and a container (of elements) containing images. The plugin is done for what I would like to do with it... Abdul ___

Re: [jQuery] jquery snapshots

2006-10-17 Thread Rey Bango
Actually, there have been some recent v1.0.2 bug fixes that aren't really associated to bleeding edge features so having a nightly build would be cool. Rey... Dan Atkinson wrote: No. Not that I know of. Mainly because, if people wanted the bleeding edge version of something, then they

[jQuery] best show/hide div code?

2006-10-17 Thread Andy Matthews
I'm working on a mailing list manager and one of the options is to provide a zip code for emailing anyone in that area. I'd like to hide this field unless the user has selected the Tour Date option from a select field. The relevant code is below. The second TR (and it's contents) will be hidden

[jQuery] Select Box Plugin

2006-10-17 Thread Yehuda Katz
I heard word a while ago that there was a select-box plugin coming down the pike. What's the status on that?-- Yehuda KatzWeb Developer | Wycats Designs(ph)718.877.1325 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Passing multiple variables using .ajax()

2006-10-17 Thread Rey Bango
Also, if those values are coming from a form, use the serialize() method to create the string for you. Rey... Christopher Jordan wrote: Hi folks, I'm trying to make an ajax call using the .ajax() method, and I can't figure out how to pass multiple variables. I've checked out the

Re: [jQuery] SOT: PNG fix seems to cause page to load endlessly

2006-10-17 Thread Andy Matthews
I'll check into this, but I don't believe we're using transparent backgrounds. I'm pretty sure we're just using product images which are in plain IMG tags. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530

Re: [jQuery] SOT: PNG fix seems to cause page to load endlessly

2006-10-17 Thread Klaus Hartl
I found a fairly easy solution a while ago, try this: http://www.stilbuero.de/2006/03/15/png-alpha-transparency-fast-and-easy/ It boils down to put a little dynamic property into your style sheet: img.png { background-image: expression( this.runtimeStyle.backgroundImage = none,

Re: [jQuery] Passing multiple variables using .ajax()

2006-10-17 Thread Rey Bango
Hi Chris, The is fine. The variables sent from your Ajax call will be in the form scope. Rey... Christopher Jordan wrote: Hi folks, I'm trying to make an ajax call using the .ajax() method, and I can't figure out how to pass multiple variables. I've checked out the interactive API

Re: [jQuery] jquery snapshots

2006-10-17 Thread Michael Geary
Use the SVN version if you want to do that sort of thing. http://jquery.com/src/ - Shows you the SVN access address. AFAIK this has to be built first before it is usable. I am looking for readily built snapshot. No, it doesn't have to be built. The svn code is usable right out of the

Re: [jQuery] SOT: PNG fix seems to cause page to load endlessly

2006-10-17 Thread Klaus Hartl
Andy Matthews schrieb: I'll check into this, but I don't believe we're using transparent backgrounds. I'm pretty sure we're just using product images which are in plain IMG tags. That is exactly what this solution relies on. Nonetheless the transparent png is set in CSS by usage of the

Re: [jQuery] best show/hide div code?

2006-10-17 Thread Rey Bango
Hey Andy, you can do something like this: $(document).ready(function() { $( #type ).change( function() { if ( $( this ).val() == event ) $(#zipCode).show(); else $(#zipCode).hide(); })

Re: [jQuery] get first and last

2006-10-17 Thread Steve Ivy
I'd try $('#theul li').get(0) and $('#theul li').get($('#theul li').get().length) perhaps? --Steve [EMAIL PROTECTED] | irc: monkinetic|redmonk Original Message Subject: [jQuery] get first and last From: Rafael Santos [EMAIL PROTECTED] Date: Tue, October 17, 2006 8:28 am

[jQuery] Selectors [EMAIL PROTECTED]|=val] and [EMAIL PROTECTED] Have they been removed?

2006-10-17 Thread Choan C. Gálvez
Hi all. While playing with CSS selectors, I've found some strange things (I'm using the SVN version, rev 445): * Attribute selector [EMAIL PROTECTED] doesn't work (returns any element with a class name) * Attribute selector [EMAIL PROTECTED]|=en] doesn't work (returns any element with a hreflang

Re: [jQuery] slideToggle Not Completely Expanding in Firefox

2006-10-17 Thread Karl Swedberg
On Oct 13, 2006, at 9:38 AM, kyle wrote: I'm having height issues with slideToggle in Firefox. An example can be found here: http://hotelwebsitedesign.com/OTODevelopment/careers_openings.asp In IE when you click on the different positions they expand fully but in firefox they only

Re: [jQuery] get first and last

2006-10-17 Thread Rafael Santos
hmm.. thx.. i didnt think it hehe..now i remember something, it's like (li:1st) or (li:last)... but i havent tried... 2006/10/17, Steve Ivy [EMAIL PROTECTED]: I'd try $('#theul li').get(0) and $('#theul li').get($('#theulli').get().length) perhaps?--Steve[EMAIL PROTECTED] | irc:

Re: [jQuery] SOT: PNG fix seems to cause page to load endlessly

2006-10-17 Thread Andy Matthews
I see...thank you Klaus. I'll read up on that link you sent. Appreciated. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: [EMAIL PROTECTED]

Re: [jQuery] get first and last

2006-10-17 Thread Klaus Hartl
Steve Ivy schrieb: I'd try $('#theul li').get(0) and $('#theul li').get($('#theul li').get().length) perhaps? Use :first-child and :last-child selectors: $('#theul li:first-child, #theul li:last-child') -- Klaus ___ jQuery mailing list

Re: [jQuery] jQuery API discussion

2006-10-17 Thread Stephen Howard
I'd like to throw in my support for coalescing all the httprequest stuff into a request(method,{args}) method. This is much closer to how I currently do my xhr stuff outside of jquery Mark Gibson wrote: Why not just .request(method, options) or .http() After all AJAX is just a bottle of

[jQuery] Mouseover/out + CSS background image behavior change in IE between rev 249 and 413

2006-10-17 Thread Prague Expat
Does JQuery try to refresh/reload any CSS on mouse events? In my version of IE (with JQuery rev 413) every mouseover/out is causing all my CSS background images to quickly reload (but not quickly enough, as it is quite noticeable). I did not have this problem with rev 249 (I just updated to

[jQuery] newbie request / suggestion / neat thing

2006-10-17 Thread adrienne
Has anyone thought about porting curvyCorners (www.curvycorners.net) to jQuery? I'm fairly clueless at javascript, so it's WAY too big a job for me -- but i thought i'd call it to people's attention, because it seems like a great fit for the jQuery framework if someone wanted to do it. I'd

Re: [jQuery] åäö doesn't wo rk with load/loadIfModified

2006-10-17 Thread badtant
where should i put that meta-tag? inside sida1.html? /niklas Ⓙⓐⓚⓔ wrote: your server is sending sida.html as simple ascii. looks like an issue with iis! I bet if you slip a meta tag in there... it can alter the encoding. but my advise is still bite the bullet, go utf-8 my Mac

[jQuery] Highlighting jQuery

2006-10-17 Thread Andrea Ercolino
Hola. I just releasedChili, a free syntax highlighter script, written in jQuery, and based on the Dan Webb's Code Highlighter, which I found a couple of weeks ago thanks to a link on the jQuery site. Chili is compatible with Code Highlighter's language definition files, but it is othwerwise a

[jQuery] Simple select box utility functions

2006-10-17 Thread Yehuda Katz
jQuery.fn.selectOption = function() { return this.jsAttr(selected, true) } jQuery.fn.unselectOption = function() { return this.jsAttr(selected, false) }jQuery.fn.toggleOption = function() { return this.each(function() { this.selected = !this.selected; }) }jQuery.fn.moveToSelect = function(el) {

Re: [jQuery] newbie request / suggestion / neat thing

2006-10-17 Thread Dave Methvin
Mike Alsup has tweaked my original corner rounder so that it does any corner adornment you'd like, and it's only 4KB. It doesn't support borders or background images in the parent though, which Curvy and a few others do. But it's a high price to pay, IMO. http://www.malsup.com/jquery/corner/ Be

Re: [jQuery] jquery snapshots

2006-10-17 Thread Jörn Zaefferer
Mika Tuupola schrieb: Is it possible to download a nightly snapshot of jquery somewhere? I would like to test recent bugfixes. Especially those affecting $ (document).load(). Although using $(window).load() instead works fine with FF and Safari, I still have problems with Windows IE.

Re: [jQuery] I'm find a bug in jQuery??s Cookie plugIn

2006-10-17 Thread Jörn Zaefferer
Klaus Hartl schrieb: Klaus Hartl schrieb: cookie deletion does not work with more than one cookie, will fix that... False alarm, forget that - I just screwed my test page. Should put up automatic tests in there if possible. Jörn or John, where can I get some information about the

[jQuery] parent() modifies original object

2006-10-17 Thread Peter Woods
I'm not sure if this is the way it's supposed to work, but this makes absolutely no sense to me as far as implementation goes. If I have code like this:function someFunction( e ){var cell = $(e);var cellParent = cell.parent();var cellParent2 = cell.parent();alert([ + cell.id() + ] [ +

Re: [jQuery] jQuery API discussion

2006-10-17 Thread Anders Schneiderman
Hi JornjQuer, As a newbie, my impression is that overall it's a _lot_ simpler and sleeker than say prototype. And I love the compactness of the language. However, there are a few aspects that will throw off new folks -- particularly graphic designers who don't have a programming background

Re: [jQuery] jQuery API discussion

2006-10-17 Thread Klaus Hartl
Anders Schneiderman schrieb: Hi JornjQuer, As a newbie, my impression is that overall it's a _lot_ simpler and sleeker than say prototype. And I love the compactness of the language. However, there are a few aspects that will throw off new folks -- particularly graphic designers who

Re: [jQuery] Highlighting jQuery

2006-10-17 Thread Erin Doak
Title: Re: [jQuery] Highlighting jQuery Your example page(http://mondotondo.com/aercolino/chili/1.0_b/examples/1/chili-1.0-highlighting-chili-1.0.html) hangs Safari 2.04. Erin Hola. I just releasedChili, a free syntax highlighter script, written in jQuery, and based on the Dan Webb's Code

Re: [jQuery] åäö doesn't wo rk with load/loadIfModified

2006-10-17 Thread Ⓙⓐⓚⓔ
since it's not really a full html file, you don't have a head just stick it inside... if it doesn't work there, move it up top. if that doesn't work make it a valid html file with htmlheadmeta.. OR you can see if IIS has a place to set the encoding, (as Apache does system wide, site wide,

Re: [jQuery] Highlighting jQuery

2006-10-17 Thread Luke Lutman
Looks interesting, but the example pages crash Safari (2.0.4, OSX 10.4) :-( Luke Andrea Ercolino wrote: Hola. I just released Chili, a free syntax highlighter script, written in jQuery, and based on the Dan Webb's Code Highlighter, which I found a couple of weeks ago thanks to a link on

Re: [jQuery] Highlighting jQuery

2006-10-17 Thread Abdur-Rahman Advany
Andrea, Did you get permission from Dan to release this? I looked at this a few days ago and saw it was not released under open source licence.. but I might be wrong... Adbul Luke Lutman wrote: Looks interesting, but the example pages crash Safari (2.0.4, OSX 10.4) :-( Luke Andrea

Re: [jQuery] jquery snapshots

2006-10-17 Thread Brian Miller
Which begs the question: Why NOT generate a nightly build? It should take all of 5 minutes to edit the crontab to make it happen. :) Not nightly, but updated now and then: http://jquery.com/src/jquery-svn.js -- Jörn ___ jQuery mailing list

[jQuery] Bug with AjaxStart

2006-10-17 Thread Mike Chabot
A bug was introduced somewhere between version 249 and 419 that broke the AjaxStart / AjaxStop functions. I was displaying a loading image using code straight out of the API doc that stopped working as soon as I put in a the current JQuery file. $(#loading).ajaxStart(function(){ $(this).show();

Re: [jQuery] Bug with AjaxStart

2006-10-17 Thread sdkester
I feel your pain, same here. According to this http://jquery.com/dev/bugs/bug/265/ bug , it has been fixed in SVN. I can only assume this means that it will be fixed in the next release. Mike Chabot wrote: A bug was introduced somewhere between version 249 and 419 that broke the AjaxStart

Re: [jQuery] Using javascript variable for HASH

2006-10-17 Thread Michael Geary
I imagine that it must be some way to use javascript variable for HASH... Is it possible? I show you the code that I'm using (and it show me an error in FireBug (Firefox):reference to undefined property imts): function LoadAjax(t,d,id){ var itms itms='{url: GetValues'+t+'.asp, type:

[jQuery] Select Box Sorter

2006-10-17 Thread Yehuda Katz
I've created a really simple plugin that lets you do $(select).sortSelectBy(html).It automatically sorts by a jQuery function, so you can create your own and have it sort by that. For instance, I created a getCompany jQuery method below that extracts the company out of Name (Company). You could

Re: [jQuery] parent() modifies original object

2006-10-17 Thread Jörn Zaefferer
Peter Woods schrieb: I'm not sure if this is the way it's supposed to work, but this makes absolutely no sense to me as far as implementation goes. If I have code like this: [...] Instead of printing the equivalent of: $(e).id(), $(e).parent().id(), and $(e).parent().parent().id(), it

Re: [jQuery] parent() modifies original object

2006-10-17 Thread Peter Woods
I thought I'd read somewhere on here about functions being destructive, but I wasn't sure hence the question. While it makes sense when you're doing crazy chained method calls, I think it's very unintuitive during regular use of the parent() method, especially because there's nothing which

Re: [jQuery] best show/hide div code?

2006-10-17 Thread Andy Matthews
Anyone have an idea on this one? I've tried a few things, but I'm not sure how to reference a specific value in a select control. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

Re: [jQuery] jQuery API discussion

2006-10-17 Thread Raffael Luthiger
Klaus Hartl wrote: Of course you still have know that you have to pass a function reference of some kind to click() and the like, but if you want to use an API you should get familiar with it by reading the documentation to a certain extend, be it a designer or a programmer. Fortunately

Re: [jQuery] parent() modifies original object

2006-10-17 Thread Dave Methvin
I think we are talking about two different effects here. This can definitely be subtle so it's good to have someone ask the question. var cell = $(e); var cellParent = cell.parent(); var cellParent2 = cell.parent(); ... Further digging seems to hint at the fact that every time

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Dragan Krstic
Try to put xml definition in your xml file on begining. Without it, browser parse it like ordinary text file2006/10/17, Olaf Bosch [EMAIL PROTECTED] :Dan Atkinson schrieb: I'm not sure how it all works fine if it doesn't work at all... Oh, sorry.I work on the Script. I have mutch change.1 Demo

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Dan Atkinson
Well, as I've already said, you won't be able to show the PDF in a thickbox, because the OS/browser will catch the link and try to open it using the default action set in the browser or OS, and there's nothing that you can do to override it. If no default action is set, then you -might- be able

[jQuery] Is there a way to reply to someone's post...

2006-10-17 Thread Andrea Ercolino
without using the Reply button in a mail program? I've disabled that checkbox inmy jQuery profile for receivingmessages from the list. I really prefer to browse the archives. But for replying specifically to someone's post, what can I do?Opening a new thread with the old subject is myunique

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Olaf Bosch
Dragan Krstic schrieb: Try to put xml definition in your xml file on begining. Without it, browser parse it like ordinary text file What is to do? That is a google-sitemap, is valid you mean this ?xml version=1.0 encoding=UTF-8 ? is exact so in first line -- Viele Grüße, Olaf

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Olaf Bosch
Dan Atkinson schrieb: Well, as I've already said, you won't be able to show the PDF in a thickbox, because the OS/browser will catch the link and try to open it using the default action set in the browser or OS, and there's nothing that you can do to override it. If no default action is set,

Re: [jQuery] Thickbox Extensions - Dialog Monolog [REPOST]

2006-10-17 Thread Rexbard
Very nice extension of the excellent thickbox. I noticed that the activation link still has focus after the thickbox is displayed. If you then hit return with this focus, it appears the thickbox contents are duplicated. For an example, see http://www.nabble.com/file/3729/DoubleContents.JPG

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Klaus Hartl
Olaf Bosch schrieb: Dragan Krstic schrieb: Try to put xml definition in your xml file on begining. Without it, browser parse it like ordinary text file What is to do? That is a google-sitemap, is valid you mean this ?xml version=1.0 encoding=UTF-8 ? is exact so in first line

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Michael Geary
Well, as I've already said, you won't be able to show the PDF in a thickbox, because the OS/browser will catch the link and try to open it using the default action set in the browser or OS, and there's nothing that you can do to override it. If no default action is set, then you -might-

Re: [jQuery] Mouseover/out + CSS background image behavior change in IE between rev 249 and 413

2006-10-17 Thread Brandon Aaron
On 10/17/06, Prague Expat [EMAIL PROTECTED] wrote: Is it possible that the memory leak fixes (that I understand are in the updated JQuery) are causing quick refreshes on the CSS? This is doubtful as the code that fixes the memory leak only runs at unload. -- Brandon Aaron

[jQuery] Jquery.css function poor performance

2006-10-17 Thread Raziel Alvarez
Hi, I'm performing css manipulation in my application, but the performance degrades considerably fast as more markup is added. I tracked the problem to the jQuery.css function, specifically for those cases where I'm setting the width and height. Even smalladditions to the markup inside of the

Re: [jQuery] ThickBox in Filemanager

2006-10-17 Thread Olaf Bosch
Klaus Hartl schrieb: putting an xml declaration on top doesn't make it xml automagically. mime type matters. mime type is on Apache corect: application/xml xml xsl copy from mime.types the Header are: -- Antwort-Header -

[jQuery] Request for assistance: Wrapping div's aroiund structural markup

2006-10-17 Thread Greg Bird
Hi everyone. I am attempting to develop some dynamic in page navigation. I am a big fan of structural markup. Each H2 represents a new section of the current document. I wish to: 1. Find each H2 2. Wrap this in a unique div, up to (but not including) the next H2. This will then be used to

Re: [jQuery] Thickbox Extensions - Dialog Monolog [REPOST]

2006-10-17 Thread bbuchs
Good catch. I'll add a blur() to the links in my demo. I'm re-thinking the Confirm Dialog. Should the function return true/false instead of accepting the callback? Now that I think about it, I don't know why I did it that way... Very nice extension of the excellent thickbox. I noticed that

[jQuery] Is there a way to reply to someone's post...

2006-10-17 Thread Andrea Ercolino
Adrian, I don't have access to the headers because I don't have the email message at all. I'm subscribed to the list so I can post, if I want to. But I unchecked the service of the mailer program at jQuery, so I'm actually not receiving any message to my inbox. I found that browsing the archives

Re: [jQuery] Selectors [EMAIL PROTECTED]|=val] and [EMAIL PROTECTED] Have they been removed?

2006-10-17 Thread Blair McKenzie
Have you tried putting quotes around the values (ie en, es, fill-0)?BlairOn 10/18/06, Choan C. Gálvez [EMAIL PROTECTED] wrote:Hi all.While playing with CSS selectors, I've found some strange things (I'm using the SVN version, rev 445):* Attribute selector [EMAIL PROTECTED] doesn't work (returns

[jQuery] problem iwith leadiing space in IE

2006-10-17 Thread Angelo Sozzi
Hi, I just started using JQuery and I'm amazed how simple things can be done... Unfortunately I've run into an IE issue (I think). Im using an UL list for A-Z links (large site). I try to read out the LI elements and use them to generate the path to the html file (E.g. A.html from liA/li. This

Re: [jQuery] Jquery.css function poor performance

2006-10-17 Thread Brandon Aaron
Would it be possible for you to post a link so that we can see it or at least maybe just a test case? -- Brandon Aaron On 10/17/06, Raziel Alvarez [EMAIL PROTECTED] wrote: Hi, I'm performing css manipulation in my application, but the performance degrades considerably fast as more markup is

Re: [jQuery] problem iwith leadiing space in IE

2006-10-17 Thread Brandon Aaron
You can just call $.trim on the string. Just to change this line: text = html/+$(this).text()+.html; /*read out text from to this: text = html/+$.trim($(this).text())+.html; /*read out text from Perhaps $().text() should call this for you. Does anyone see a reason why $().text() shouldn't

  1   2   >