[jQuery] Re: Job for everyone submit your resume now

2007-11-30 Thread Gordon
img src=http://i26.photobucket.com/albums/c103/wulfweard/september06/ spam-c07.jpg / On Nov 30, 2:48 am, kunal sinha [EMAIL PROTECTED] wrote: Job for everyone submit your resume now *Pls sends your CV in **www.allindiajobbank.com*http://www.allindiajobbank.com/ * website. It is fast and

[jQuery] Re: jQuery putting logic in separate file

2007-11-30 Thread Jonathan Sharp
script src/js/jquery.js type=text/javascript/script is not valid. I'm not sure if your email program did this but it should be: script src=/js/jquery.js type=text/javascript/script Cheers, -js On Nov 30, 2007 10:41 AM, bludog [EMAIL PROTECTED] wrote: I'm new to jQuery, so please bear with

[jQuery] Survey, what is the scariest animal?

2007-11-30 Thread Göran Törnquist
...and for sure will loose my participation in the survey. /Göran Rey Bango wrote on 11/30/2007 9:56 AM: It may have slipped through. We do our best to catch these when Google doesn't but we can't catch em all. Oh, I expect things will slip through. I was just asking so that the poster

[jQuery] Re: ajax/jquery architectural question

2007-11-30 Thread Marshall Salinger
You should look at the Live Query plug-in. http://brandonaaron.net/docs/livequery/ Hope that helps. -Marshall spherop wrote: i am loving jquery and the foray into a very ajax centric development approach. i am stuck though on a key architectural question. my app loads different aspects

[jQuery] Re: thickbox IE7 position

2007-11-30 Thread cfdvlpr
I have this same problem but only with IE 6 and not IE 7. I'd love to hear about how this could be fixed.

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread polyrhythmic
Looks normal to me in FF 2.0.0.10 . Charles On Nov 30, 12:20 pm, Glen Lipka [EMAIL PROTECTED] wrote: On the main page ofhttp://www.marketo.com/ There is a scrolling quote on the left. (Originally made by Karl, I think) Watch it for 15 seconds. After that it starts to go nuts. Any ideas

[jQuery] Re: select element by id

2007-11-30 Thread leepowell
There are two issues here: 1. There should never be any more than one instance of an id on any one page so your query about being able to select multiple ID's is flawed by this. 2. In your code you would need to prepend your is query with a # As for being able to select multiple classes or

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread Karl Swedberg
On Nov 30, 2007, at 4:55 PM, Glen Lipka wrote: I remember too. Ahh, the good old days when jQuery was new. Back in my day, we used top()! Yeah, we didn't have none of this fancy attr() stuff! We used set(), and we liked it! -- Karl

[jQuery] Detecting default action on previous click handler

2007-11-30 Thread Glen Lipka
If I have two handlers on click on a link, added by different scripts, how can I tell (on the second script) if the first one returned true or false to prevent the default action? Glen

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread Karl Swedberg
On Nov 30, 2007, at 6:19 PM, sawmac wrote: On Nov 30, 1:46 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Just kidding. I'm glad you switched it to the cycle plugin. I'm actually using it, too, on a site I just redesigned:http://www.calvin.edu/festival/ Karl, Thought you might want to

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread sawmac
On Nov 30, 1:46 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Just kidding. I'm glad you switched it to the cycle plugin. I'm actually using it, too, on a site I just redesigned:http://www.calvin.edu/festival/ Karl, Thought you might want to know that the scrolling list of speakers on

[jQuery] Re: problems using variables instead of text with :contains()

2007-11-30 Thread [EMAIL PROTECTED]
I've just recently figured out a way to use this: You can do as follows: var name = whatever; $('#someid:contains('+name+')'); Should work (just tried it myself) Cheers, David On Nov 12, 11:12 pm, jeff [EMAIL PROTECTED] wrote: I am a little confused on the syntax for :contains. I want to

[jQuery] .append() problem when used with .each

2007-11-30 Thread pquery
I am trying to add a series of links to a div and then an a click event to the links. If I append outside of the the .each() iteration the link is matched by the click event handler. However, links created within the loop are not matched by the click event handler. My code is :

[jQuery] Re: noob question: how to close current visible DD in this script

2007-11-30 Thread [EMAIL PROTECTED]
Thanks, that looks like it does the job! Looks quite easy to adapt to my requirements. Cheers, Adrian On Nov 30, 6:41 pm, Glen Lipka [EMAIL PROTECTED] wrote: I made this a while back.http://www.commadot.com/jquery/faq.php I think it does what you want. You can change the markup to be DD/DT

[jQuery] Re: slideUp submenu before loading a new page (it won't wait)

2007-11-30 Thread Rob_
So, in your situation, you can do this: $(dt.current).next('dd').addClass(show) Makes me blush, thank you ;-) Maybe I'm looking for solutions to deeply... BTW: any useful philosophy behind your use of single and double quotes? I assume you can mix them to taste, but I'm not always sure if I

[jQuery] Re: Using Superfish with images as triggers (a or img as top level)?

2007-11-30 Thread Josh V
can you place your images in lists. liimg //li of use lists with background images? On Nov 30, 3:03 pm, Anobjectn [EMAIL PROTECTED] wrote: Hi, Can anyone give me some pointers on how to use Superfish were the top level triggers are images (or links with images in them)? Superfish seems to be

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread Glen Lipka
I remember too. Ahh, the good old days when jQuery was new. Back in my day, we used top()! Thank you for that code though! It helped me get on the road. Alsup is pretty cool, I gotta admit. Glen On Nov 30, 2007 1:46 PM, Karl Swedberg [EMAIL PROTECTED] wrote: Oh sure, Glen. Blame it all on

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread Glen Lipka
I just switched it to the cycle plugin. Wow, what a cool plugin. I like it alot! I think I am going to try and use it elsewhere. Anyway, problem solved. Glen On Nov 30, 2007 1:31 PM, polyrhythmic [EMAIL PROTECTED] wrote: Looks normal to me in FF 2.0.0.10 . Charles On Nov 30, 12:20 pm,

[jQuery] Re: Form target out of jquery plugin cluetip

2007-11-30 Thread Wil Everts
I won't get into an anti iframes flame, but in your example: FORM ACTION= do.php target=something You would be targeting an iFrame named something The target in HTML lets you tell a link, form, whatever where to load, be it in a new window, an iframe, whatever. Here is a link to some frame

[jQuery] Re: Our New (and first) Ajax E-Commerce project using jQuery

2007-11-30 Thread resetstudio
Karl Thank you for this: -- 1. On the main sicilianidoc logo, you're using the image-replacement technique. This is great, but in Firefox, when the link becomes active the dotted border goes all the way off to the left of the page, because of the text-indent: -2000px; . This

[jQuery] Using Superfish with images as triggers (a or img as top level)?

2007-11-30 Thread Anobjectn
Hi, Can anyone give me some pointers on how to use Superfish were the top level triggers are images (or links with images in them)? Superfish seems to be all setup for *all* nav items being in a list(s) whereas I want my top level to be images. ThanX!

[jQuery] Using Superfish with images as triggers

2007-11-30 Thread Anobjectn
Hi, How does one use Superfish with a set of images used as the top level? Normally, the top of the nav ul would form the top level options but I need to use images to trigger the sub menus to open. Thanx!

[jQuery] ajax/jquery architectural question

2007-11-30 Thread spherop
i am loving jquery and the foray into a very ajax centric development approach. i am stuck though on a key architectural question. my app loads different aspects of the ui separately into divs ... and swaps out div content according to ui actions. very responsive and elegant from user

[jQuery] Re: Fetching data with jQuery tutorial

2007-11-30 Thread Benjamin Sterling
Jim, Nice post. On 11/30/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: Before Rey beats me to it :) I typed up a quick tutorial on my first use of Ajax w/jQuery: http://www.thecrumb.com/2007/11/30/fetching-data-with-jquery/ Just like everything else I've done with jQuery it

[jQuery] Fetching data with jQuery tutorial

2007-11-30 Thread Priest, James (NIH/NIEHS) [C]
Before Rey beats me to it :) I typed up a quick tutorial on my first use of Ajax w/jQuery: http://www.thecrumb.com/2007/11/30/fetching-data-with-jquery/ Just like everything else I've done with jQuery it was easy and quick to implement :) Soon as I have some time I'm also going to post the

[jQuery] Re: noob question: how to close current visible DD in this script

2007-11-30 Thread Glen Lipka
I made this a while back. http://www.commadot.com/jquery/faq.php I think it does what you want. You can change the markup to be DD/DT pretty easily. Glen On Nov 30, 2007 8:47 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ladies and Gentlemen, Here goes my complete noob question: I

[jQuery] Trigger keypress event to launch autocompletion

2007-11-30 Thread BoOz
Hi, I'm using the autocomplete script, and I like it a lot. script type=text/javascript src=javascript/interface.js/script script type=text/javascript src=javascript/iautocompleter.js/script But I want it to search not when I write in the input by hand but when I change the input with a

[jQuery] Tooltip

2007-11-30 Thread patacake
Hello, Is there a JQuery tooltip available that can be used to show a custom tooltip, based on a text passed to the function which does not require a title or a tag set. For example on hover over a table row shows a tip.

[jQuery] Re: Our New (and first) Ajax E-Commerce project using jQuery

2007-11-30 Thread resetstudio
Karl Thank you for this: -- 1. On the main sicilianidoc logo, you're using the image-replacement technique. This is great, but in Firefox, when the link becomes active the dotted border goes all the way off to the left of the page, because of the text-indent: -2000px; . This

[jQuery] noob question: how to close current visible DD in this script

2007-11-30 Thread [EMAIL PROTECTED]
Ladies and Gentlemen, Here goes my complete noob question: I have this demo page: http://www.itchycloud.co.uk/panther/ in which I'm using this jquery script: $(document).ready(function(){ $(dd:not(:first)).hide(); $(dt a).click(function(){

[jQuery] Re: jQuery.extend not working for function as target,is it a bug?

2007-11-30 Thread KidsKilla .grin! wuz here
is there any reason to use first variant instead of second? jQuery.extend(target, {}) jQuery.extend(target.prototype, {}) 2007/11/30, David Serduke [EMAIL PROTECTED]: Ah the beauty of bug fixes. Fix one thing and break another. This was a change from changeset [3841]. There were some issues

[jQuery] Re: quick question, selecting dynamic elements

2007-11-30 Thread Josh V
here is my code. http://pastemonkey.org/paste/229 for some reason i still cant get this to work. instead of using the toggle(); function i am manually toggling the elements based on the resulting string. but how can i select an element based on a variable. essentially the variable newSpecial is

[jQuery] Re: quick question, selecting dynamic elements

2007-11-30 Thread leepowell
Your selector is still incorrect, this this instead: $(ul#specialsNav li a).click( function(){ var whichID = $(this).attr(id).replace(/_a_/, ); $(# + whichID).toggle(); return false; }); jvittetoe2 wrote: here is my code.

[jQuery] Re: Multiple jCarousel 's on one page

2007-11-30 Thread Josh V
anybody? On Nov 29, 5:03 pm, Josh V [EMAIL PROTECTED] wrote: hi. i have a site where i need two different carousels on the same page. each carousel has a different purpose with different items and different controls. how can i go about getting this done? it seems to me there would be a css

[jQuery] Re: ajax/jquery architectural question

2007-11-30 Thread Wil Everts
A way to do this w/o adding another plugin is as follows. I'm sure there are situations where livequery outperforms this perhaps but I haven't needed it yet... Say I'm loading script.html and I want my function, called bobFun, to be applied to the newly loaded content... //here's your function

[jQuery] Re: Masked Input Plugin 1.1.2

2007-11-30 Thread Josh Bush
That's good to know! I had a good discussion with Felix about other forms of validation. My problem with regular expressions is that there's no good way to convey what is a mask character and what is a placeholder. This is something that is on my mind and I'm looking into ways to expand

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Kevin Scholl
True enough. The ones I've seen where you could, though, were all very slow and jerky. On Nov 30, 10:56 am, Andy Matthews [EMAIL PROTECTED] wrote: But on his you can't drag it. Or at least I couldn't figure out how to in FF2. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Benjamin Sterling
Andy you are correct, I did not see any code to actually make that draggable. On 11/30/07, Andy Matthews [EMAIL PROTECTED] wrote: But on his you can't drag it. Or at least I couldn't figure out how to in FF2. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Andy Matthews
But on his you can't drag it. Or at least I couldn't figure out how to in FF2. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Scholl Sent: Friday, November 30, 2007 9:50 AM To: jQuery (English) Subject: [jQuery] jQuery CoverFlow

[jQuery] Re: jQuery.extend not working for function as target,is it a bug?

2007-11-30 Thread polyrhythmic
Hello Jacky, what reversion number of jquery you use? I was using the original 1.2.1 stable release: Rev: 3353 This was a change from changeset [3841]. There were some issues with deep copy and this was one of the changes to prevent the problems. The problem you are having should be

[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Paul Bakaus
Hi guys, I have something like that planned for a long time. the current UI demo gallery features something quite similiar, but it doesn't operate in 3D, it only scales. There is only one possibility to create this effect using open web standards, that is by using he canvas element. However,

[jQuery] Re: Newbie needs help on selector

2007-11-30 Thread Karl Swedberg
On Nov 30, 2007, at 12:48 AM, Dan M wrote: Karl, Thanks for taking the time to help! Should I be able to apply the hide method from there??? $('input:not(:checkbox)').prev('label').hide('slow'); Yes, absolutely. Of course, you need to bind it to an event of some sort, too, or at

[jQuery] Re: CSS JS Library - is there a jQuery equivalent?

2007-11-30 Thread Flesler
Heh, I was about to post the same, nice to see that someone remembered it :) Ariel Flesler On Nov 29, 2:04 pm, sawmac [EMAIL PROTECTED] wrote: On Nov 29, 5:16 am, Guy Fraser [EMAIL PROTECTED] wrote: Another sweet thing found on

[jQuery] Re: Jcarousel problems in Safari.

2007-11-30 Thread Jan Sorgalla
Hi, On 30 Nov., 12:55, jonhobbs [EMAIL PROTECTED] wrote: Hi, I've been trying to use Jcarousel -http://sorgalla.com/jcarousel/- I'm sure some of you will know of it. The problem is that I was coming across all sorts of display bugs in the PC version of Safari (version 3.0.3). I thought it

[jQuery] jQuery CoverFlow

2007-11-30 Thread Kevin Scholl
Greetings, all! Has anyone done a jQuery equivalent of Apple's coverflow navigation? I've seen several Javascript implementations, SE51 (http:// www.se51.net/devnull/cover-flow/) being the nicest I've come across. But no sign of a jQuery variant that I've seen. This is beyond my skills and

[jQuery] Re: Masked Input Plugin 1.1.2

2007-11-30 Thread KidsKilla .grin! wuz here
Great plugin! i only think it's better to use somethin like $(this).bind('paste.jqmask, input.jqmask',function(){ setTimeout(checkVal,0); };) instead of if ($.browser.msie) this.onpaste= function(){setTimeout(checkVal,0);}; else if ($.browser.mozilla)

[jQuery] Documentation of datatype map

2007-11-30 Thread Mario Wolff
Hello all, i'm new to jquery and i'm very happy with it! Thaks to the developers! I have a missing documentation hint. The datatype map, for example used in $.get(url,data,callback) for data, is documented as Key/value pairs that will be sent to the server.. What is missing is the possibility to

[jQuery] Jcarousel problems in Safari.

2007-11-30 Thread jonhobbs
Hi, I've been trying to use Jcarousel - http://sorgalla.com/jcarousel/ - I'm sure some of you will know of it. The problem is that I was coming across all sorts of display bugs in the PC version of Safari (version 3.0.3). I thought it was my implementation but then I checked the official site

[jQuery] Re: jQuery.extend not working for function as target,is it a bug?

2007-11-30 Thread David Serduke
Ah the beauty of bug fixes. Fix one thing and break another. This was a change from changeset [3841]. There were some issues with deep copy and this was one of the changes to prevent the problems. The problem you are having should be fixed in [3985]. Sorry bout that. David

[jQuery] Opacity/Transperency in clueTip Plugin

2007-11-30 Thread Samyak Bhuta
Hi All, First of all, thanks for everybody behind jQuery and lot of useful plugins it comes with especially clueTip ( for this post :) . I wanted to know if it is possible to achieve opacity/transperency in clueTip plugin ? If so how do I do that ? Thanks n' Regards, Samyak

[jQuery] Re: Noob question: How to access a PHP variable and append it to the html?

2007-11-30 Thread Gordon
Your best approach would be to write a PHP script that serves data in XML or JSON format and then invoke the script from a $.ajax call in jQuery. Then you process the data you get back and insert it into your document as appropriate. Sorry for being vague, but without more information that's

[jQuery] Re: Noob question: How to access a PHP variable and append it to the html?

2007-11-30 Thread Giovanni Battista Lenoci
There are a lot of way to take data via ajax. I always use this one: Client side: data = param1=fooparam2=bar $.ajax({ type: POST, url: ajax.php, data: data, dataType: json, success: function(data_result) { FillResult(data_result) } // on success the

[jQuery] Re: Using Superfish with images as triggers (a or img as top level)?

2007-11-30 Thread Joel Birch
On 01/12/2007, Josh V [EMAIL PROTECTED] wrote: can you place your images in lists. liimg //li of use lists with background images? Or better still: liaimg //ali ...or background images set on those anchors (hiding any text with text-indent:-999em;). Make sure you use anchors inside the list

[jQuery] Re: Scrolling Quote Craziness

2007-11-30 Thread Karl Swedberg
Oh sure, Glen. Blame it all on me! :-p Just kidding. I'm glad you switched it to the cycle plugin. I'm actually using it, too, on a site I just redesigned: http://www.calvin.edu/festival/ I remember writing that script for you on the bus ride home from work about a year ago. Seems like a

[jQuery] Re: slideUp submenu before loading a new page (it won't wait)

2007-11-30 Thread Karl Swedberg
Hi Rob, Here I think the documentation will be very helpful. http://docs.jquery.com/Traversing/next#expr You can insert an expression into the .next() to filter it further -- by class, tag name, id, whatever. So, in your situation, you can do this: $(dt.current).next('dd').addClass(show)

[jQuery] Re: Survey, what is the scariest animal?

2007-11-30 Thread Bil Corry
Rey Bango wrote on 11/30/2007 9:56 AM: It may have slipped through. We do our best to catch these when Google doesn't but we can't catch em all. Oh, I expect things will slip through. I was just asking so that the poster can be shown the door. - Bil

[jQuery] Re: Survey, what is the scariest animal?

2007-11-30 Thread Bil Corry
biophilen wrote on 11/30/2007 1:53 AM: Please take 10-15 mnutes of your time to be an anonymous participant in a research project that I am performing for school. Doesn't posting the same message in 385 different forums count as spam?

[jQuery] Re: slideUp submenu before loading a new page (it won't wait)

2007-11-30 Thread Rob_
Managed to fix the previous problem and am left with a less critical one...: $(dt.current).next().addClass(show); ...adds this class to my dd submenu. However, when there's no submenu, the class is added to the next element, like the next dt So, with this code I would *not* like to add

[jQuery] Re: Noob question: How to access a PHP variable and append it to the html?

2007-11-30 Thread Wizzud
On Nov 30, 5:55 am, Action [EMAIL PROTECTED] wrote: On Nov 29, 8:02 pm, Wizzud [EMAIL PROTECTED] wrote: For example ... ? Sorry, maybe that was a bit too cryptic. Can you provide an example of your PHP data? Can you provide examples of the before/after affected HTML? Can you provide _any_

[jQuery] Re: Using animate within an IFrame

2007-11-30 Thread newsletter . tech
Luciano, Thanks for the suggestion. The problem is that the page containing the iframe is not using jquery. The user is clicking on a button on the page inside the iframe and that page is where the jquery is being executed from. What's extremely odd is that the animation for width is working,

[jQuery] unsubscribe

2007-11-30 Thread Angelo Zanetti
Hi guys. I have subscribed to this group but im not using a gmail account, how do I unsubscribe? thanks

[jQuery] Re: Masked Input Plugin 1.1.2

2007-11-30 Thread Josh Bush
By using the event.identifier type binding, I'd be limiting my plugin to 1.2.x+. I've never tried using bind with the paste and input events. The solution that is in the plugin was the only way I could make it work, but that was quite some time ago. I'll investigate that further when I get

[jQuery] Re: Masked Input Plugin 1.1.2

2007-11-30 Thread KidsKilla .grin! wuz here
I tried, seems like it works just fine =): input.one(unmask,function(){ input.unbind(focus,focusEvent); input.unbind(blur,checkVal); input.unbind(keydown,keydownEvent);

[jQuery] jQuery putting logic in separate file

2007-11-30 Thread bludog
I'm new to jQuery, so please bear with me. I'm putting the jQuery logic in a separate file for the jQuery calendar: script src/js/jquery.js type=text/javascript/script script src/js/sdr/jquery-calendar.js type=text/javascript/ script And the css link rel=stylesheet type=text/css

[jQuery] Scrolling Quote Craziness

2007-11-30 Thread Glen Lipka
On the main page of http://www.marketo.com/ There is a scrolling quote on the left. (Originally made by Karl, I think) Watch it for 15 seconds. After that it starts to go nuts. Any ideas why this is happening? The whole page uses jQuery. Glen

[jQuery] Re: ajax/jquery architectural question

2007-11-30 Thread tlphipps
In our app we include all jquery/javascript code in our main page rather than loading more scripts via AJAX. We can then manipulate the new content (loaded via AJAX) using those already existing scripts, functions, etc. As far as binding events to this new content, we generally use the

[jQuery] Click through on stacked elements

2007-11-30 Thread Mark Lacas
I'm struggling to figure out a way to click through a series of stacked elements until I find one with my custom click handler. Is there an easy way to do this? For example I have a image of a US map and I want to put a clickable image behind it. When I click on the place where the image is

[jQuery] Re: Attribute Selector Docs Error?

2007-11-30 Thread kiwi
I have been following the docs and using a very recent version of jQuery. The docs don't mention the @ thing at all and I was wondering why my selector didn't work... Well obviously I'll upgrade and leave out the @ but it would have been handy to learn this just by reading the docs... The

[jQuery] Re: Superfish: a way to right-align arrow char?

2007-11-30 Thread Joel Birch
Hi Jennifer, Maybe try wrapping a span tag (with a class... say arrow) around the arrow character and do: .arrow { position: absolute; right: .5em; top: .5em; } ...or something like that. Joel Birch.