Re: [jQuery] loading js files at the bottom of the page

2007-03-19 Thread Klaus Hartl
Chris Domigan schrieb: Also scripts linked in the head can be cached. - Chris All *external* scripts can be cached, no matter if you include them in the head or elsewhere. -- Klaus ___ jQuery mailing list discuss@jquery.com

[jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread agent2026
So I had to give up on http://www.nabble.com/-%21jQBut-need-help%3A-%22Object-doesn%27t-support-this-property-or-method%22-tf3413795.html this , and have resorted to an iframe for a unique situation. The iframe passes it's scrollHeight to setHeight() in the parent. setHeight(), you guessed

[jQuery] Fancy Menu

2007-03-19 Thread Matthieu BARBE
Hi, Look this great menu : http://devthought.com/cssjavascript-true-power-fancy-menu/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread Mike Alsup
// iframe height // function setHeight(h){ if($.browser.mozilla) { $( function() { alert(h); } ); } $('#myFrame').height(h); } I know Netscape is barely in existence, but I'd like to fix it just the same. Any ideas? Did you try adding a call to window.resize() after you set the

[jQuery] blockui question

2007-03-19 Thread amircx
hey. is there a way to block only the form part, with loading message, and change the message once ajax got json parameter? like : load if php returns status {'status': 0, 'data': {'nickname': 'field is too short '}}; then... return else - write success and redirect or somthing? also, is

Re: [jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread Danny Wachsstock
What I've had to do is: $('iframe.autoheight') .each(function(){this.style.height=(this.contentWindow.document.body.scrollHeight+40)+'px';}) .load(function(){this.style.height=(this.contentWindow.document.body.scrollHeight+40)+'px';}); in my $(function()... code It seems that IE loads the

Re: [jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread agent2026
I just tried, but maybe I'm doing it wrong? Do you mean in the iframe or the parent? Tried both, but I didn't get anywhere. Can you post an example? Thanks, Adam malsup wrote: // iframe height // function setHeight(h){ if($.browser.mozilla) { $( function() { alert(h); } ); }

Re: [jQuery] blockui question

2007-03-19 Thread Rob Wilkerson
I'm not sure I understand your question, but you can block individual elements using the block() method rather than the blockUI() method. I just started using it, so I can't help much with the AJaX response capture question. Any reason you can't use JQuery's built-in handlers for the detecting

Re: [jQuery] How can I find out if a style class exists?

2007-03-19 Thread Danny Wachsstock
We had a very similar discussion on a thread last week: http://www.nabble.com/How-to-convert-%22class%22-to-%22style%3D%27attrs-...%27%22-tf3409582.html The code you want would be similar to: function isStyled(className){ var re = new RegExp('(^|,)\\s*\\.'+className+'\\s*(\\,|$)'); var ret

Re: [jQuery] Fancy Menu

2007-03-19 Thread Mikael Noone
Wow, mootools is starting to mature :-) I wonder how big this would be if it where Jquery??! On 3/19/07, Matthieu BARBE [EMAIL PROTECTED] wrote: Hi, Look this great menu : http://devthought.com/cssjavascript-true-power-fancy-menu/ ___ jQuery

Re: [jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread agent2026
That's sort of along the lines of what I was doing before( href=http://www.nabble.com/-%21jQBut-need-help%3A-%22Object-doesn%27t-support-this-property-or-method%22-tf3413795.html;see here ). Same result though, can't get it to work in IE and I get the same error: Object doesn't support this

Re: [jQuery] NEW Plug-in: cfjs (ColdFusionJavaScript)

2007-03-19 Thread Priest, James \(NIH/NIEHS\) [C]
Christopher - thanks so much for the cfjs examples I'm still a jQuery newbie - but I'll keep this handy as a reference :) Jim -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Here are some examples of how to use the plug-in:

Re: [jQuery] Fancy Menu

2007-03-19 Thread Abel Tamayo
Beautiful On 3/19/07, Mikael Noone [EMAIL PROTECTED] wrote: Wow, mootools is starting to mature :-) I wonder how big this would be if it where Jquery??! On 3/19/07, Matthieu BARBE [EMAIL PROTECTED] wrote: Hi, Look this great menu :

Re: [jQuery] Fancy Menu

2007-03-19 Thread Allan Mullan
Hmmm I came across this one day and made a jQuery version. http://www.frequency-decoder.com/demo/animated-minitabs/ Might give this one a go... Looks awesome. Allan Mikael Noone wrote: Wow, mootools is starting to mature :-) I wonder how big this would be if it where Jquery??! On 3/19/07,

Re: [jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread Mike Alsup
No, sorry. I thought maybe resizing the parent after the iframe had loaded might work. I just tried, but maybe I'm doing it wrong? Do you mean in the iframe or the parent? Tried both, but I didn't get anywhere. Can you post an example? Did you try adding a call to window.resize() after

[jQuery] TransferTo giving an error

2007-03-19 Thread Jason Levine
I've been doing a redesign of my personal photo gallery website and I'm running into problems with the TransferTo function in the Interface Elements plugin. Here's the URL: http://www.levinephotos.com/Redesign/ When you click on the Welcome to the new LevinePhotos.com. Click here to find out

[jQuery] Improve jqRnD plugin

2007-03-19 Thread limodou
I'm using jqRnD plugin to implement a dialog application, and I found it lacks min/max width and height, and resize callback supports, so I hack the jqRnD.js, and here is my code, I only test it in Firefox, and hope it'll be some useful. /* * jqDnR - Minimalistic Drag'n'Resize for jQuery. * *

Re: [jQuery] Plugins mailing list

2007-03-19 Thread Brian Miller
Plugins should still be *announced* here, though, so the people who don't subscribe to the plugins mailing list know that they exist. :) - Brian Hi everyone, It seems the new place to post plugin-related stuff is in the plugins mailing list ([EMAIL PROTECTED]). I didn't even know about

[jQuery] Owner of One Wishlist Web Site Please Contact Me

2007-03-19 Thread Rey Bango
Hi, I need the owner of the website One Wishlist (http://onewishlist.net/) contact me to verify where jQuery is being used on the site. Its currently on the jQuery Site List but I see no indication of jQuery being used on the site. If I don't hear from you by EOD today, I'm going to have to

Re: [jQuery] jQuery Powered Sites - The List Continues to Grow

2007-03-19 Thread Kelvin Luck
I've just released a new jQuery powered site for my Flickr API wrapper: http://flashr.kelvinluck.com/ Uses lots of jquery goodness and plugins including dimensions (thanks Brandon), jqModal (thanks Brice) Flash (thanks Luke) and History/Remote (thanks Klaus). The main jquery power is in the

Re: [jQuery] Owner of One Wishlist Web Site Please Contact Me

2007-03-19 Thread John Resig
They use it. Create an account and when you add something to your wishlist they use different form hints and jQuery. --John On 3/19/07, Rey Bango [EMAIL PROTECTED] wrote: Hi, I need the owner of the website One Wishlist (http://onewishlist.net/) contact me to verify where jQuery is being

[jQuery] jQuery Powered Sites - New Sites Added

2007-03-19 Thread Rey Bango
New sites added: Curse Gaming ValidHTML Flashr Flickr Wrapper http://docs.jquery.com/Sites_Using_jQuery Keep the submissions coming but please, please provide a good short description of what the site does so I can put it into the listing. Also, please be sure to mention where the site uses

Re: [jQuery] TransferTo giving an error

2007-03-19 Thread Jason Levine
Nope. The upper case T isn't making any difference. (Besides having the error report on TransferTo instead of transferTo.) -- View this message in context: http://www.nabble.com/TransferTo-giving-an-error-tf3427084.html#a9553260 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] Owner of One Wishlist Web Site Please Contact Me

2007-03-19 Thread Rey Bango
Thanks for the info John. Rey... John Resig wrote: They use it. Create an account and when you add something to your wishlist they use different form hints and jQuery. --John On 3/19/07, Rey Bango [EMAIL PROTECTED] wrote: Hi, I need the owner of the website One Wishlist

Re: [jQuery] Fancy Menu

2007-03-19 Thread Jonathan Sharp
Reminds me of pong if you move your mouse real fast between the first and last item. -js On 3/19/07, Allan Mullan [EMAIL PROTECTED] wrote: Hmmm I came across this one day and made a jQuery version. http://www.frequency-decoder.com/demo/animated-minitabs/ Might give this one a go... Looks

Re: [jQuery] Fancy Menu

2007-03-19 Thread Kenneth
Both are very nice, and I'm really considering taking some ideas from yours Allan. I love how simple it is (as in not gaudy), and how effective it is as a visual navigation aid. Please let us know if you monkey around with this one :) On 3/19/07, Allan Mullan [EMAIL PROTECTED] wrote: Hmmm I

Re: [jQuery] bgiframe update, sneak peak

2007-03-19 Thread Brandon Aaron
I've gone ahead and updated the docs, added a change log, changed the name of the file to jquery.bgiframe.js and added a min version. I went ahead and tagged this as 2.0 (http://dev.jquery.com/browser/tags/plugins/bgiframe/2.0). Let me know if you find any bugs. :) -- Brandon Aaron On 3/18/07,

[jQuery] Plugin to move DIVs?

2007-03-19 Thread dalvarado
Hi, What is the most appropriate plug-in that will allow me to slide a DIV horizontally from off-screen to on-screen center? Thanks, - Dave ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] History/Remote plugin and back to the first page

2007-03-19 Thread Klaus Hartl
Kelvin Luck schrieb: Hi, As I just mentioned in another thread, I've just launched this jquery based site: http://flashr.kelvinluck.com/ On it I am using the history/ remote plugin to add back button support. As you can see, this works well with one exception... When you go back to

Re: [jQuery] Fancy Menu

2007-03-19 Thread Christopher Jordan
I looked at this and didn't see any examples of drop down menus or sub-menus. I don't have a lot of use for a menu system that doesn't have this sort of capability. Did I miss the sample that showed this or is it lacking it? Chris Kenneth wrote: Both are very nice, and I'm really considering

Re: [jQuery] document ready not firing when loaded via ajax in IE

2007-03-19 Thread Marshall Salinger
Chris Domigan wrote: Marshall, I'm pretty sure you don't need to call document.ready() when using ajax. This function is there for dealing with a standard page load rather than dynamic content. If you are using .load() for instance, scripts are automatically evaluated after the html has

[jQuery] im join to his question... need it too...

2007-03-19 Thread amircx
anyone knows the answer?:) talkz wrote: you may also look at : http://www.tal.tl/ajax talkz wrote: hey i have this code, how can i get the visible / hidden from the uls? when i change the sort, i know what id i have on the div, but i want to know what is the ul my moved

Re: [jQuery] Fancy Menu

2007-03-19 Thread Schnuck
it is lacking this. but maybe in the next version? :| On 19/03/07, Christopher Jordan [EMAIL PROTECTED] wrote: I looked at this and didn't see any examples of drop down menus or sub-menus. I don't have a lot of use for a menu system that doesn't have this sort of capability. Did I miss the

Re: [jQuery] Anyone ever heard of this Netscape bowser? ;)

2007-03-19 Thread Danny Wachsstock
Odd. Mine works in IE. Can you tell what object and property is throwing the error (try just putting 'alert's before each line--cheap debugger) ? agent2026 wrote: That's sort of along the lines of what I was doing before(

Re: [jQuery] History/Remote plugin and back to the first page

2007-03-19 Thread gvido trepsha
I had the same problem when adjusting history/remote plugin to www.antemeridiemdesign.com (there, in occident and orient moods, all pages are being loaded via the aconite plugin). Everything worked fine but the return to start page, so I ended up adding '#index' to the location upon entering

[jQuery] halt script running

2007-03-19 Thread amircx
i got this code and i want that if : result.status == 0 - show the error div (its works) if its 1 then redirect to another page if its 2 (critical / unknown error) - stop exectue of this script and return alert right now its keep runing if i got status 2 ideas how to solve it? script

Re: [jQuery] History/Remote plugin and back to the first page

2007-03-19 Thread Kelvin Luck
Has anyone got any ideas what is going on? Yes I have :-) I had a similiar problem with my Tabs. Just initialize ajaxHistory with a custom callback, that gets fired in the case there's no hash...: $.ajaxHistory.initialize(function() { // do something useful }); This is

Re: [jQuery] blockui crushes IE6

2007-03-19 Thread Seb Duggan
Wow - that's a lot of scripts! I had the same problem. Appears that IE6 crashes if it's in standards mode (removing the DOCTYPE solves the problem). Mike has just (today) released 1.0.1 which seems to fix the problem. Get it from the BlockUI site. Seb amircx wrote: hey. i got this

[jQuery] blockui crushes IE6

2007-03-19 Thread amircx
hey. i got this code: http://pastebin.ca/401900 when im submit the form in ie6 its about 85% times crushes... just let you know -- View this message in context: http://www.nabble.com/blockui-crushes-IE6-tf3428165.html#a9555454 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] How can I find out if a style class exists?

2007-03-19 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. if (ElementInQuestion.style.fontSize == 13px){whatever} That will only work if font-size has been declared in the style attribute of that element. My understanding is that if the element font-size is set to 13px, this will return true, no matter where the rule was declared (weather in

Re: [jQuery] how do i get LI's UL tag id?

2007-03-19 Thread Yansky
If you wanted to find the parent element's id of li class=weddy_menu id=5aga/li, you could try something like this: $('#5').parent('ul').attr(id); talkz wrote: hey i have this code, how can i get the visible / hidden from the uls? when i change the sort, i know what id i have on the div,

Re: [jQuery] Release: Validation plugin beta 2

2007-03-19 Thread Dan G. Switzer, II
Jorn, One thing I’d like to see is a way to reset a specific field’s error status. I wrote this as a hack: // for any input field in the signup form, add a onfocus event $(#frmSignUp input).focus(

[jQuery] How calculate two fields

2007-03-19 Thread MARIO MOURA
Hi I have my form with value1 and value2 using: '#attributes' = array( 'onchange' = 'value1(this.value);', ) I dont need validate this form. Just Show results. case value1=X: result = 1000 * value2 break; I am newbie in Jquery. So How should I pick

Re: [jQuery] How can I find out if a style class exists?

2007-03-19 Thread Daemach
Yeah, I gave up on dealing with stylesheets at all and added a method to pass a CSS string to override such as: {color:ff,etc} On 3/19/07, Nathan Young -X (natyoung - Artizen at Cisco) [EMAIL PROTECTED] wrote: Hi. if (ElementInQuestion.style.fontSize == 13px){whatever} That will

Re: [jQuery] How can I find out if a style class exists?

2007-03-19 Thread Klaus Hartl
Nathan Young -X (natyoung - Artizen at Cisco) schrieb: Hi. if (ElementInQuestion.style.fontSize == 13px){whatever} That will only work if font-size has been declared in the style attribute of that element. My understanding is that if the element font-size is set to 13px, this will

Re: [jQuery] Fancy Menu

2007-03-19 Thread Allan Mullan
I'll dig up my version and see about writing it so there can be sub-menus. Allan Schnuck wrote: it is lacking this. but maybe in the next version? :| On 19/03/07, Christopher Jordan [EMAIL PROTECTED] wrote: I looked at this and didn't see any examples of drop down menus or sub-menus.

[jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-19 Thread Abel Tamayo
Hi everyone. Finally I'm releasing the plugin I've been so busy developing in the last month. Textify (see homepage) http://scriptinverse.com/textify/ It's a function that transforms a regular iFrame element into a text editor and I hope it will serve everyone who needs it well. Think of all the

[jQuery] Find first parent element with certain style

2007-03-19 Thread Yansky
I'm having a bit of trouble figuring out how to do this. What I'd like to do is find the first parent element that has a background color that is not transparent. This is what I've tried so far, but with no success: $('.elemToFade:first').parents([EMAIL PROTECTED] != 'transparent']:first);

Re: [jQuery] Release: Validation plugin beta 2

2007-03-19 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jorn, One thing I’d like to see is a way to reset a specific field’s error status. I wrote this as a hack: resetField() makes sense as a companion to resetForm(). Would be less hackish then. Also, maybe this has changed in beta 2, but I’d think using the ID

Re: [jQuery] Find first parent element with certain style

2007-03-19 Thread Daemach2
Try doing console.log($(this).css(backgroundColor)) in the second function to see what those background colors are showing up as. Yansky wrote: I'm having a bit of trouble figuring out how to do this. What I'd like to do is find the first parent element that has a background color that is

Re: [jQuery] blockui crushes IE6

2007-03-19 Thread Christopher Jordan
By 'crushes' do you mean that you get a javascript error stating that some element can't do something because it is hidden or missing (... I know, my memory is great... sorry)... did you get something like that? Chris Seb Duggan wrote: Wow - that's a lot of scripts! I had the same problem.

Re: [jQuery] TransferTo giving an error

2007-03-19 Thread Scott Sauyet
Jason Levine wrote: I've been doing a redesign of my personal photo gallery website and I'm running into problems with the TransferTo function in the Interface Elements plugin. Here's the URL: http://www.levinephotos.com/Redesign/ Your script tag for ifxtransfer.js has misplaced quotation

Re: [jQuery] blockui crushes IE6

2007-03-19 Thread Mike Alsup
I think he means crashes. The latest code in SVN *should* fix the problem. Please let me know if it doesn't. http://dev.jquery.com/browser/trunk/plugins/blockUI/jquery.block.js?format=txt On 3/19/07, Christopher Jordan [EMAIL PROTECTED] wrote: By 'crushes' do you mean that you get a

[jQuery] jQuery breaks iframes and back button?

2007-03-19 Thread clifforama
jQuery seems to cause unexpected behaviour in IE6 and IE7 when used in combination with iframes. In fact, it occurs without actually making use of jQuery, but just including it is enough. Here's the problem: I have two pages that each contain 2 iframes. For illustrative purposes, they will have

Re: [jQuery] Find first parent element with certain style

2007-03-19 Thread Luke Lutman
Daemach2 wrote: Try doing console.log($(this).css(backgroundColor)) in the second function to see what those background colors are showing up as. Watch out for Safari, it sometimes returns 'rgba(0,0,0,0)' instead of 'transparent' ... Luke -- zinc Roe Design www.zincroe.com (647) 477-6016

Re: [jQuery] blockui crushes IE6

2007-03-19 Thread Christopher Jordan
Well, I knew he meant crashes. :oP I just wanted the crash specifics. I posted a problem a few times a while back and got no response -- I know, folks are busy :o) So I wanted to confirm that it was the same problem I was having. Here was my exact error message (had to look it up): Can't

[jQuery] Hierarchical Dropdown menu?

2007-03-19 Thread Brad Perkins
I've searched the Nabble archive and looked at some of the plugin listings but haven't found what I'm looking for. Is there a JQuery implementation of a hierchical dropdown menu? I'm looking for something that could replace an existing user interface that has multiple select menus that provide a

Re: [jQuery] Plugin released: textify. PROBLEMS UNSOLVED

2007-03-19 Thread Jörn Zaefferer
Abel Tamayo schrieb: Hi everyone. Finally I'm releasing the plugin I've been so busy developing in the last month. Textify (see homepage) http://scriptinverse.com/textify/ It's a function that transforms a regular iFrame element into a text editor and I hope it will serve everyone who needs

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Glen Lipka
How many does it find if you have *check=* on #2. Maybe it needs that to find it. Glen On 3/19/07, Magnús Örn Gylfason [EMAIL PROTECTED] wrote: Hi, I'm having a bit of a problem with the attribute selector in jquery. Given html like: form input name=one type=text/ input name=two

Re: [jQuery] Find first parent element with certain style

2007-03-19 Thread Yansky
Ah excellent - using console.log($(this).css(backgroundColor)) in the second function shows the parent elements background colours as an array: transparent transparent rgb(51, 51, 51) transparent transparent so that means I'm on the right track, I've just stuffed up the if statement. I'll keep

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Magnús Örn Gylfason
Putting an empty string there has no effect, still only finds input three Glen Lipka wrote: How many does it find if you have check="" on #2. Maybe it needs that to find it. Glen On 3/19/07, Magns rn Gylfason [EMAIL PROTECTED] wrote: Hi, I'm having a bit of a problem

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Jörn Zaefferer
Magnús Örn Gylfason schrieb: Putting an empty string there has no effect, still only finds input three I guess it doesn't find that because there is no value specified for the attribute (an empty string is the same as none at all in that case), so it assumes the element doesn't have that

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Erik Beeson
I recommend avoiding invalid HTML. --Erik On 3/19/07, Magnús Örn Gylfason [EMAIL PROTECTED] wrote: Hi, I'm having a bit of a problem with the attribute selector in jquery. Given html like: form input name=one type=text/ input name=two type=text check/ input name=three type=text

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Glen Lipka
Isn't it invalid Xhtml, not invalid html? There has been a whole slew of expandos posts that say its basically fine for most primitive uses. However, check is a particularly wierd one because checked *is* a valid one and this makes it confusing. So you might need to put a value in your check

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Yansky
Maybe try $([EMAIL PROTECTED]''],[EMAIL PROTECTED]).each(function(){}); Jörn Zaefferer wrote: Magnús Örn Gylfason schrieb: Putting an empty string there has no effect, still only finds input three I guess it doesn't find that because there is no value specified for the attribute (an

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Magnús Örn Gylfason
Jrn Zaefferer wrote: Magns rn Gylfason schrieb: Putting an empty string there has no effect, still only finds input three I guess it doesn't find that because there is no value specified for the attribute (an empty string is the same as none at all in that case), so it

Re: [jQuery] Hierarchical Dropdown menu?

2007-03-19 Thread Christopher Jordan
Take a look at jdMenu. It may work for you. Chris Brad Perkins wrote: I've searched the Nabble archive and looked at some of the plugin listings but haven't found what I'm looking for. Is there a JQuery implementation of a hierchical dropdown menu? I'm looking for something that could

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Magnús Örn Gylfason
Aya, I am using check="noop" right now just so that I can continue coding other stuff, but it bugs me to no end cause it's so unclean...:) Tried your rel="" trick but had no success, still only finding input "three" Glen Lipka wrote: Isn't it invalid Xhtml, not invalid html? There has

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Erik Beeson
I think checked is a special case... --Erik On 3/19/07, Magnús Örn Gylfason [EMAIL PROTECTED] wrote: Jörn Zaefferer wrote: Magnús Örn Gylfason schrieb: Putting an empty string there has no effect, still only finds input three I guess it doesn't find that because there is no value

Re: [jQuery] Find first parent element with certain style

2007-03-19 Thread Luke Lutman
Yansky wrote: I'm having a bit of trouble figuring out how to do this. What I'd like to do is find the first parent element that has a background color that is not transparent. This is what I've tried so far, but with no success: $('.elemToFade:first').parents([EMAIL PROTECTED] !=

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Jörn Zaefferer
Magnús Örn Gylfason schrieb: Ok, but according to the jquery documentation [EMAIL PROTECTED] is a valid selector, as in: $(//[EMAIL PROTECTED]) to find all input elements that are checked. I tried that specific approach $(//[EMAIL PROTECTED]) and it still only finds three. The problem

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Magnús Örn Gylfason
Woo :) your method works, it catches check="somevalue", check="", and check. thank you! :) Yansky wrote: Maybe try $("[EMAIL PROTECTED]''],[EMAIL PROTECTED]").each(function(){}); Jörn Zaefferer wrote: Magnús Örn Gylfason schrieb: Putting an empty string there

Re: [jQuery] blockui crushes IE6

2007-03-19 Thread Mike Alsup
I think we're dealing with two very different errors. Do you have a url that exhibits the focus problem, that would be a big help. Mike On 3/19/07, Christopher Jordan [EMAIL PROTECTED] wrote: Well, I knew he meant crashes. :oP I just wanted the crash specifics. I posted a problem a few

Re: [jQuery] [JQuery] Attribute selector

2007-03-19 Thread Magnús Örn Gylfason
I get the same result here, but Yanksy solved my problem for me. But thank you all for your response and time :) Jrn Zaefferer wrote: Magns rn Gylfason schrieb: Ok, but according to the jquery documentation "[EMAIL PROTECTED]" is a valid selector, as in: $("//[EMAIL

Re: [jQuery] Plugin to move DIVs?

2007-03-19 Thread dalvarado
Thanks for this info. From reading the page, there is still one thing I'm unsure of. If you want your DIV to come in from left to right, (from off-screen to center on screen), what are the parameters that should be passed? Thanks, - Dave ---Original Message--- From: John Beppu

Re: [jQuery] blockui crushes IE6

2007-03-19 Thread Christopher Jordan
I'll try and put something together that can be publicly accessible. Thanks, Chris Mike Alsup wrote: I think we're dealing with two very different errors. Do you have a url that exhibits the focus problem, that would be a big help. Mike On 3/19/07, Christopher Jordan [EMAIL PROTECTED]

[jQuery] TableSorter sorting date column

2007-03-19 Thread Chris W. Parker
Hello, I see that by default the tableSorter plugin can easily sort date+times formatted as: Jan 01, 2000 00:00 AM. But once you take off the time portion it sorts alphaneumerically. How can I get it to still sort properly while just using the date portion (e.g. Jan 01, 2000)? Thanks,

Re: [jQuery] Find first parent element with certain style

2007-03-19 Thread Yansky
Thanks a bunch, that's very handy code. :) Luke Lutman wrote: Yansky wrote: I'm having a bit of trouble figuring out how to do this. What I'd like to do is find the first parent element that has a background color that is not transparent. This is what I've tried so far, but with no

Re: [jQuery] Release: Validation plugin beta 2

2007-03-19 Thread Dan G. Switzer, II
Jorn, Also, maybe this has changed in beta 2, but I'd think using the ID attribute for some fields and the NAME attribute for others is confusing for the error labels. I'd rather see the use of just the NAME attribute-so it's consistent across the board. The idea is to always use IDs, but

Re: [jQuery] how do i get LI's UL tag id?

2007-03-19 Thread Brian Cherne
Also, be careful, according to the spec: *ID* and *NAME* tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (-), underscores (_), colons (:), and periods (.). You can probably get away with using just a number for an ID, but if you

[jQuery] A few more plugins: crop, labelOver and pluck

2007-03-19 Thread Remy Sharp
http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#crop crop - crops an image on the fly http://remysharp.com/2007/03/19/a-few-more-jquery-plugins-crop-labelover-and-pluck/#labelOver labelOver - the accessible way of compacting forms (ala

Re: [jQuery] TableSorter sorting date column

2007-03-19 Thread Remy Sharp
Chris W. Parker wrote: How can I get it to still sort properly while just using the date portion (e.g. Jan 01, 2000)? If I were you I would write another analyser - to match your date format, then manually add 00:00:00 before converting the time to a numerical. Use the existing date

Re: [jQuery] Release: Validation plugin beta 2

2007-03-19 Thread Dan G. Switzer, II
Jorn, Also, while preparing my demo I found I needed to explicitly declare in the HTML where a validation error might appear for a given form field. I had to actually go into the code to determine the correct way to format the label / tag. What happens if you want a static message, you

Re: [jQuery] TableSorter sorting date column

2007-03-19 Thread Chris W. Parker
On Monday, March 19, 2007 4:03 PM Remy Sharp said: If I were you I would write another analyser - to match your date format, then manually add 00:00:00 before converting the time to a numerical. Use the existing date analyser as the template. Hope that points you in the right direction!

Re: [jQuery] TransferTo giving an error

2007-03-19 Thread Jason Levine
Ok, it's fixed now. The misplaced quote mark was part of the problem. (The second quotation mark was supposed to go after the javascript file name.) The other problem was that I misspelled #WelcomeMessage as #WelcomeMesssage (note the extra s). Don't you hate those tiny problems that cause

[jQuery] Validation and hidden fields problem

2007-03-19 Thread Jonathan Bloomer
I have a load of elements in a form hidden until the user activates it. I am using something like this: div class=hiddeninput type=text class=required //div divinput type=text class=required //div where the first div is hidden. I also have a required class on each element for validation

Re: [jQuery] A few more plugins: crop, labelOver and pluck

2007-03-19 Thread Yansky
The crop image one is really neat. Regarding the IE glitch and the need to include a transparent gif rather than creating it on the fly; could you maybe use VML to render a transparent vector image? Remy Sharp wrote: ul li