[jQuery] Re: Help finding a plugin

2007-12-02 Thread Flesler
This is it: http://jquery.com/plugins/project/LocalScroll ? Ariel Flesler On Dec 1, 10:41 am, Adrian Lynch [EMAIL PROTECTED] wrote: I'm looking for a plugin that I remember someone posting on here. It scrolls a page both left and right behind a viewable area. The demo had a nav on the left

[jQuery] page jump to the top when I add element

2007-12-02 Thread Pawel . Ryznar
Hi :) I enjoy jQuery :) but sometimes I have some problems. Could you help me with one: I add elements to page (on click) jQuery(#div).append('pTekst:'+tekst+/p') but when page have a lot of content (browser scrollbar is visible) and page is scrolled to bottom and I click some link,

[jQuery] page jump to the top when I add element

2007-12-02 Thread www.ryznar.eu
Hi :) I enjoy jQuery :) but sometimes I have some problems. Could you help me with one: I add elements to page (on click) jQuery(#div).append('pTekst:'+tekst+/p') but when page have a lot of content (browser scrollbar is visible) and page is scrolled to bottom and I click some link,

[jQuery] Re: page jump to the top when I add element

2007-12-02 Thread Karl Swedberg
On Dec 2, 2007, at 10:47 AM, [EMAIL PROTECTED] wrote: Hi :) I enjoy jQuery :) but sometimes I have some problems. Could you help me with one: I add elements to page (on click) jQuery(#div).append('pTekst:'+tekst+/p') but when page have a lot of content (browser scrollbar is visible) and

[jQuery] Re: Referencing the target element with clueTip

2007-12-02 Thread Dan M
All, Sorry, more details... I use an AJAX framework that is able to get the data I need the way I need it. I can set the innerhtml value equal to the return value and use the local option to display the result. The problem is this... The data that is returned depends on what the user is

[jQuery] Newbie question regarding requesting confirmation when a link is selected.

2007-12-02 Thread lattedaddy
Hi- I'm pretty new to both JS and JQuery. Thanks for the help in advance. I have a link in my code as follows (it talks to an app to do a delete of a task) a class=taskDelete href=/deletetask.do?id=55aid=77 / Delete/a When the link is selected I would like to popup a confirmation

[jQuery] Re: Referencing the target element with clueTip

2007-12-02 Thread [EMAIL PROTECTED]
As documented, by default it uses the rel=Attribute.html. Regards On 2 Dez., 02:31, Dan M [EMAIL PROTECTED] wrote: All, If I'm using an ajax solution with clueTip, how can I pass in the target element so that I can generate dynamic content based on the element being hovered over? Dan

[jQuery] Re: Geocoding with Google Maps while a page is loading

2007-12-02 Thread Mazso
Here http://modx.elbwiese.net/maps4/maps.htm you will find the JavaScript mixed up with XHTMl, it works flawless. And at http://modx.elbwiese.net/maps5/maps.htm there is an external JaveScript file using $window(load). In this case Firebug finds an error I can´t make any sense of. On 2 Dez.,

[jQuery] Superfish delay problem

2007-12-02 Thread areikiera
Hi everyone! Thanks for this great resource, and thanks to Joel for the Superfish plug-in. It's wonderful! I've seen this problem in another post, but I can't seem to troubleshoot it, and it may just be something I've forgotten. The fade is working very nicely, except for a small jog that I

[jQuery] Re: Geocoding with Google Maps while a page is loading

2007-12-02 Thread Mazso
Jake, this one works - with JavaScript and XHTML mixed up: http://modx.elbwiese.net/maps4/maps.htm And this won´t work: http://modx.elbwiese.net/maps5/maps.htm. Here I use an external JavaScript File with jQuery´s $ (window).load(function(showAddress). And there is an error message too. Mazso

[jQuery] Re: XHTML limitation or safari bug ?

2007-12-02 Thread Max_B
A small followup to my own message: I see that the message is not readable when seen in mail digest or Google group. The code formating only works in Nabble forum. -- View this message in context: http://www.nabble.com/XHTML-limitation-or-safari-bug---tf4926746s27240.html#a14114977 Sent from

[jQuery] Re: Replacing contents using an array

2007-12-02 Thread Mali
Thanks all, You guys are legends!. All solutions are usefull but I found the first one from Lee is easier for me to understand as I am still new to this. I have to keep practicing to catch you up!. merry christmas. Regards, Mali On Dec 2, 2:19 am, Jake McGraw [EMAIL PROTECTED] wrote: Here's

[jQuery] Even Flex/Flash guys love jQuery

2007-12-02 Thread Rey Bango
Even Flex/Flash guys love jQuery: http://www.flex888.com/2007/12/02/can-you-believe-javascript-this-good.html Rey...

[jQuery] Re: History Remote Post

2007-12-02 Thread Klaus Hartl
On 1 Dez., 15:35, ogurec [EMAIL PROTECTED] wrote: Hi, if i have ajax search form and submit different search query 3 times can i go back and see results for every search separately? You would have to have 3 different links that work the way I described above... --Klaus

[jQuery] How to global a variable?

2007-12-02 Thread Ryura
Right now I have this code: $(function(){ var z=$(#getID).text(); }); document.write(z); Obviously this does not work. But how can I make it work? In the situation I am in, I cannot put all the code inside the function...surely there must be some way. Thanks :)

[jQuery] Re: Referencing the target element with clueTip

2007-12-02 Thread Dan M
Right, but I'm not using another page... I want to use a local div... I'm trying to get it working like this: 1. User hovers over label next to input box. 2. clueTip calls my ajax function (either via the onActivate or ajaxProcess options) passing the mouseover event that triggered clueTip. 3. My

[jQuery] global error handler

2007-12-02 Thread charlie
Hi all, I'd like my application to be able to check my ajax results for an array with an index of error before it gets passed along to whatever function made the call to finish doing whatever it's doing. It looks like this would be easy if global events were called before local events, but as

[jQuery] Re: How to global a variable?

2007-12-02 Thread Mike Alsup
Drop the 'var' keyword and you'll get a global variable. Mike On 12/2/07, Ryura [EMAIL PROTECTED] wrote: Right now I have this code: $(function(){ var z=$(#getID).text(); }); document.write(z); Obviously this does not work. But how can I make it work? In the situation I am in, I

[jQuery] Re: How to global a variable?

2007-12-02 Thread Mike Alsup
That's because z is not defined at that point in time. You're assigning z in the doc-ready handler which is not invoked until the DOM is fully loaded. But you're document.write call is executed as soon as it is parsed. What exactly are you trying to do? Mike On Dec 2, 2007 2:56 PM, Ryura

[jQuery] Re: Referencing the target element with clueTip

2007-12-02 Thread Karl Swedberg
Hi Dan, I'm not sure why you need an ajax function, but here is how you can grab the content of the hovered label and drop it into a hidden div: $('label').cluetip({ local: true, onActivate: function(e) { $('#hidden').html( e.text() ); return e; }

[jQuery] Jörn's Form Validation - remote clause

2007-12-02 Thread Web Specialist
Hi all. Jörn makes a great(like always) job with your Form Validation and remote clause(http://jquery.bassistance.de/ajax-validation/demo-test/milk/). With remote clause is possible to validate every field with server side routines. Nice. But I'll want to display the submit button only after all

[jQuery] Re: Validation Problem...

2007-12-02 Thread Jörn Zaefferer
Rick Faircloth schrieb: Why would the same validation routine work well on one page and then when applied to another site not return the validation? The params are attached to the URL… it’s not like that on the first site where the validation is working. Quick ideas, anyone, without first

[jQuery] Re: Newbie question regarding requesting confirmation when a link is selected.

2007-12-02 Thread Wizzud
$('a.taskDelete').click(function(){ return confirm('Please confirm deletion...'); }); On Dec 2, 4:41 am, lattedaddy [EMAIL PROTECTED] wrote: Hi- I'm pretty new to both JS and JQuery. Thanks for the help in advance. I have a link in my code as follows (it talks to an app to do a

[jQuery] Re: Superfish delay problem

2007-12-02 Thread Joel Birch
Hello, The hover class needs to be sfHover with an uppercase H. This bites people occasionally which is why I added it to the Troubleshooting section of the Superfish docs. Hopefully if you fix that your menu will work, let us know if not. Alternatively, if you prefer to use your current

[jQuery] Re: XHTML limitation or safari bug ?

2007-12-02 Thread Max_B
I found out the problem. When served as application/xhtml+xml the top-level element of the xhtml chunk returned to ajax MUST have a correct xmlns=http://www.w3.org/1999/xhtml; attribute. Hope this help some folk searching this forum. -- View this message in context:

[jQuery] Re: Help with jquery.autocomplete and extraParams

2007-12-02 Thread Shawn
Sorry about the delay in responding - your message got buried in my email... For value/id issue, I passed another parameter indicating the name of the hidden form element to store the ID in. (I think I called this parameter valueElement.) The plugin would then create this hidden element and

[jQuery] Re: XHTML limitation or safari bug ?

2007-12-02 Thread Max_B
I found out the problem. When served as application/xhtml+xml the top-level element of the xhtml chunk returned to ajax MUST have a correct xmlns=http://www.w3.org/1999/xhtml; attribute. Hope this help some folk searching this forum. -- View this message in context:

[jQuery] jQuery improving performance

2007-12-02 Thread tigeramit
I recently started working with jQuery. I want to improve performance for following snipet when run for 1000 times. html schema: table id='myTable' TR class=Grid_Item TD/TD ... TD CLASS=IdCell56/TD ... TD INPUT TYPE=HIDDEN ID=foo value=MYfOO / /TD

[jQuery] Re: How to global a variable?

2007-12-02 Thread Ryura
Oh, duh! Wow, I'm just forgetting all kinds of things today. Thanks for the help. I've got it solved. On Dec 2, 3:40 pm, Mike Alsup [EMAIL PROTECTED] wrote: That's because z is not defined at that point in time. You're assigning z in the doc-ready handler which is not invoked until the DOM

[jQuery] $(document).ready still fires too early in svn trunk (rev 4000)

2007-12-02 Thread moe
hi, i spent the last half hour reading up on this and it seems that this bug was supposed to be fixed. at least the only related and still open ticket that i can find in trac refers to safari - which i'm not testing. well, here it strikes again. i can unfortunately not provide a complete

[jQuery] Re: $(document).ready still fires too early in svn trunk (rev 4000)

2007-12-02 Thread John Resig
If you're having issues in Opera, then I assume that there's something else at play here, since we're just using the native DOMContentLoaded event that they trigger. Do you have a simple page online, anywhere, that demonstrates the issue? --John On Dec 3, 2007 12:59 AM, moe [EMAIL PROTECTED]

[jQuery] Using jQuery autocomplete with IDs

2007-12-02 Thread Shawn
After working through the online docs and the various autocomplete plugins, I have decided to document what I have learned about using autocomplete with a database driven application. I've blogged about it here: http://grover.open2space.com/node/190. Comments/suggestions are welcomed.

[jQuery] nested function problem?

2007-12-02 Thread Paul Jones
I have managed to place the values of 4 textboxes into an array called array1 (each value is placed into its own array element). I am having problems when I try to place the 1st 2 elements of array1 into the 1st element of array2 ie array2[0] = concatenated value of array1[0] and array1[1]

[jQuery] Datepicker and autocomplete not playing nice together?

2007-12-02 Thread Shawn
I have a couple of forms that require both an autocomplete field, and a date picker field. I'm using the ui.datepicker and Jorn's autocomplete. The problem is that Jorn's autocomplete requires the dimensions plugin. When the dimensions plug in is in place, the datepicker is getting given

[jQuery] Re: Referencing the target element with clueTip

2007-12-02 Thread Dan M
Karl, Once again, you rock! I was able to build off your suggestion to get what I needed. One question though... You build the AJAX function to show a waiting image while the query was being run. Can you make it so that the same happens with the onActivate option? That way if the onActivate

[jQuery] new jARIA plugin

2007-12-02 Thread Chris
Hello all, Because 1) I haven't been able to find much about jQuery and WAI-ARIA (Accessible Rich Internet Applications), and 2) I wanted to try to get my head around ARIA, I've written a jARIA plugin. code: http://www.outstandingelephant.com/jaria/jARIA.js docs: