[jQuery] Re: AJAX download progress

2007-07-19 Thread Gordon
Okay, your reply finally showed up a day after the group said you made it. :) I'm glad you like it, I just wish I knew how to make it work in IE On Jul 18, 5:17 pm, Jonathan Sharp [EMAIL PROTECTED] wrote: Gordon, That's really slick! -js On 7/18/07, Gordon [EMAIL PROTECTED] wrote:

[jQuery] Re: Resizable textarea

2007-07-19 Thread Fil
Take a look to this article : http://www.jquery.info/spip.php?article44 and http://www.jquery.info/IMG/html/44_resizehandler.html Sorry it's in French but i think the code lines are talking by themselves. :) You are welcome to translate it ;-) -- Fil

[jQuery] Highlighting contents of an Input field on click()

2007-07-19 Thread Michael E. Carluen
Hello jQ folks, (pardon me, but I just got braindead right when I'm trying to wrap-up the final leg of a very long day.) I just wanted to highlight the contents of an input field (read-only) on a .click() event. Similar to when your click the url or embed fields in YouTube to highlight

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Rob Desbois
Robert, Try this: for (var x in j) { if (typeof j[x] == function) alert(x); } --rob On 7/19/07, S. Robert James [EMAIL PROTECTED] wrote: Yes - what JS code allows it to see the list of all methods (and their source code!)? Jack Killpatrick wrote: Something like this?

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Rob Desbois
Sorry, and the source code for the function can be obtained with alert(j[x]). In this code (and that below) 'j' is the javascript object. --rob On 7/19/07, Rob Desbois [EMAIL PROTECTED] wrote: Robert, Try this: for (var x in j) { if (typeof j[x] == function) alert(x); }

[jQuery] Re: Highlighting contents of an Input field on click()

2007-07-19 Thread Michael E. Carluen
I just got it. I had .focus() instead of .select(). OK gotta end the long day now. So carry on folks. nothing to see here.. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Carluen Sent: Thursday, July 19, 2007 1:05 AM To:

[jQuery] Re: AJAX download progress

2007-07-19 Thread Gordon
It would seem that what I want to do is simply not possible in IE, because readyState 3 (interactive mode) is not fully interactive in Explorer's implementation of XHR. The other browsers will expose partial data but IE won't. In fact it throws an exception if you do attempt to access

[jQuery] Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Rob Desbois
Hi, I have a table where some of the rows have a single cell spanning the whole table, containing a sub-table with different data. These rows need to be hidden on page load which is easy enough with display:none, but doing a .show() on them after that breaks the layout in Firefox 2.0: it seems

[jQuery] Re: using tabIndex

2007-07-19 Thread Klaus Hartl
Brian Cherne wrote: Hi Phil, #elem1 must already have tabindex set input id=elem1 tabindex=1 / $(e).attr('tabindex') returns a string, so you should multiply it by 1 to convert it to a number, otherwise #elem2 will end up with a tabindex of 11 $(#elem2).attr(tabindex,

[jQuery] Re: Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Marc Jansen
Rob Desbois schrieb: Hi, I have a table where some of the rows have a single cell spanning the whole table, containing a sub-table with different data. These rows need to be hidden on page load which is easy enough with display:none, but doing a .show() on them after that breaks the layout

[jQuery] Re: Solving the Back button problem

2007-07-19 Thread S. Robert James
I just want a simple function to answer 'first time' or 'back button reload'. I don't want to replace the entire nav of the app. On Jul 18, 11:01 pm, Kenneth [EMAIL PROTECTED] wrote: On 7/18/07, S. Robert James [EMAIL PROTECTED] wrote: Solving the Back button problem Is there a way to

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Marc Jansen
Robert James schrieb: On 7/19/07, *Klaus Hartl* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Robert James wrote: Is there a way to list all the methods that a particular JavaScript object has? Or is there a tool that can do this? Speaking of tools, I

[jQuery] jQuery Tabs in IE and Firefox Issues

2007-07-19 Thread [EMAIL PROTECTED]
I'm having an issue with my site: http://www.rose-hulman.edu/~bryantms/prizes.html (temporary host) As you can see, the Tabs aren't aligning properly in IE and there is a gap in Firefox. In IE, the content appears to the right of the Tabs. In Firefox, there is a large gap underneath that I

[jQuery] TableEditor

2007-07-19 Thread David
How new version for tableeditor? Super plug-in. David O.

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-19 Thread Kia Niskavaara
It's a lowercase string of the td value. Personally I would prefer if the string wasn't lowercased. I think the parser should lowercase it (or use the regexp modifier 'i'), if needed. Rick Pasotto wrote: On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian Bach wrote: Could you please post

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-19 Thread Kia
It's a lowercase string of the td value. Personally I would prefer if the string wasn't lowercased. I think the parser should lowercase it (or use the regexp modifier 'i'), if needed. On Jul 18, 6:12 pm, Rick Pasotto [EMAIL PROTECTED] wrote: On Wed, Jul 18, 2007 at 03:46:58PM +0200, Christian

[jQuery] jQuery Tabs Issue in Internet Explorer

2007-07-19 Thread [EMAIL PROTECTED]
If this is a duplicate post, I apologize. The website I'm working on is here: http://www.rose-hulman.edu/~bryantms/prizes.html (temporary host) I'm working with jQuery tabs found here: http://www.stilbuero.de/ As you can see in IE, it is not displaying properly. I believe this is CSS

[jQuery] Re: IE6 png hack bug

2007-07-19 Thread Jay Salvat
Hi Kush this bug is due to the IE filters. Try to add position:relative to the css of your links Cheers Jay On 19 juil, 04:34, Kush Murod [EMAIL PROTECTED] wrote: Hi guys, Some of us having difficulty figuring out as to why when applying ie6png hack onto a link, it doesn't appear as

[jQuery] Re: jQuery Validation Multiple Forms...

2007-07-19 Thread Aaron Porter
I'm working on my own form validator that is more in line with the standard jQuery style. It's extremely flexible and includes input masking. You can get a preview here (haven't tested with Safari or Opera yet): http://www.scriptingmagic.com/test/jquery/validation/ Aaron Stosh wrote: One

[jQuery] Slide down menu shaking unexpectedly. ha wow. wtf is it doing

2007-07-19 Thread Chris J. Lee
I'm having problems with the slide down. It's severly delayed. i'm not an expert at jquery at all. If it isn't already obvious. I'm trying to program a text link to slide down a menu from above. here is the code: $(#activate).bind(click, function() {

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-19 Thread Jiming
Hi Mike, I used the old machine visit your site, and it still consume CPU 100% in 1-2 seconds. Anyway, I want to let it go, as there do not have lots of people use this kind of old machine nowadays. When using a new machine, blockUI is fast enough. Thanks, Jiming On Jul 18, 7:50 pm, Mike

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-19 Thread Jiming
Hi Alexandre, Sorry, i did not try your suggestion since i cannot find the images you said. It looks as if that blockUI does not use this images as you said. Thanks, Jiming On Jul 18, 8:46 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Jiming, Did you try increasing the size of all

[jQuery] easing - only use one function

2007-07-19 Thread Kia Niskavaara
I've removed all functions that I dont't need from the easin-plugin. But when I use it I get an error. When using all functions, it works as expected. This is the code I'm using (from the easin plugin): jQuery.extend({ easing: { bounceout: function(x, t, b, c, d) {

[jQuery] Re: Disabling jquery.autocomplete.js

2007-07-19 Thread Dan G. Switzer, II
Hi, I'm using the autocomplete plugin, the one that is modification of Dylan Verheul's jQuery Autcomplete plug-in. It's working great but I need to disable it using any function, and I don't know how to do it. I've tried with unbind() ?¿ on the field but it's not working :( Any help? Not sure

[jQuery] jquery Media plugin

2007-07-19 Thread Alexandre Plennevaux
hi Mike, i can't seem to find the solution, i suspect this may be a bug in the media plugin or in the metadata plugin. Setting the bgcolor to #00 does not work in Internet Explorer 7 (although it works on firefox 2) here is my html code: p

[jQuery] Re: Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Rob Desbois
Marc, Thanks, but I get the same result... Any other ideas? Rob On 7/19/07, Marc Jansen [EMAIL PROTECTED] wrote: Rob Desbois schrieb: Hi, I have a table where some of the rows have a single cell spanning the whole table, containing a sub-table with different data. These rows need to be

[jQuery] Re: Slide down menu shaking unexpectedly. ha wow. wtf is it doing

2007-07-19 Thread Karl Swedberg
Hi Chris, Using .show() and .hide() with a speed will animate the height, width, and opacity of the element. You'll probably have better/smoother results if you use .slideDown() and .slideUp() . Let us know how that works for you. --Karl _ Karl Swedberg

[jQuery] Re: Image change on link hover.

2007-07-19 Thread Andy Matthews
Put the alternate image in a rel attribute on the actual images: img src=theOFFimage.jpg rel=theONimage.jpg -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danjojo Sent: Wednesday, July 18, 2007 2:23 PM To: jQuery (English) Subject: [jQuery]

[jQuery] uncheck checkbox at pageload

2007-07-19 Thread stef
sometimes when i hit back on my browser, a checkbox that was checked is still checked. so id like to write a small script that unchecks them all on pageload. not sure if there is a function in jquery that can do this? so far i have the following non-jquery code but it doesnt work. can some one

[jQuery] Re: repeated click when using .show(slow)

2007-07-19 Thread mmjaeger
bump

[jQuery] Re: repeated click when using .show(slow)

2007-07-19 Thread Dan G. Switzer, II
bump Sending a bump message with nothing in the message but the word bump isn't going to get you much help from people who only read this group via e-mail. -Dan

[jQuery] Re: uncheck checkbox at pageload

2007-07-19 Thread Dan G. Switzer, II
sometimes when i hit back on my browser, a checkbox that was checked is still checked. so id like to write a small script that unchecks them all on pageload. not sure if there is a function in jquery that can do this? so far i have the following non-jquery code but it doesnt work. can some one

[jQuery] Re: easing - only use one function

2007-07-19 Thread Brandon Aaron
What is the error message? -- Brandon Aaron On 7/19/07, Kia Niskavaara [EMAIL PROTECTED] wrote: I've removed all functions that I dont't need from the easin-plugin. But when I use it I get an error. When using all functions, it works as expected. This is the code I'm using (from the easin

[jQuery] Re: jquery Media plugin

2007-07-19 Thread Mike Alsup
Hi Alexandre, I think this is a bug in the media plugin. I'll dig into it. Mike On 7/19/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi Mike, i can't seem to find the solution, i suspect this may be a bug in the media plugin or in the metadata plugin. Setting the bgcolor to #00

[jQuery] Re: changing the value of a global variable inside an post callback function?

2007-07-19 Thread bdee1
ok so i have posted my code below. it is a basic function that takes the form as an argument. then it does a post to check if the email already exists in the database. then hits a callback function that sets the value of the global var dupsfound to either true or false. then after the post

[jQuery] Re: changing the value of a global variable inside an post callback function?

2007-07-19 Thread bdee1
ok i may have figured out why this is happening. i put replaces alert(dupsfound) with setTimeout('alert(dupsfound)',3000) so that the script waited 3 seconds before displaying the alert and then it displayed the correct value so the key is that it IS settign the value properly but it just takes

[jQuery] Re: ANNOUNCE: tablesorter 2.0 beta released!

2007-07-19 Thread Mitchell Waite
Test Sent from my iPhone On Jul 18, 2007, at 11:28 PM, Kia Niskavaara [EMAIL PROTECTED] wrote: It's a lowercase string of the td value. Personally I would prefer if the string wasn't lowercased. I think the parser should lowercase it (or use the regexp modifier 'i'), if needed.

[jQuery] Find missing HTML tags

2007-07-19 Thread sozzi
I have a rather odd problem where I am looking for potentially missing html tags due to truncation and need to close them. I am displaying a short summaries for an overview of published articles by showing a title and the first 30 words. Unfortunately sometimes the article starts with an OL or

[jQuery] Re: Resizable Div with Shadow Effect?

2007-07-19 Thread cfdvlpr
That's awesome, thanks! Do you mind if I use/take/steal your box.png image?

[jQuery] Re: Safari not resizing this object...

2007-07-19 Thread Dan G. Switzer, II
Andy, Try changing your code from: inventoryObj.css('height',args); To: inventoryObj.attr('height',args); The flash code sets the attributes of the object/embed tag for the width/height, so I'd try editing the attributes directly instead of using style attributes. -Dan PS - I was actually

[jQuery] plugin: jquery.xslTransform working in Safari 3.0???

2007-07-19 Thread traunic
Just curious if anyone id using the jquery.xslTransform plugin with Safari 3.0. I would love to be able to do client side XSLT again (had to stop, and trash a few apps, because a new VP is a Mac user/Apple fanatic {Safari only}).

[jQuery] RjQuery Accordion menu

2007-07-19 Thread Mitchell Waite
Does anyone know of a good jQuery Accordion menu, like the one that comes with the new Adobe SPRY in Dreamweaver CS3? Thanks for any assistance, I am new to jQuery.

[jQuery] jQuery for Dummies

2007-07-19 Thread Mitchell Waite
I'm trying to learn jQuery from the tutorials at the web site. They are very good but assume a pretty good knowledge of javascript and calling and using functions in ways that bewilder me. Is there any kind of Idiot's Guide to using jQuery? If not does anyone want to co-author one with me?

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread John Resig
There's a brand new book, Learning jQuery, which sounds like it might be right up your alley. More info here: http://www.packtpub.com/jQuery/book/mid/1004077zztq0 --John On 7/19/07, Mitchell Waite [EMAIL PROTECTED] wrote: I'm trying to learn jQuery from the tutorials at the web site. They

[jQuery] POW the Web Server in Firefox

2007-07-19 Thread Scottus
As a what feels like a long time Jquery user. I would like to introduce to you a very useful from my tool box. The tools is call Pow (Plain old Webserver). Its a cross platform web server that is a 63k Firefox plug in. Since its a full featured web server you can work locally on all of your

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Rey Bango
Hi Mitchell, Welcome to jQuery my man. Here's a great option for you. jQuery team member Karl Swedberg and Jonathan Chaffer have authored a book called Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques You can find it here:

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Priest, James (NIH/NIEHS) [C]
While I haven't gotten much futher along in the book (darn Ant presentation!) I'd suggest checking it out: http://www.packtpub.com/jQuery/book/mid/1004077zztq0 My 'review' http://www.thecrumb.com/2007/07/13/5-minute-jquery-book-review/ I can attest as a jQuery 'dummy' I'm getting a lot out of

[jQuery] Re: Find missing HTML tags

2007-07-19 Thread Jonathan Sharp
I think you're going to have to attack that server side as the html is interperted browserside into the dom tree which automatically closes tags as necessairy. -js On 7/19/07, sozzi [EMAIL PROTECTED] wrote: I have a rather odd problem where I am looking for potentially missing html tags due

[jQuery] Re: RjQuery Accordion menu

2007-07-19 Thread Rey Bango
Hi Mitchell, Check this out: http://jquery.com/plugins/project/Plugins/name Thats the list of jQuery plugins that are available for use in your apps. I'm assuming that because of your mention of Spry, you're a CF developer, correct? Rey Mitchell Waite wrote: Does anyone know of a good

[jQuery] Re: Resizable Div with Shadow Effect?

2007-07-19 Thread Glen Lipka
Go for it. On 7/19/07, cfdvlpr [EMAIL PROTECTED] wrote: That's awesome, thanks! Do you mind if I use/take/steal your box.png image?

[jQuery] Re: Resizable Div with Shadow Effect?

2007-07-19 Thread cfdvlpr
I'm having trouble trying to resize the image based on the height of another div that is set to auto. Is there a way to get the number of height pixels of a div that has the CSS property: height:auto? Or, do I need to not use height:auto and set the pixels of that div? I'd rather not have to do

[jQuery] Re: Resizable Div with Shadow Effect?

2007-07-19 Thread Glen Lipka
How about the dimensions plugin to get the height of one and set the other? Glen On 7/19/07, cfdvlpr [EMAIL PROTECTED] wrote: I'm having trouble trying to resize the image based on the height of another div that is set to auto. Is there a way to get the number of height pixels of a div that

[jQuery] Blockui problem

2007-07-19 Thread Anthony Leboeuf(Worcester Wide Web)
Hello everyone, Im having a bit of trouble using blockui. I've added the plugin here http://pioneer.dlg360.com/order/index.php?act=viewProdproductId=2678 http://pioneer.dlg360.com/order/index.php?act=viewProdproductId=2678 when you click add to basket it should ask you a question(instead it

[jQuery] Does not seem to work if the form was called in from ajax

2007-07-19 Thread juliandormon
The plug-in does not work if the form with the file field was created after the dom is ready ie, the form was called in from an ajax call after the page has loaded. We bind our forms using the jquery forms plug-in. Can we hook in the multi plug-in once the form as been wired up from the form

[jQuery] Accordion Bump Bug

2007-07-19 Thread [EMAIL PROTECTED]
In the example below and pretty much every accordion example I've seen based on jQuery there is a slight issue with the bottom tab of the accordion. This usually occurs, or is just more visible, when you have more than 3 tabs in the accordion menu. Although you can see it in everyone's

[jQuery] DatePicker | adding multiple selectedDates into input field

2007-07-19 Thread newbie
Hello all, Current Issue I currently have a form that offers users a date picker to select multiple dates. Currently the text field will only update it's self to show the last date selected. Does anyon know how I can take the array of

[jQuery] passing arguments to javascript function with php

2007-07-19 Thread bytte
I'm starting out with jQuery, and as I was trying to implement jQuery in a simple CMS I made to make the CMS more fancy, I ran into this problem. Say I'm having a news page on my website. The CMS displays all news items that are in the database. The CMS is built using PHP and MySql. So on that

[jQuery] Re: jQuery Tabs Alignment

2007-07-19 Thread [EMAIL PROTECTED]
That's it! Thanks so much for your help Klaus - this application is just perfect for what I needed! Thanks again! On Jul 19, 4:35 pm, Klaus Hartl [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: On my website: http://www.rose-hulman.edu/~bryantms/prizes.html (temporary host) As you

[jQuery] Re: Solving the Back button problem

2007-07-19 Thread Karl Rudd
Perhaps try setting a cookie the first time the page is loaded. Then check each time the page is loaded for the cookie. Karl Rudd On 7/19/07, S. Robert James [EMAIL PROTECTED] wrote: I just want a simple function to answer 'first time' or 'back button reload'. I don't want to replace the

[jQuery] Re: Does not seem to work if the form was called in from ajax

2007-07-19 Thread Benjamin Sterling
Assuming you are bring the form in via the $.load function, just do something like: $.load(url, function(){ $('#formID').ajaxForm();// I think this is the form plugin call. }) On 7/19/07, juliandormon [EMAIL PROTECTED] wrote: The plug-in does not work if the form with the file field was

[jQuery] Re: Announce: Confirmer plugin

2007-07-19 Thread Stephan Beal
On Jul 18, 7:34 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Hmmm, just thinking out loud here, did u try attaching a no-op function to window.ondbclick... That's an EXCELLENT idea! Thanks a lot! Doh - i can't believe i didn't think of that before. Perhaps jQ should install a no-op

[jQuery] [OT] Massive List of User Agents

2007-07-19 Thread Rey Bango
I know that, on occasion, I've needed to filter my code for specific user agents on both the client and server-side. One thing that I never realized was the shear breadth of user-agents out in the wild. In looking through Dzone.com, I came across a link to a site which has a massive list of

[jQuery] Re: Massive List of User Agents

2007-07-19 Thread Stephan Beal
On Jul 20, 5:31 am, Rey Bango [EMAIL PROTECTED] wrote: http://www.user-agents.org/ I'm not associated with the site in anyway. I just thought that it would be a good resource for your guys. Somewhat related, but even more off-topic: i got a Sony PSP yesterday. The built-in web browser is

[jQuery] Re: passing arguments to javascript function with php

2007-07-19 Thread Karl Rudd
Instead of building a new system entirely use what you have already use progressive enhancement. You have delete buttons, with specific names that correspond with the news items. When they're clicked they submit to a specific URL. What you can do is catch the click and do the submit via AJAX.

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Michael Geary
Mitch?!? Holy cow, it's good to see your name here. Listen up, kids. The Waite Group published some of the most important books of the microcomputer / personal computer revolution. Check the book list at www.mitchwaite.com to see what I'm talking about. If you haven't heard of some of these

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Rey Bango
Listen up, kids. The Waite Group published some of the most important books of the microcomputer / personal computer revolution. Check the book list at www.mitchwaite.com to see what I'm talking about. If you haven't heard of some of these books, rest assured that your elders have. :-) Well,

[jQuery] Re: Does not seem to work if the form was called in from ajax

2007-07-19 Thread juliandormon
Yes Thanks. I just needed to call the multiFile again once the form was created in the dom after my ajax call. bmsterling wrote: Assuming you are bring the form in via the $.load function, just do something like: $.load(url, function(){ $('#formID').ajaxForm();// I think this is the

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Matt Stith
Wow, quite an impressive rep! Glad to have you on the jQuery side, Mitch! On 7/20/07, Michael Geary [EMAIL PROTECTED] wrote: Mitch?!? Holy cow, it's good to see your name here. Listen up, kids. The Waite Group published some of the most important books of the microcomputer / personal

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Michael Geary
Listen up, kids. The Waite Group published some of the most important books of the microcomputer / personal computer revolution. Check the book list at www.mitchwaite.com to see what I'm talking about. If you haven't heard of some of these books, rest assured that your elders have. :-)

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Karl Swedberg
Hi Mitch, While we don't get into the history of JavaScript/ECMAScript or explain what a CSS class is, for example, I can assure you that the book doesn't assume a whole lot of knowledge. The first chapter deals with some really, really basic stuff, like: - what jQuery does - why jQuery

[jQuery] Re: jQuery for Dummies

2007-07-19 Thread Rey Bango
Ha! 1968. GE Mark II timesharing. ASR-33. Paper tape. Wow, you def got me beat!! I never had to use anything like that. Rey...