[jQuery] Re: Storing extra information about objects

2007-05-11 Thread Erik Beeson
I'd say one of: metadata plugin metaobjects plugin expandos a variable --Erik On 5/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All, I'm looking for a way to store information about a class, like the current page it's on (for ajax paging) and such. Essentially I would like to do

[jQuery] jQuery main library (may be fixed?)

2007-05-11 Thread Denis V. Ignatenko
1) I'm just starting to use jQuery in projects but also I'm already using Jack Slockum's JSBuilder (http://code.google.com/p/js-builder). This tool makes compression of .js files and have feature of gettin all files together. So the problem is that when I made project with jQuery (unpacked) it

[jQuery] Re: [bug]removeClass('') removes all classes

2007-05-11 Thread John Resig
The bug tracker is back up again - feel free to add this as a bug! --John On 5/9/07, John Resig [EMAIL PROTECTED] wrote: I agree then, it is inconsistent. Once I get the bug tracker up, this should go in. --John On 5/9/07, Arrix [EMAIL PROTECTED] wrote: The .removeClass() behavior is good.

[jQuery] Re: Refreshing Thickbox

2007-05-11 Thread Olaf Bosch
Trav Johnston schrieb: The Issue How do I keep the Thickbox open and refresh the ajax table when a new record has been submitted? Any help would be greatly appreciated. You must make the ajax/submit call in the ThickboxJS I have a Ajax-in-Thickbox-Demo here:

[jQuery] Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal
I got this weird bug happening, it only happens when i add jquery on to my website and only in IE. The page seems to crash then when you try to reload and view the source all you see is this: script id=__ie_init defer=true src=//:/script I tracked that bit down to a section in jquery and tried

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal
Yep just tried that, now i get the error: script id=__ie_init src=//:/script On May 11, 8:28 am, Mike Alsup [EMAIL PROTECTED] wrote: Have you tried removing defer from the jQuery script element? script defer type=text/javascript src=/lib/jquery.js/script On 5/11/07, sublimenal [EMAIL

[jQuery] Re: New / Updated Plugin - Focus Fields

2007-05-11 Thread Sam Collett
On May 11, 12:15 pm, Erik Beeson [EMAIL PROTECTED] wrote: The outline part doesn't show up in Safari, but that's because Safari already highlights the focused field. The background color part works though. Really, Safari's border is nicer than just a plain border. Your plugin is adding a

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread Anthony Leboeuf(Worcester Wide Web)
Oh ok i got it, thanks for the help. sublimenal wrote: Yep just tried that, now i get the error: script id=__ie_init src=//:/script On May 11, 8:28 am, Mike Alsup [EMAIL PROTECTED] wrote: Have you tried removing defer from the jQuery script element? script defer type=text/javascript

[jQuery] Re: Weird bug when using ie7 jquery and smarty templates

2007-05-11 Thread sublimenal
got it thanks for the help! On May 11, 8:39 am, sublimenal [EMAIL PROTECTED] wrote: Yep just tried that, now i get the error: script id=__ie_init src=//:/script On May 11, 8:28 am, Mike Alsup [EMAIL PROTECTED] wrote: Have you tried removing defer from the jQuery script element?

[jQuery] jCarousel

2007-05-11 Thread stevechamp
Hi folks 2 things (both related) regarding jCarousel Beta 0.2.0 - Am I right in asumming that the old 'itemStart' var is not equivalent to 'start'. If it is equivalent; this may be a bug, if it isn't; is this feature being dropped? I like being able to set the start item as it allows the use

[jQuery] Validate triggering

2007-05-11 Thread Emil Ivanov
Hi, I'm using the validate plug-in and I works great. But (there's always a but :), I want to be able to trigger the validation via js, as I'm doing other stuff before submitting the form and I need to know if the form is valid. Regards, Emil Ivanov

[jQuery] Re: space on your server for plugin demo?

2007-05-11 Thread Shelane
Bil Corry generously offered me space on his server. The select Combo demo is now on http://lasso.pro/selectCombo/ Thanks. On May 10, 7:40 pm, Shelane [EMAIL PROTECTED] wrote: I have a plugin posted and available on google code, but I don't have a place to put the demo page. It will require

[jQuery] Re: Validate triggering

2007-05-11 Thread Emil Ivanov
Sorry, found the solution myself. The $.validate() method return an object, on which .form() can be invoked and it does just what I needed. Regards, Emil Ivanov On May 11, 4:54 pm, Emil Ivanov [EMAIL PROTECTED] wrote: Hi, I'm using the validate plug-in and I works great. But (there's

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Equand
there is an error console in firefox that manages all the errors u have in your scripts here is a bugful css declaration: div.navigation a { background-image; background-position: 10px; background-repeat: no-repeat; background-color: ; ... delete background-image or set it to none, set

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread Equand
the divs, u should look into divs position, position them absolutely, or add another div with a strict size which doesn't slide, because on relative position when it slides - it's height or width changes, so the previous div gets into place... On May 11, 4:49 pm, bhagany [EMAIL PROTECTED] wrote:

[jQuery] Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread bhagany
I've spent awhile searching for a solution in the archives, but have been unable to find one, so I finally bit the bullet and joined the group to ask about it. Here's the situation: I've got two divs, one starts out set to display:none, the other is display:block. When a link is clicked, I want

[jQuery] Re: jquery tabs: How to make the tab contain both text and a small image

2007-05-11 Thread [EMAIL PROTECTED]
yes, there was an extra a element. I have removed it and added a click handler to the image I wanted. No tables. Thanks, - Dave On May 11, 12:56 am, Klaus Hartl [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, With regards to the plugin (http://stilbuero.de/jquery/tabs/), I want

[jQuery] jquery tabs: setting tab width on IE

2007-05-11 Thread [EMAIL PROTECTED]
Hi, Regarding the JQuery tabs plug-in, I want to have variable width tabs, depending on how long the tab text is. So, using the default style sheet from the example (http://www.stilbuero.de/jquery/tabs/ jquery.tabs.css), I removed the width: 64px; line of the following CSS block .tabs-nav a {

[jQuery] Re: [bug]removeClass('') removes all classes

2007-05-11 Thread Arrix
Glad to see the trac up and running:-) Ticket created herehttp://dev.jquery.com/ticket/1167. On 5/11/07, John Resig [EMAIL PROTECTED] wrote: The bug tracker is back up again - feel free to add this as a bug! --John On 5/9/07, John Resig [EMAIL PROTECTED] wrote: I agree then, it is

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Glen Lipka
I think I see the problem. Apparently with this plugin, you need to have a background image declared for stuff that has borders. Not sure why? I put in a 50x50 image as the background and it worked. Glen On 5/11/07, Glen Lipka [EMAIL PROTECTED] wrote: Ok, I did that. Still JS Error and no

[jQuery] Re: Autocomplete plugin

2007-05-11 Thread Dan G. Switzer, II
Brian, How would I go about creating a button/anchor to put next to a field with an autocompleter, that will cause the selection list (with all of its values) to appear? At the moment there's no external hooks that will allow you to do this. All the hide/show functions are private declarations.

[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Glen Lipka
Ok, I did that. Still JS Error and no corners in IE7. Glen On 5/11/07, Equand [EMAIL PROTECTED] wrote: there is an error console in firefox that manages all the errors u have in your scripts here is a bugful css declaration: div.navigation a { background-image; background-position:

[jQuery] Unsubscribing

2007-05-11 Thread Dan Shields
How do we unsubscribe from the mailing list. I didn't join when it was the google group and now it looks like there isn't a way to remove me from the list.

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread John Resig
I understand that one way of doing the same thing in jQuery is to reference it thus: var element = $(p#thisIsMyParagraph)[0]; IS THIS CORRECT? Is there a more correct way, or is this the only way? You're spot-on. That is the correct way to get a reference to the original DOM node. --John

[jQuery] Re: Autocomplete plugin

2007-05-11 Thread Brian Miller
Dan, I'm essentially trying to replicate a combobox. I'm almost certainly going to use a fairly limited set of local data. Not that I want to rule remote data out, mind you. Basically, I want a pulldown control that will show the entire list (preferably with scrolling, which I think is not

[jQuery] Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
I am trying to get the value of a textarea with the following code, however it is returning null all the time. var curText= $([EMAIL PROTECTED]).val(); alert(curText); textarea name=myText rows=5 cols=20 id=myText style=width: 250px;/textarea Is there something else I need to do?

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread Bil Corry
[EMAIL PROTECTED] wrote on 5/11/2007 9:34 AM: I am trying to get the value of a textarea with the following code, however it is returning null all the time. var curText= $([EMAIL PROTECTED]).val(); This works: var curText= $(#myText).val(); - Bil

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread Sam Collett
On May 11, 5:46 pm, Bil Corry [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 5/11/2007 9:34 AM: I am trying to get the value of a textarea with the following code, however it is returning null all the time. var curText= $([EMAIL PROTECTED]).val(); This works: var

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread spinnach
yes, all of what you said is correct.. an alternative way to access a single dom element would be $(p#thisIsMyParagraph).get(0) (both ways to access the dom element are correct).. just one advice, it's much faster to find the element with just the id, without the tag,.. because when writing

[jQuery] Re: jCarousel

2007-05-11 Thread Jan Sorgalla
Hi, On May 11, 3:51 pm, [EMAIL PROTECTED] wrote: Hi folks 2 things (both related) regarding jCarousel Beta 0.2.0 - Am I right in asumming that the old 'itemStart' var is not equivalent to 'start'. If it is equivalent; this may be a bug, if it isn't; is this feature being dropped? I

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Dan G. Switzer, II
yes, all of what you said is correct.. an alternative way to access a single dom element would be $(p#thisIsMyParagraph).get(0) (both ways to access the dom element are correct).. just one advice, it's much faster to find the element with just the id, without the tag,.. because when writing the

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Aaron Heimlich
On 5/11/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: I haven't really spent any time looking through the parsing engine, but wouldn't it be faster to find elements by ID and then filter by the tag? IIRC, that's what the selector engine does currently (that or something like it). p#myId

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Aaron Heimlich
On 5/11/07, Aaron Heimlich [EMAIL PROTECTED] wrote: IIRC, that's what the selector engine does currently (that or something like it). p#myId used to take a very long time because it would go through every p and look for one with an id of myId. I'm quite sure that jQuery doesn't do that anymore.

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Dan G. Switzer, II
I haven't really spent any time looking through the parsing engine, but wouldn't it be faster to find elements by ID and then filter by the tag? IIRC, that's what the selector engine does currently (that or something like it). p#myId used to take a very long time because it would go through

[jQuery] Nav Tab with Controls Play, Pause, Next and Prev.

2007-05-11 Thread itcaso
Hi... i have a prototype code... this code its a navigation tab like this site http://www.endi.com, see?... the seccion on top?... how i can crean some like that but.. with jquery... i have the prototype code... but it to difficult by me!! Helpme!!! the code!!

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
The reason I am using the other is because of asp.net. When it renders it changes the id of the tag, so all I know is that snippet. On May 11, 12:51 pm, Sam Collett [EMAIL PROTECTED] wrote: On May 11, 5:46 pm, Bil Corry [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 5/11/2007 9:34 AM:

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
Sorry I didn't provide an accurate description above. Basically the scenario is that I have a asp:textbox control set with multiline, and when the page renders, the id/name of the control also gets changed. Anyways I was using the above as a way to get the value of the control without knowing the

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
Thanks for the replies...I've tried every variation provided on the using jquery with other libraries page...still no dice. I still receive the following error: jQuery(document).ready is not a function [Break on this error] jQuery(document).ready(function($){ On May 10, 11:25 pm, [EMAIL

[jQuery] tablesorter plugin - filesize support

2007-05-11 Thread Gaieges
Hey all, Just thought I'd give back to the community and offer up a simple addition to the great tablesorter plugin by Christian Bach (http:// motherrussia.polyester.se). I needed a simple sorter based on filesize, and it didn't quite work with the generic sorter. Thanks to the great

[jQuery] Re: Getting null when trying to retrieve textarea value

2007-05-11 Thread [EMAIL PROTECTED]
A minor correction to what was up above it should be a *= not just an = On May 11, 3:15 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sorry I didn't provide an accurate description above. Basically the scenario is that I have a asp:textbox control set with multiline, and when the page

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread John Resig
Can you provide a URL for where this is happening? It will help us to debug the problem. --John On 5/11/07, browntown [EMAIL PROTECTED] wrote: Thanks for the replies...I've tried every variation provided on the using jquery with other libraries page...still no dice. I still receive the

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
unfortunately I can't...this currently on an internal server. I can't push it live until the site is in production. Let me try to replicate it and push it somewhere for you to view. On May 11, 3:37 pm, John Resig [EMAIL PROTECTED] wrote: Can you provide a URL for where this is happening? It

[jQuery] Re: Return a reference to the root DOM object

2007-05-11 Thread Pogo
Thanks, everyone, for the answers. On May 11, 1:47 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: I haven't really spent any time looking through the parsing engine, but wouldn't it be faster to find elements by ID and then filter by the tag? IIRC, that's what the selector engine does

[jQuery] Show the World Your Talent and Win

2007-05-11 Thread [EMAIL PROTECTED]
Born in Austin, TX - home of the Live Music Capital of the World, FameCast is the first online competition designed to find America's best new talent. Understanding that lack of exposure is what keeps some of our best artists in the shadows, we aim to shine the spotlight on those that have what

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Andy Matthews
update the code part to actually write the letters to the screen: JS CODE -- $(document).ready( function() { // declare an array var capArr = []; var capStr = ''; $('li').each(function(){ var cap = $(this).html().substring(0,1); if (capStr.indexOf(cap) != 1) {

[jQuery] help: add click event to TD element

2007-05-11 Thread [EMAIL PROTECTED]
What I'm trying to do is to add a click event to all TD element with class name 'backtotop'. The code works in IE, but not in Fx; It seems like Fx can execute select and focus on the second line too, just not the line containing trigger. $(td.backtotop).click(function(){

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread bhagany
I tried making a ticket in the bug tracker, and it seemed to work, but it's not showing up when I try to view the ticket reports. I'm kind of new at this - anybody have any advice? Also, I keep on trying to sign up for the dev mailing list, but I get a 404 every time I find a link to it.

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
As a plug in: ?xml version=1.0 encoding=utf-8 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en head title letters /title script type=text/javascript

[jQuery] Re: Flickering slide in Firefox 1.5 on XP

2007-05-11 Thread John Resig
The dev list is down right now, the move to the new server has take a toll on us. --John On 5/11/07, bhagany [EMAIL PROTECTED] wrote: I tried making a ticket in the bug tracker, and it seemed to work, but it's not showing up when I try to view the ticket reports. I'm kind of new at this -

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Bil Corry
Ⓙⓐⓚⓔ wrote on 5/11/2007 5:06 PM: As a plug in: Very cool, thanks for sharing! - Bil

[jQuery] JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1

2007-05-11 Thread sithram
Hello! I need to can use ISO-8859-1 in send data to server with the (selector).ajaxForm(options). I see that uses encodeURIcomponent in serialize parameters, and this does that the sending information uses strange codes. initial text recieved text després després informació informació If

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
thanks Bill, Like any piece of new code, there are bound to be bugs... click works better here than toggle, so : ?xml version=1.0 encoding=utf-8 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en

[jQuery] Re: help: add click event to TD element

2007-05-11 Thread [EMAIL PROTECTED]
yeah, i have the code. it's located on a private server. here is the source code. Thanks. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/ TR/html4/strict.dtd html head titleQuery GVC/title script src=jquery.js/script script src=form.js/script script $(function () {

[jQuery] Re: JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1

2007-05-11 Thread sithram
More information: In the ASP page I have a URLdecode function to use it before insert the data: script language=JavaScript RUNAT=SERVER function URLDecode(psEncodeString) { return unescape(psEncodeString); } /script I test with this one too: Private Function URLDecode_vbs(byVal