[jQuery] Re: jQuery XML

2009-05-24 Thread Thomas
If I understood correctly, all you still want to do is to find a way to get the text of the image node that has the attribute size with a value of medium. The straightforward jQuery selector for that would be: image[size=medium] So you were nearly there in your second post. Try: var mediumUrl

[jQuery] Re: jQuery XML

2009-05-24 Thread Thomas
Ohhh, now that I've read the code you're using to grab the attribute value... In your alert(), try alert(attribute[image].text()); instead of alert(attribute[Image].text()); (note the lowercase i). But the easiest solution (if it works) would be the direct selector approach from my first

[jQuery] Re: Rollover Effects instead of alternate images

2009-05-24 Thread dnagir
Everybody, Thanks a lot for your all your replies. I appreciate it. I'll proceed with poor CSS and no JS. Cheers, Dmitriy.

[jQuery] mod_python and ajax - no Hello world examples exist

2009-05-24 Thread kris
Im trying to implement Ajax under mod_python. Mod_python works fine for normal pages, but i cant get a Ajax response. Does somebody know of a hello world example for Ajax and mod_python and jQuery? My test is something like this, HTML client: $(#test_form).submit(function() {

[jQuery] Wait for one function to finish, then start the next....

2009-05-24 Thread macphreak
I have seen a few of threads on this issue. However, they have mostly deal with the fadeins or fadeouts which is not what I am needing. Here is what I need: On a click event, start function 1. Then after it's finished, start function2. Here is my code: var $j = jQuery.noConflict();

[jQuery] Barcode Plugin : ean 8, ean 13, code 128 and some others directly in css (so ok for ie)

2009-05-24 Thread FireJocker
Hi All, I just release my first official plugin : Barcode It create barcode directly in a div using css Tested on : Firefox 3, Chrome, IE6, Safari Manage : * codabar * code11 (code 11) * code39 (code 39) * code93 (code 93) * code128 (code 128) * ean8 (ean 8) * ean13

[jQuery] validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread stevegmag
jQuery JavaScript Library v1.3.2 jQuery validation plug-in 1.5.2 I think I'm using this plug-in straight from the examples for a simple form. No matter what I have as the last option I get a similar error, in the case: $(#short-form).validate is not a function privacy_policy: Please accept our

[jQuery] Barcode Plugin : ean 8, ean 13, code 128 and some others directly in css (so ok for ie)

2009-05-24 Thread FireJocker
Hi All, I just release my first official plugin : Barcode It create barcode directly in a div using css Tested on : Firefox 3, Chrome, IE6, Safari Manage : * codabar * code11 (code 11) * code39 (code 39) * code93 (code 93) * code128 (code 128) * ean8 (ean 8) *

[jQuery] Wait for one function to finish, then start the next....

2009-05-24 Thread macphreak
I have seen a few of threads on this issue. However, they have mostly deal with the fadeins or fadeouts which is not what I am needing. Here is what I need: On a click event, start function 1. Then after it's finished, start function2. Here is my code: var $j = jQuery.noConflict();

[jQuery] unable to create validator that prevents transition to next field on errors. [ $(this).focus() this.focus() both fail ]

2009-05-24 Thread buildlackey
Hi I'm new to jquery and was making pretty good progress until this silly problem started bogging me down. I am sure this is something people do all the time, but i could find no good samples to work from... If anyone could point out what i'm doing wrong, or what the trick is, i'd greatly

[jQuery] Gradient Auto Update

2009-05-24 Thread scoob...@gmail.com
I am working on trying to use jquery to auto update a gradient div.. I was wondering if somebody could take a look at my code and let me know if there is a way to achieve my desired effect or not.. The test page is here: http://client.vdhinc.com/iHouse/accounts/test.php You will notice how the

[jQuery] Re: Multiple selectors failing in Safari

2009-05-24 Thread Paul T.
I was having the same issue and found the problem (which seems to happen on WebKit browsers... had same problem on Chrome)... In my case, the elements that I was trying to match were inside a .clone ()'ed element. I found that after I clone'ed if I do not insert it into DOM, then using multiple

[jQuery] Question: Wait for function 1 to finish, then start function 2....

2009-05-24 Thread macphreak
Hello, I have done some searching on the discussions here and have found info on waiting for fadeins, etc. to finish and then calling another function. However, I am needing something a little different. I am needing for function 1 to process and then call over to function 2 once it's finished.

[jQuery] jQuery 1.3.2 treeview

2009-05-24 Thread Gk___
I have a problem with jquery treeview plugin. I'm use jquery 1.3.2 and this plugin don't work in firefox 3.

[jQuery] jFlow with ajax loaded content

2009-05-24 Thread LaTorta
I've spent some time trying to figure out how to modify the jFlow plugin so that I can load new pages via ajax and have them slide as well without any luck. It would be great if someone could point me in the right direction or to another plugin that might do something similar already. I like this

[jQuery] vs2008 reports a js warning in jquery.js(v1.3.2)

2009-05-24 Thread ljm
jscript intellisense error in jquery...@2140:12: var root = document.documentElement; it says object doesn't support this property or method how does it come and is it a real problem?

[jQuery] Re: validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread Jörn Zaefferer
You most likely screwed up the javscript include of jquery.validate.js. Make sure the path is right. Jörn On Sat, May 23, 2009 at 5:51 PM, stevegmag steveg...@yahoo.com wrote: jQuery JavaScript Library v1.3.2 jQuery validation plug-in 1.5.2 I think I'm using this plug-in straight from the

[jQuery] Re: A few issues...

2009-05-24 Thread Lideln
Now the thread is in the jquery ui group : http://groups.google.com/group/jquery-ui/browse_thread/thread/6643c7957eb9ce0d On 24 mai, 03:00, Lideln lid...@gmail.com wrote: Youhou ! A last one before going to bed : I found the option 'disable/enable' and it was exactly what I was looking for

[jQuery] Re: jFlow with ajax loaded content

2009-05-24 Thread clickfwd
For anyone else interested in a similar functionality, I found another plugin that allows you to do exactly what I needed and it's also very lightweight: http://flowplayer.org/tools/scrollable.html On May 23, 2:48 pm, LaTorta alejan...@reviewsforjoomla.com wrote: I've spent some time trying

[jQuery] Re: validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread Gallagher Steven
Thanks for your reply. Does it matter where things are placed on the server relative to each other if the paths are correct? My js file is working fine with jQuery. Here's the include code, and I've verified that the paths are correct, neither of the plug-ins are working. script

[jQuery] cycle plugin image smallen itselft

2009-05-24 Thread runrunforest
Hi, I have used cycle plugin for one of my website, sometime images get small unpectedly, although all image has been photoshoped to fixed same size Wonder is there any known bug about image resizing itself like that ?

[jQuery] Re: validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread Jörn Zaefferer
Can you post a testpage? Jörn On Sun, May 24, 2009 at 3:58 PM, Gallagher Steven steveg...@yahoo.com wrote: Thanks for your reply. Does it matter where things are placed on the server relative to each other if the paths are correct? My js file is working fine with jQuery.  Here's the

[jQuery] Re: validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread MorningZ
Here's the include code, and I've verified that the paths are correct How? Use a tool like Firebug (for FF) or Fiddler (for IE) to make sure your browser actually sees and loads the files On May 24, 9:58 am, Gallagher Steven steveg...@yahoo.com wrote: Thanks for your reply. Does it matter

[jQuery] Re: Plugin Best practices?

2009-05-24 Thread Cerebral
http://plugins.jquery.com/project/lazyload This plugin lets you write your code without having to be worried about plugins availability: it will load them when they're needed.

[jQuery] Re: Read Pro JavaScript Techniques?

2009-05-24 Thread David Habermehl
I bought it when I saw it was written by John Resig. I think it's very useful. YMMV. -- David On 5/22/2009 11:12 AM, finneycanhelp wrote: Have you read the book Pro JavaScript Techniques Published December 2006? Still good / applicable? (book image and links at http://jspro.org/ ) Do

[jQuery] scrollUp and scrollDown mis-aligning text on IE

2009-05-24 Thread Crisium
Hi jQuery, I have created a little demo here: http://marino.dk/test_a/ when you add a contact a new one scrolls down..you have the option to remove it too and it scrolls up. but the problem is when doing this in IE the text looks like it's in absolute positions to the page and not the contact.

[jQuery] Re: getJSON problems

2009-05-24 Thread Al
Thanks for the reply. I changed it so that processData is declared before $(document).ready. Unfortunately, however, the function still does not seem to be called. getJSON must be doing the right thing, because I can see the data I'm trying to get when I go to the Net panel in Firebug and look

[jQuery] [clueTip] How do you disable it ?

2009-05-24 Thread Lideln
Hi all, I have been wondering how one could disable the clueTip plugin applied to some elements ? I did not find the proper option in the API. Why do I neet to do that ? I am writing an application that contains windows. And the windows contain a close button, with a tooltip on it. When closing

[jQuery] Re: How do you disable it ?

2009-05-24 Thread Lideln
Ok, I finally managed to find an answer for the second question, here is the link : http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/ But I still need to remove all other plugins and data created, including clueTip. I want the place clean ! :-) Also, when calling

[jQuery] Re: Firebug and jQuery

2009-05-24 Thread kiusau
You are welcome to examine the page in question at http://tr.im.hashimori After opening the page, click on the Japanese character in the bottom- left corner, and two images of myself appear. Click on the older image on the left. This page incorporates the jQuery Tooltip Plug-in written by Jörn

[jQuery] Re: Firebug and jQuery

2009-05-24 Thread waseem sabjee
our link does not work. On Sun, May 24, 2009 at 10:52 PM, kiusau kiu...@mac.com wrote: You are welcome to examine the page in question at http://tr.im.hashimori After opening the page, click on the Japanese character in the bottom- left corner, and two images of myself appear. Click on the

[jQuery] Apply or remove style

2009-05-24 Thread Dave Maharaj :: WidePixels.com
I have a php for each loop that creates rows of data, each row is using the class .items How can apply a style to the very first .item only or add attach a extension to the .item class so it renders .items_first_entry for the first one? Thanks to all Dave

[jQuery] Re: Firebug and jQuery

2009-05-24 Thread kiusau
On May 24, 2:17 pm, waseem sabjee waseemsab...@gmail.com wrote: our link does not work. My apologies. I mis-specified. Please try http://tr.im/hashimori Roddy

[jQuery] Re: Apply or remove style

2009-05-24 Thread Chris J. Lee [ MSU #14 ]
Given your table is named #foo: $(#foo tr:first) // this selector would select the first row or this would work as well $('#foo tr:eq(0)'); You could then chain it with a native jquery function, addClass to add the class. Or as well as toggleClass. The following would result: $('table#foo

[jQuery] Re: Apply or remove style

2009-05-24 Thread Dave Maharaj :: WidePixels.com
Perfect! Works just as needed. Thanks for the help. Greatly appreciated. Dave -Original Message- From: Chris J. Lee [ MSU #14 ] [mailto:chri...@gmail.com] Sent: May-24-09 7:00 PM To: jQuery (English) Subject: [jQuery] Re: Apply or remove style Given your table is named #foo:

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-24 Thread Dave Maharaj :: WidePixels.com
Not working in IE at all. Works in FF but noting in IE 5.5 to 7 $('#resume_education dl:first').addClass('first_entry'); .resume dl.first_entry {padding:10px 0 10px 25px; float:left; border:none} .resume dl{padding:10px 0 10px 25px; float:left; border-top:1px dotted #CCC} -Original

[jQuery] Re: Wait for one function to finish, then start the next....

2009-05-24 Thread Ricardo
what's the code for open_popup? does it involve ajax? http://www.ibm.com/developerworks/web/library/wa-ajaxintro2/#N103A2 On May 23, 2:42 pm, macphreak swhit...@gmail.com wrote: I have seen a few of threads on this issue. However, they have mostly deal with the fadeins or fadeouts which is

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-24 Thread Mauricio (Maujor) Samy Silva
Would you please provide a sample for your HTML markup? Maurício -Mensagem Original- De: Dave Maharaj :: WidePixels.com Not working in IE at all. Works in FF but noting in IE 5.5 to 7 $('#resume_education dl:first').addClass('first_entry');

[jQuery] Re: validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread amanda apple
re-enter your search COULD B BLOCKED BY AR GO INTO WERE U WOULD TO FIND AND LEFT CLICK THE MOUSE OVER THE UNACTIVE HEARDWEHRE GO TO PROPERTIES CLICK ON THE TABS TO FIND OUT IF U CAN CHANGE IF U CAN IT click on the question mark link in the top right hand corner of your product and select Customer

[jQuery] Re: Wait for one function to finish, then start the next....

2009-05-24 Thread macphreak
No, it doesn't involve Ajax. Although I wish it did. It would be a lot easier for me to define a call back then. :) This is code that I have to work with (or work around I should say) Thanks again for any helpful hints! On May 24, 6:33 pm, Ricardo ricardob...@gmail.com wrote: what's the code

[jQuery] Re: Question: Wait for function 1 to finish, then start function 2....

2009-05-24 Thread macphreak
Moderators - I am not trying to post multiple posts. However, I was having problems with my internet connection at the time I was trying to post this. I have another post that is similar to this one so you can safely delete this post. Thanks! On May 23, 2:44 pm, macphreak swhit...@gmail.com

[jQuery] Re: validate plugin error: $(#short-form).validate is not a function

2009-05-24 Thread amanda apple
DO YOU have Remote Assistance control panel then switch category view, double click on Printers and Other Hardware, them system, hardware tab and then device manger, on the top left click the box next to mini pic of computer then on toolbar there another pic of computer with a magnafyglass click

[jQuery] Re: Apply or remove style - Not workingin IE versions

2009-05-24 Thread Dave Maharaj :: WidePixels.com
What I have below works only in FF. In my html i have dl class=entryphp rendered content /div css: .resume dl.first_entry {padding:10px 0 10px 25px; float:left; border:none} .resume dl.entry{padding:10px 0 10px 25px; float:left; border-top:1px dotted #CCC} js; $('#resume_education

[jQuery] Re: Wait for one function to finish, then start the next....

2009-05-24 Thread Erik Beeson
As you've probably found, there is no sleep/wait/pause in JavaScript. The whole system is single-threaded, so any sort of sleep would hose the whole system. Your original statement doesn't actually make sense. As it is, function2 *doesn't* execute until open_popup returns, so that isn't really

[jQuery] Click event not fired when hide() called by blur()

2009-05-24 Thread cohq82
Hi all, I am running into this specific use case and could not figure out how to do this. To simplify, I have a textarea and a DIV as code below. The way it supposes to work is when I focus on the textarea by clicking it, the DIV will show. Otherwise, it will be hidden. Then when I click the

[jQuery] Re: Firebug and jQuery

2009-05-24 Thread waseem sabjee
After opening the page, click on the Japanese character in the bottom- left corner. two images of myself appear. Click on the older image on the left after clicking the older image I am redirected to http://www2.gol.com/users/hsmr/emblem/name.html is this behavior correct ? throughout these

[jQuery] clone(true) events are losing when manipulating cloned html

2009-05-24 Thread Arif
Hi, Can we manipulate clone() html before append() without losing events? Let me explain it further. I am cloning a set of html with the buttons action, it works fine. But I need to manipulate the cloned html, actually I increment a function parameter using replace(), it does work but lose