Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread zaadjis
for the purists: there is a css only solution for this using absolute positioning. you can see a good example at http://www.ceeses.com Wil Stuckey wrote: http://sandbox.wilstuckey.com/jquery-ratings/ -- View this message in context:

Re: [jQuery] New Plugin: Xpander

2006-11-08 Thread Dan Atkinson
Jeffrey McClure wrote: Are you trying to load content into a div from a different domain? No. That's not possible. -- View this message in context: http://www.nabble.com/New-Plugin%3A-Xpander-tf2411102.html#a7234294 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] how to write a fixed position floating/slide-able pane?

2006-11-08 Thread nkeric
hi all! As a happy user of jquery, I would like to thank you all developers of jquery! It do make the javascript programming sexy again :-) Here is my question, I'm trying to implement this in our project: 1. a fixed position (relative to browser's viewport) pane stays on the left of the

Re: [jQuery] Can Prototype + Scriptaculous, Jquery+plugins coexist?

2006-11-08 Thread Danial Tzadeh
Thank you Rey and Brandon. I will test it asap.Cheers,DanialOn 11/7/06, Rey Bango [EMAIL PROTECTED] wrote:We need to udpate the site with this info.Rey...Brandon Aaron wrote: The latest in SVN has all the hardcoded $ aliases for jQuery removed. This makes it easy to change the alias for jQuery

Re: [jQuery] how to write a fixed position floating/slide-able pane?

2006-11-08 Thread Klaus Hartl
nkeric schrieb: hi all! As a happy user of jquery, I would like to thank you all developers of jquery! It do make the javascript programming sexy again :-) Here is my question, I'm trying to implement this in our project: 1. a fixed position (relative to browser's viewport) pane stays

Re: [jQuery] how to write a fixed position floating/slide-able pane?

2006-11-08 Thread nkeric
On 11/8/06, Klaus Hartl [EMAIL PROTECTED] wrote: Step one: For the panel simply use fixed positioning: This one for IE6: * html #panel { position: absolute; top: expression(ignoreMe = document.documentElement document.documentElement.scrollTop || document.body.scrollTop); }

Re: [jQuery] New way of animating

2006-11-08 Thread Jörn Zaefferer
- How does this work with properties like e.g. display, or border-style? You can not gadually blend them. I have not found a solution for this. I don't think there can be a solution to that problem. What would you suggest as a transition from border-style: solid to

Re: [jQuery] how to write a fixed position floating/slide-able pane?

2006-11-08 Thread Klaus Hartl
nkeric schrieb: On 11/8/06, Klaus Hartl [EMAIL PROTECTED] wrote: Step one: For the panel simply use fixed positioning: This one for IE6: * html #panel { position: absolute; top: expression(ignoreMe = document.documentElement document.documentElement.scrollTop ||

Re: [jQuery] return this.each

2006-11-08 Thread Jörn Zaefferer
Beautifully written, Mike. This has to be the clearest description of the jQuery vs. DOM variables that I have seen. I hope this gets put on the site's FAQs pages (although I surprisingly don't see any FAQ page on jQuery right now. Any plans for one?). The jQuery wiki is as open as it can

Re: [jQuery] New jQuery plug - selectBox

2006-11-08 Thread Christian Bach
Fabien Meghazi wrote: Don't know if you changed something since you posted, but about 5 hours ago I tested the thing at work under firefox 2.0/windows (working ok) and here under Firefox 1.5/Linux, the text that is supposed to be selected is not in front of the select box

Re: [jQuery] Accordion Requirements

2006-11-08 Thread Jörn Zaefferer
I was wondering how hard it would be to put something like the tab trigger in to the accordion to then be able to trigger and accordion to open. Looked over tabs code just a tad seemed like the tabs one just did a .click i will most likely write something similar to it soon here just

Re: [jQuery] What's the proper way?

2006-11-08 Thread Jörn Zaefferer
If you can handle Ant, you can put the desired plugins into their own folders in the plugins folder from the checkout and then make your own custom task to merge all the desired plugins with jquery and pack it afterwards... Some of the plugins are already contained in SVN, but you can

Re: [jQuery] Spam problem in bugs

2006-11-08 Thread Mark Gibson
Yehuda Katz wrote: Consider ticket 342 closed. I just committed your patch in the latest svn. -- Yehuda Thanks, but it doesn't seem to be there! The trunk is at rev 549 at present, is this what you're seeing? - Mark. ___ jQuery mailing list

Re: [jQuery] Building a Community

2006-11-08 Thread digital spaghetti
I have recently become a Drupal convert for a CMS system, and was over the moon to see that jQuery is going to be *the* JS library that is used in the core of the system for release 5. I think it would be great for these two communities to look to work together, in that the more Drupal users

Re: [jQuery] console for IE

2006-11-08 Thread Mark Gibson
Mark Gibson wrote: I've adapted the console.js script originally found here: http://wish.hu/firebug-on-explorer Added pretty dumps of objects, arrays, elements, etc. My new script can be fetched from here: http://jollytoad.googlepages.com/browsercompatibility Andy Matthews wrote:

Re: [jQuery] A modal dialog box using greybox + form plugin

2006-11-08 Thread gilles
Contrary to what I wrote earlier, it does work in Internet Explorer 6 (you need to use the the latest jquery.js, not version 1.02 I'm not sure how this could be refactored into something properly generic, let alone a plugin. My window plugin is almost ready, it could do this very easily.

Re: [jQuery] Accordion Requirements

2006-11-08 Thread Jörn Zaefferer
I had to modify my original implementation which was for a dl to also work with the following structure: ul class=accordion li a href=#Title/a ul lia href=#Content/a/li /ul /li /ul This is a similar structure to the ones proposed in that

Re: [jQuery] A modal dialog box using greybox + form plugin

2006-11-08 Thread digital spaghetti
This is exactly the type of functionality I'm looking for :) What I'd like to do, is instead of having any login forms to the admin area of my site, I want to have a link that is invisible, but has an access key assigned to it, and when the access key is pressed it brings up the form :) I'll

[jQuery] Interface Flicker on firefox

2006-11-08 Thread Richard Clare
Hi Im using interface to do some div hiding and showing. Works great on IE and opera but on Firefox there is an annoying flicker. There is a sample here http://www.mrbelfry.co.uk/jquery/ Seems to occur on all interface fxs. Any way to fix this? Thanks Richard -- No virus

Re: [jQuery] New way of animating

2006-11-08 Thread Jörn Zaefferer
Yeah, it would be fun, but a absolutely crap performance ;-) Really, even animating an object with borders, margins and position changed is not very performant, and laying the clone on top, then fading it and doing to same animation on it will hurt your cpu even more. I could try it as a

Re: [jQuery] Writing documentation, jQuery style?

2006-11-08 Thread Jörn Zaefferer
Hi Yehuda! * option: an option for an options hash in the same format as param I think it would be a great addition to define a format for defaults, especially with options. If ommited, there is no default, but otherwise anything like String, Numbers etc. could be specified. By defining a

Re: [jQuery] Links to Plugins

2006-11-08 Thread Linan Wang
Hi StephenMy plugin page has been moved from http://204.13.69.149/~wang/To: http://wang.linan.googlepages.com/tag.htmlPlease update the link.Thank you!On 11/8/06, Stephen Woodbridge [EMAIL PROTECTED] wrote:Hi all,I've been collecting links that people have posted about various plugins that they

Re: [jQuery] Links to Plugins

2006-11-08 Thread Dan Atkinson
Wouldn't it be best to put these into a page (say jquery.com/plugins/ ! ;)) and then we can update them when needed? Stephen Woodbridge wrote: Hi all, I've been collecting links that people have posted about various plugins that they are developing over the past month or so. Sorry this

Re: [jQuery] New Plugin: Xpander

2006-11-08 Thread Jörn Zaefferer
Are you trying to load content into a div from a different domain? No. That's not possible. That's why I asked. (Always have to rule out the easy answers first...) I will try and look at the plugin this weekend and see if it can be easily saved or not. Thanks for the heads up.

Re: [jQuery] Building a Community

2006-11-08 Thread Jörn Zaefferer
I'm afraid i can't agree with you. I feel Drupal and jQuery hold very different design philosophies. Since Drupal is based on PHP, a server side web programming language, it naturally concentrates on the *structure* and *logic* of a product, involves more rational thinking. On the other

Re: [jQuery] Links to Plugins

2006-11-08 Thread Jörn Zaefferer
Wouldn't it be best to put these into a page (say jquery.com/plugins/ ! ;)) and then we can update them when needed? Absolutely! That is the purpose of the wiki! I stopped bookmarking all those plugins released on the list a long time ago, as most of them can be found in the official list.

Re: [jQuery] Building a Community

2006-11-08 Thread digital spaghetti
jQuery provides a library for client side scripting. Drupal runs on the serverside and provides both dynamic content and client side script. So it looks like a good opportunity to me to work together: Drupal can be used by jQuery to build a great community(-driven) site, and Drupal can use

Re: [jQuery] 2 New jquery plugins: collapseRows collapseRows

2006-11-08 Thread Mike Chabot
In MSIE 7, the collaps rows doesn't seem to do anything. -Mike Chabot On 11/7/06, Jason Yeckel [EMAIL PROTECTED] wrote: hey o,The vertical collapse works but the horizontal expanding doesn't work inie6.Jason Y www.purepressure.comEnrique Meléndez wrote: Uhmm, strange, I have IE6/WinXpSP2 and

Re: [jQuery] Accordion Requirements

2006-11-08 Thread Paul McLanahan
On 11/8/06, Wil Stuckey [EMAIL PROTECTED] wrote: I think it would be the best practice to use a CSS class to show these different states. This would keep presentation out of the markup. That would be an easy way to do it as well. In either case though, my point is that adding something to the

Re: [jQuery] Accordion Requirements

2006-11-08 Thread Jörn Zaefferer
On 11/8/06, Wil Stuckey [EMAIL PROTECTED] wrote: I think it would be the best practice to use a CSS class to show these different states. This would keep presentation out of the markup. That would be an easy way to do it as well. In either case though, my point is that adding something

Re: [jQuery] Accordion plugin

2006-11-08 Thread Jörn Zaefferer
@Klaus: I think the only feature that this accordion has not is an automatic adding and removing of classes. It's not hard to add that, but currently I just don't know where those classes should be added. Only to the header element? Just added onClass and offClass options... Though the

Re: [jQuery] Accordion plugin

2006-11-08 Thread Klaus Hartl
Jörn Zaefferer schrieb: @Klaus: I think the only feature that this accordion has not is an automatic adding and removing of classes. It's not hard to add that, but currently I just don't know where those classes should be added. Only to the header element? Hey Jörn, what do you mean by

Re: [jQuery] how to write a fixed position floating/slide-able pane?

2006-11-08 Thread nkeric
On 11/8/06, Klaus Hartl [EMAIL PROTECTED] wrote: You would have to setup an interval that checks for instance every 100ms the position of the scrollbar and then readjust the panel accordingly. I don't like that because the dynamic property does this job quite well already... Yep! Your code

Re: [jQuery] 2 New jquery plugins: collapseRows collapseRows

2006-11-08 Thread Enrique Meléndez
Ok, collapseRow doesnt work in IE,  Im on it Enrique Meléndez Estrada Servicios Informáticos Organización y Servicios Internos Instituto Tecnológico de Aragón ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Accordion plugin

2006-11-08 Thread Jörn Zaefferer
Original-Nachricht Datum: Wed, 08 Nov 2006 16:06:40 +0100 Von: Klaus Hartl [EMAIL PROTECTED] An: jQuery Discussion. discuss@jquery.com Betreff: Re: [jQuery] Accordion plugin Jörn Zaefferer schrieb: @Klaus: I think the only feature that this accordion has not is an

Re: [jQuery] Accordion plugin

2006-11-08 Thread Geoffrey Knutzen
Sorry to report but I am getting an error in ie6 Line: 35 Char: 3 Error: Expected identifier, string or number Code: 0 URL http://joern.jquery.com/accordion/accordion.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Wednesday,

Re: [jQuery] Synchronous XMLHttpRequest option

2006-11-08 Thread Sébastien
I was really asking if there was any support for synchronous XHR within jQuery. It's basically no more complicated than opening the XHR object like: req.open(GET, url, false) instead of req.open(GET, url, true) However, jQuery does not define any argument/option for specifying that

[jQuery] Allow onclick (etc) on disabled input

2006-11-08 Thread jazzle
I have discovered that if an input is disabled all its events are as well. For example input type=text disabled=disabled onclick=alert('x'); / won't work. I have an input like this and want it disabled (to prevent it being posted) unless the user wants to change the value. I thought I could

Re: [jQuery] Spam problem in bugs

2006-11-08 Thread jazzle
It looks like the bug system is trac, which can be be user/pass protected (as was very successfully done for bbPress). Integration with the mailing list would be great, but this may not be so straightforward, nor automatable. Mark Gibson-8 wrote: Hi, I noticed there is a spam problem in

Re: [jQuery] Allow onclick (etc) on disabled input

2006-11-08 Thread jazzle
Sorry for ~spam, I found that adding the onclick to the parent element (a TD fortunately) is a good enough solution in this situation. BTW: The behaviour is slightly different in IE7 vs Fx2: in IE the click passes through the input, but in Fx the click must be in the TD, outside the input.

Re: [jQuery] Synchronous XMLHttpRequest option

2006-11-08 Thread Jörn Zaefferer
I was really asking if there was any support for synchronous XHR within jQuery. It's basically no more complicated than opening the XHR object like: req.open(GET, url, false) instead of req.open(GET, url, true) However, jQuery does not define any argument/option for

Re: [jQuery] Accordion plugin

2006-11-08 Thread Jörn Zaefferer
Sorry to report but I am getting an error in ie6 Line: 35 Char: 3 Error: Expected identifier, string or number Code: 0 URL http://joern.jquery.com/accordion/accordion.html Thanks for the report, just forgot to test in IE. After all, it was only a typo on the demo page... -- Jörn

Re: [jQuery] New Plugin: Resizeable

2006-11-08 Thread Mark Gibson
Stephen Woodbridge wrote: Mark Gibson wrote: I've not had chance to test it, but I'm sure all elements have a resize event. If not then the resizeable plugin can trigger() it itself. Hi Mark, I tried to do this like this: $(document).ready(function(){

Re: [jQuery] New plugin draft: animateClass

2006-11-08 Thread Paul Bakaus
Hi again!I have added color transition support für rgb() values (Gecko engine). Check out the demo page again at http://paul.jquery.com/plugins/animateClass/ !2006/11/8, Karl Swedberg [EMAIL PROTECTED]: On Nov 7, 2006, at 10:48 AM, Paul Bakaus wrote: Thanks Karl!I improved it again in my free

[jQuery] DOM Namespaces

2006-11-08 Thread Richard Walker
Hi, Is there a way to pick up namespaced elements in jQuery? e.g. $(namespace:MyElement,myDOMDocument); I know that the above example would work if the namespace was declared at the top of the DOM Document (as the default namespace) as: $(MyElement,myDOMDocument); but unfortunately the

Re: [jQuery] Issue with jQuery 1.0.3 + ASP.NET LinkButton

2006-11-08 Thread Todd Menier
Great, thanks! Sorry if this sounds incredibly lazy, but is there a compressed version available for download somewhere or would I need to build it? Not a huge deal - I'm in a Windows environment and don't currently have an SVN client or Ant, but I'll get them if I need to. ThanksOn 11/7/06,

Re: [jQuery] jQuery's build.xml. Question on target name=min?

2006-11-08 Thread Mike Alsup
pretty much the same syntax but with different behavior. Look closer and you'll see that the 1st arg points to a js file that performs the magic. Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] DOM Namespaces

2006-11-08 Thread Dave Methvin
Is there a way to pick up namespaced elements in jQuery? e.g., $(namespace:MyElement,myDOMDocument); ... Looking in the jQuery code I can see it uses getElementsByName() and not getElementsByNameNS(). Is there a simple solution or does jQuery need to be changed? I think you'd need to write

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Alex Cook
Doesnt work for me in FF2 WinXP From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marshall Salinger Sent: Tuesday, November 07, 2006 3:59 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] New jQuery Plugin - Star Rating You rock Wil! Thanks for the great

Re: [jQuery] Allow onclick (etc) on disabled input

2006-11-08 Thread Brian Miller
One thing you can do is not use disabled at all. If you decorate the control like it's disabled, and leave it with an ID (so jquery can find it) but no name, it will be an unsuccessful control, and won't send. If someone enters something in the field, you can use $('myinput').attr('name',

Re: [jQuery] OT: USA Voting

2006-11-08 Thread Yehuda Katz
It's payback for the last time we didn't have a say (every hear of the American Revolutionary War);) ;)-- YehudaOn 11/8/06, Mark Gibson [EMAIL PROTECTED] wrote:Yehuda Katz wrote: Just a reminder that today is election day in the USA! Vote, and bring a family member or friend to the polls.Can we

[jQuery] How to show loading div only when loading takes longer than a certain amount of time

2006-11-08 Thread Chris W. Parker
Hello, I've got a loading animation that appears each time a request is made through AJAX but I'm thinking about getting rid of it altogether because the loading happens so quickly. The animation is actually just kind of annoying. But I was thinking that instead of getting rid of it entirely I

Re: [jQuery] Allow onclick (etc) on disabled input

2006-11-08 Thread Mike Alsup
If you decorate the control like it's disabled, and leave it with an ID (so jquery can find it) but no name, it will be an unsuccessful control, and won't send. If someone enters something in the field, you can use $('myinput').attr('name', 'myinput') to add the name attribute. Nice idea,

[jQuery] sortable and editable

2006-11-08 Thread Vaska
I can't find it now, but I'm sure that I saw some place a technique using jquery that would create a sortable list and also allowed for editing of the text (edit-in-place) inside the list container. Anybody know of this? Thanks...v ___ jQuery

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Mike Alsup
http://sandbox.wilstuckey.com/jquery-ratings/ Great stuff, Will. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery's build.xml. Question on target name=min?

2006-11-08 Thread Derrek
Aaaah, I was thinking that there was some magic within js.jar. I get it now. Thanks Mike.On 11/8/06, Mike Alsup [EMAIL PROTECTED] wrote: pretty much the same syntax but with different behavior.Look closer and you'll see that the 1st arg points to a js file thatperforms the

Re: [jQuery] Star Rating Plugin?

2006-11-08 Thread Sam Collett
On 06/11/06, Andy Matthews [EMAIL PROTECTED] wrote: One thing that I'll comment on the example provided is that in IE6/PC, there's a noticeable delay before the stars display their rollover state. That would be a deal breaker for me. !//-- andy matthews web developer

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Wil Stuckey
On 11/8/06, Alex Cook [EMAIL PROTECTED] wrote: Doesn't work for me in FF2 WinXPInteresting are you getting a error message in the _javascript_ console? I've tested FF 1.5 2.0 IE 6 7 WinXP-Wil ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] jQuery's build.xml. Question on target name=min?

2006-11-08 Thread Mike Alsup
Aaaah, I was thinking that there was some magic within js.jar. I get it now. Thanks Mike. No problem. I believe js.jar is just the Rhino engine. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to show loading div only when loading takes longer than a certain amount of time

2006-11-08 Thread Chris W. Parker
On Wednesday, November 08, 2006 10:44 AM Mark Gibson said: This may work (untested): [snip] ajaxStart delays the animation by 2 seconds using setTimeout, and ajaxStop cancels the timeout function (if it hasn't already been trigger) and stops the anim. It sort of works! Now it won't show

Re: [jQuery] How to show loading div only when loading takes longer than a certain amount of time

2006-11-08 Thread Aaron Heimlich
Off the top of my head (read: completely untested), you could do something like:var timeoutID;var toDelay = 5000;$(#loading) .ajaxStart(function() { // Delay the loading animation for toDelay milliseconds (5000 in this case, which is 5 // seconds) timeoutID = setTimeout(function() {

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Alex Cook
Ahhhs, was my bad, during testing Id turned off some image loading and spaced when I looked at your example. Now I can chime in with the rest and add my praise to the mix. Good work. -ALEX From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wil Stuckey Sent:

[jQuery] Reading data from a bookmark?

2006-11-08 Thread Andy Matthews
Okay... A co-worker and I are trying to puzzle out a very cool/odd issue with Google Maps and I'd like some input. We all know that the guys at Google are level 73 wizards, but I can't even begin to imagine how they accomplish this one. Try this walk-through if you have a moment and care to try

Re: [jQuery] How to show loading div only when loading takes longerthan a certain amount of time

2006-11-08 Thread Chris W. Parker
That did it Aaron thanks. The key to it was the last part: if(this.style.display != "none") { $(this).hide(); } Chris. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron HeimlichSent: Wednesday, November 08, 2006 11:12 AMTo: jQuery Discussion.Subject: Re:

Re: [jQuery] Reading data from a bookmark?

2006-11-08 Thread Klaus Hartl
Andy Matthews schrieb: Okay... A co-worker and I are trying to puzzle out a very cool/odd issue with Google Maps and I'd like some input. We all know that the guys at Google are level 73 wizards, but I can't even begin to imagine how they accomplish this one. Try this walk-through if you

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Andy Matthews
Rockin! !//--andy matthewsweb developercertified advanced coldfusion programmerICGLink, Inc.[EMAIL PROTECTED]615.370.1530 x737--//- -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Wil StuckeySent:

Re: [jQuery] Reading data from a bookmark?

2006-11-08 Thread Linan Wang
if after step 5, you delete the bookmark and google map still guides you to your office, i will say it's a cookie, and quite possibly, google guy failed to work out of cookie setting in firefox :) On 11/8/06, Klaus Hartl [EMAIL PROTECTED] wrote: Andy Matthews schrieb: Okay... A co-worker and I are

Re: [jQuery] Reading data from a bookmark?

2006-11-08 Thread Klaus Hartl
Linan Wang schrieb: if after step 5, you delete the bookmark and google map still guides you to your office, i will say it's a cookie, and quite possibly, google guy failed to work out of cookie setting in firefox :) yeah, he didn't use my plugin - there it had been vice versa ;-) --

Re: [jQuery] How to show loading div only when loading takes longerthan a certain amount of time

2006-11-08 Thread Aaron Heimlich
On 11/8/06, Chris W. Parker [EMAIL PROTECTED] wrote: That did it Aaron thanks. Your welcome; Glad I could help. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin: Resizeable

2006-11-08 Thread Aaron Heimlich
On 11/8/06, Mark Gibson [EMAIL PROTECTED] wrote: Steve,After a quick flick through _javascript_, The Definitive Guide and afew online docs, it seems that the resize event only applies towindow size changes.So you'd have to manually trigger the event. You might also want to use a custom event (like

Re: [jQuery] Reading data from a bookmark?

2006-11-08 Thread Andy Matthews
If I delete the bookmark, then how can I USE the bookmark to get to the page I saved? !//--andy matthewsweb developercertified advanced coldfusion programmerICGLink, Inc.[EMAIL PROTECTED]615.370.1530 x737--//- -Original Message-From:

Re: [jQuery] Reading data from a bookmark?

2006-11-08 Thread Erik Beeson
On 11/8/06, Andy Matthews [EMAIL PROTECTED] wrote: If I delete the bookmark, then how can I USE the bookmark to get to the page I saved?Type it in. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Ajax malformed response problems

2006-11-08 Thread Paul McLanahan
Hi All, I'm forced to submit a form via Ajax to an OLD (real old) cgi. It returns some CRAP for a response. For example: meta http-equiv=Pragma Content=no-cache meta http-equiv=Expires Content=Tuesday, 14-Dec-1971 04:30:00 GMT html head /head body bgcolor=white !-- normal HTML body stuff --

[jQuery] selectbox plugin - take 2

2006-11-08 Thread Christian Bach
Hi, There is a new demo up and running located here: http://cbach.jquery.com/demos/selectbox2/ I added support for selecting with arrow keys and the select-box now reposition it self correctly when the browser window is resized. Enjoy /Christian

Re: [jQuery] selectbox plugin - take 2

2006-11-08 Thread Christopher Jordan
That's pretty slick! :o) Do you think there'd be any kind of a performance hit using lots of those on one screen instead of using the browser's select box? Using these would certainly overcome the problem of IE5 - IE6 not properly obeying the z-index. Chris Christian Bach wrote: Hi,

Re: [jQuery] Ajax malformed response problems

2006-11-08 Thread Paul McLanahan
It also does this in IE6 WinXP/sp2. One other caveat is that the cgi also attempts to set cookies in the response header. I don't know if that makes a difference... but there it is. On 11/8/06, Paul McLanahan [EMAIL PROTECTED] wrote: I can't make it stop spitting out the meta tags before the

Re: [jQuery] DOM Namespaces

2006-11-08 Thread Dave Methvin
$(NS|MyElement,myDOMDocument); Right now jQuery treats that the same as the comma CSS selector, select all NS elements plus all MyElement elements, which of course isn't what you want. However, $(NS:MyElement) would mean select all NS elements that match the (non-existent) pseudo-selector

Re: [jQuery] Ajax malformed response problems

2006-11-08 Thread Dave Methvin
However, IE7 crashes hard. ... But I'm hoping it's fixable. Better than that, it's probably exploitable. (insert evil grin) Be sure to report it using Windows Error Reporting, if you can. Would it be possible for you to launder the response through a proxy? For example, have a small server

Re: [jQuery] selectbox plugin - take 2

2006-11-08 Thread Christian Bach
Thanks, I don't think so, i will do some speed tests later on, to be certain. Remember this is not only for IE's z-index bug, but all so for letting yourself or your designer exactly controlling the look and feel of select elements. Best regards Christian Christopher Jordan wrote: That's

Re: [jQuery] selectbox plugin - take 2

2006-11-08 Thread Kurt Mackey
That's pretty sweet. I'd love to have a nice packaged plugin with enhanced form controls. I assume this supports all the standard select events? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bach Sent: Wednesday, November 08, 2006 3:52 PM

[jQuery] Tweak to Jorn's ToolTip plugin

2006-11-08 Thread Andy Matthews
I'm going to use Jorn's plugin for a site I manage, but I didn't think it was all that useful to have the link or the img src be displayed. I know I can turn it off, but I chose instead to go behind the scenes and make the P tag display alternately provided content:

Re: [jQuery] Ajax malformed response problems

2006-11-08 Thread Paul McLanahan
On 11/8/06, Dave Methvin [EMAIL PROTECTED] wrote: Better than that, it's probably exploitable. (insert evil grin) Be sure to report it using Windows Error Reporting, if you can. Good point. Would it be possible for you to launder the response through a proxy? For example, have a small

Re: [jQuery] Ajax malformed response problems

2006-11-08 Thread Aaron Heimlich
On 11/8/06, Paul McLanahan [EMAIL PROTECTED] wrote: Nice touch with the special date. No 01-01-1980 for these guys. Does that date change, or is it the programmer's birthday?Yeah.. pretty random. I have no idea.Many things about this CGI baffle me. IIRC, the date itself has no significance, but

Re: [jQuery] selectbox plugin - take 2

2006-11-08 Thread Erik Beeson
Changing with the arrow keys is nice, but it seems like it should select when you hit Enter, and revert to the last selection when you hit ESC. Also, using something like this breaks tabbing between form elements, doesn't it? It looks very nice though :)--ErikOn 11/8/06, Christian Bach [EMAIL

[jQuery] Update notice: form plugin bug fixed

2006-11-08 Thread Mike Alsup
I just updated the form plugin to fix a bug found by Zach Tirrell. There was an error in handling pre-selected options for 'select-multiple' elements. Details about the bug can be found here: http://nosheep.net/story/jquery-form-plugin-sweet-almost/ Thanks, Zach! Mike

[jQuery] Media plugins

2006-11-08 Thread Mike Alsup
I've just posted some convenience plugins for dealing with Quicktime, Flash, and mp3 media. Source and demos can be found here: http://malsup.com/jquery/media/ Mike ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Building a Community

2006-11-08 Thread Dragan Krstic
It will be very nice to have list of sites runs on jQuery on http://jquery.com, then to have contest for site of month, year, best plugins, widgets, etc... ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Accordion plugin

2006-11-08 Thread Joel Birch
Hi Jörn, This plugin looks great. Very flexible. I love the example showing that it can be used for a navigation list too. I noticed that when text is scaled up in the browser, the containing boxes do not expand to accommodate the larger content. Would this be troublesome to fix? My lame

Re: [jQuery] Media plugins

2006-11-08 Thread Chris W. Parker
On Wednesday, November 08, 2006 4:10 PM Mike Alsup said: I've just posted some convenience plugins for dealing with Quicktime, Flash, and mp3 media. Source and demos can be found here: http://malsup.com/jquery/media/ Cool! ___ jQuery mailing list

Re: [jQuery] DOM Namespaces

2006-11-08 Thread Richard Walker
Yes, that approach works for me. I can get namespaced element then apply jQuery functions to them afterwards which is what I wanted. Thanks. :-) dave.methvin wrote: Here's another thought...you could pass jQuery the nodes you manually select with getElementsByNameNS or the other NS

[jQuery] $.get - Retrieving XML Docs

2006-11-08 Thread Richard Walker
Hi, I'm trying to use the $.get function to bring back a DOM Document which I can then manipulate with jQuery functions. In Firefox and Opera this works fine with a function call similar to the one below; $(xml) will give me a jQuery Dom Document I can work with without problem. If I try the

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Wil Stuckey
On 11/8/06, Andy Matthews [EMAIL PROTECTED] wrote: Rockin! On 11/8/06, Andy Matthews [EMAIL PROTECTED] wrote: 1) When I mouse over a star, I always get a brief flicker (andthe hourglass cursor appears briely as well). Hmmm, that might be related to the IE 6

Re: [jQuery] New jQuery Plugin - Star Rating

2006-11-08 Thread Brandon Aaron
On 11/8/06, Wil Stuckey [EMAIL PROTECTED] wrote: Ok, I implemented the IE6 background flicker fix. Source has been updated. If it is in the plugin source, I wonder if it is a good idea to include that hack in the plugin. -- Brandon Aaron ___ jQuery

Re: [jQuery] Media plugins

2006-11-08 Thread Kurt Mackey
That's really nice, especially for content that's going to be delivered in RSS feeds (and elsewhere). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Wednesday, November 08, 2006 6:10 PM To: jQuery Discussion. Subject: [jQuery] Media

Re: [jQuery] New Plugin: Resizeable

2006-11-08 Thread Stephen Woodbridge
Mark Gibson wrote: Stephen Woodbridge wrote: Mark Gibson wrote: I've not had chance to test it, but I'm sure all elements have a resize event. If not then the resizeable plugin can trigger() it itself. Hi Mark, I tried to do this like this: $(document).ready(function(){

Re: [jQuery] New Plugin: Resizeable

2006-11-08 Thread Stephen Woodbridge
Stephen Woodbridge wrote: Mark Gibson wrote: Stephen Woodbridge wrote: Mark Gibson wrote: I've not had chance to test it, but I'm sure all elements have a resize event. If not then the resizeable plugin can trigger() it itself. Hi Mark, I tried to do this like this:

Re: [jQuery] $.get - Retrieving XML Docs

2006-11-08 Thread Stephen Woodbridge
Richard, This sounds like bug 164, which has been recently fixed in svn. -Steve Richard Walker wrote: Hi, I'm trying to use the $.get function to bring back a DOM Document which I can then manipulate with jQuery functions. In Firefox and Opera this works fine with a function call

[jQuery] New Plugin: ODBCDate functions

2006-11-08 Thread Christopher Jordan
Hi folks, Today, I was in need of a function to parse strings in the ODBCDateTime format. I needed to convert a string in the ODBCDateTime format to a valid _javascript_ Date object, and vise versa. So instead of just writing the functions for me, I decided to make them a plugin for jQuery.

Re: [jQuery] Media plugins

2006-11-08 Thread Cheng Zhang
Excuse me, Kurt, would you please elaborate more on for content that's going to be delivered in RSS feeds? I am not sure that I fully understand your point. Thanks. - Cheng On Nov 9, 2006, at 10:14 AM, Kurt Mackey wrote: That's really nice, especially for content that's going to be

[jQuery] total noob question

2006-11-08 Thread Justin Kelly
Hi All, Im very new to javascript and jquery so please be gentle :) What im trying to do is have a button that toggles(or fade etc..) a number of rows in a table. ie. click button, 10 rows show/hide Currently it works great for the first row but i cant get it to do the toggle for the rest of

  1   2   >