[jQuery] Re: Show all?

2007-08-03 Thread Brian Cherne
Well, I haven't seen any other accordion panes with working links so it's hard to tell where he'll put that data... if the data DIVs were all siblings (as they are currently) then this would work. There is a minor problem with siblings in that Mitchell's detail pane header (attrtext) is a sibling

[jQuery] Re: Good Javascript editor or IDE?

2007-08-03 Thread Dragan Krstic
HomeSite anyone? It is shame that Macromedia totally ignored. They didn't put anything new for more than 5 yrs. Yeah, it still lives in Dreamweaver coding enviroment, and when I'm using DW, 90% of time I spent there. -- Dragan Krstić krdr http://krdr.ebloggy.com/

[jQuery] Documention Group

2007-08-03 Thread Tane Piper
Hey folks, Hope you don't mind, but with the recent dicussion of documentation for jQuery I've created a seperate group for it: http://groups.google.com/group/jquery-docs/ If you are serious about helping the efforts of improving the jQuery documentation, then please join the group and we can

[jQuery] Split list digests for the mainlist

2007-08-03 Thread David Duymelinck
Hello, I think it's a good idea there are split lists but is it somehow possible to inject good ideas or decisions made in those split lists into the main list in the form of digests/split list post. I think the lists most eligible for this are the plugins and the new docs list. I never

[jQuery] Autocomplete: Problem in Jörn Zaefferer's v ersion

2007-08-03 Thread Saurabh
Thanks Jörn for great plugin!!! Realy solved my most autocomplete problems. My requirement and expectation form Autocomplete plugin was: 1. Multimple select 2. HTML formated out put (I added, please check http://dev.reach1to1.net/saurabh/jplugins/autocomplete/) 3. On Select callback =Multiple

[jQuery] Re: Coder vs Designer?

2007-08-03 Thread Christof Donat
Hi, In my present job we don't have a designer, so us coders are the designer. I don't mind but I'd still like to keep the two separated as much as possible. Our Designer gives me (the developer) what he has produced with GoLive and a text describing, how things should interact. If

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-03 Thread Alexandre Plennevaux
me too! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ganeshji Marwaha Sent: jeudi 2 août 2007 19:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Do you think jQuery's documentation is enought? Hi list, I have been thinking about a

[jQuery] Re: Show all?

2007-08-03 Thread Wizzud
Sorry Brian. Blimey, I can't believe I some of the things I come out with - looking back at what I wrote, it's (almost) a load of twaddle! Not enough coffee, me thinks or maybe too much! Anyway, I agree with the points you were trying to make, especially with number 1, though possibly less

[jQuery] multiline string

2007-08-03 Thread james_027
hi, I am trying to use the jQuery .after() function. I have something like this .. $('p').after('p class=maina href=#sample/a/p'); I want to transform it into something like this to make the code much easier to read $('p').after(' p class=main a href=#sample/a /p '); how can

[jQuery] Re: multiline string

2007-08-03 Thread Klaus Hartl
james_027 wrote: hi, I am trying to use the jQuery .after() function. I have something like this .. $('p').after('p class=maina href=#sample/a/p'); I want to transform it into something like this to make the code much easier to read $('p').after(' p class=main a href=#sample/a

[jQuery] UI upload

2007-08-03 Thread Alexandre Plennevaux
hi! i just saw that there is an upload UI planned: HYPERLINK http://docs.jquery.com/UI/Uploadhttp://docs.jquery.com/UI/Upload I don't know who's in charge so i'll address this to the list i would like to know if i can help, since i gather some experience in doing it with my plugin

[jQuery] Re: Coder vs Designer?

2007-08-03 Thread Christof Donat
Hi, I'm sorry Christof, didn't mean to offend you. Just saw the code and couldn't hold back... No problem. I took your response as a challange, not an offense ;-) Christof

[jQuery] Re: radiobutton is checked?

2007-08-03 Thread David Duymelinck
$(input:radio:checked) should work too. -- David bytte schreef: Ok, sorry , should hae checked the documentation better. I found this to be the perfect answer to my question: $([EMAIL PROTECTED]@checked]) On 3 aug, 15:03, bytte [EMAIL PROTECTED] wrote: How can I check with jQuery

[jQuery] Re: BlockUI fade out - Possible to disable for some instances?

2007-08-03 Thread Mike Alsup
Maggi, I just realized that I don't have this implemented correctly. I'll post an updated version when I have it fixed (probably tonight). Mike On 8/2/07, Maggi [EMAIL PROTECTED] wrote: Great, thanks alot Mike! On Aug 2, 9:01 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi Magnus, You

[jQuery] Re: UI upload

2007-08-03 Thread John Resig
Sure - you should probably re-post this to the jQuery UI mailing list: http://groups.google.com/group/jquery-ui That's where we're currently discussing the UI stuff, you'll get a better response :-) --John On 8/3/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi! i just saw that there

[jQuery] Re: multiline string

2007-08-03 Thread Karl Swedberg
Another way you could do this with multiple lines would be to use .insertAfter() . Something like this maybe: $('p class=main/p) .append('a href=#sample/a') .insertAfter('p'); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 3,

[jQuery] Re: radiobutton is checked?

2007-08-03 Thread bytte
Ok, sorry , should hae checked the documentation better. I found this to be the perfect answer to my question: $([EMAIL PROTECTED]@checked]) On 3 aug, 15:03, bytte [EMAIL PROTECTED] wrote: How can I check with jQuery whether or not a radiobutton is checked?

[jQuery] Re: jquery.flickr + reflection

2007-08-03 Thread Daniel MacDonald
addClass('reflect') is definitely running before the images are loading - the hazards of living in an AJAX world. setTimeout is a step in the right direction, but you really want to add you reflections after the response. There are a couple of options: the flickr plugin can accept a callback:

[jQuery] Re: Datepicker. Hide dates from next/prev month

2007-08-03 Thread Brian Miller
CSS: table.jCalendar td.other-month { visibility: hidden; } - Brian Hi all. Right now the default behaviour of Kevin's datepicker, http://kelvinluck.com/assets/jquery/datePicker/v2/demo/, is to show the dates from the previous/next month as well as the dates from the current

[jQuery] jCarouselLite problem

2007-08-03 Thread Bruce MacKay
Hi folks/Ganeshji I'm having trouble getting jCaroselLite to work first time round. When I either link to a page containing a carousel or to a thickbox containing a carousel, in neither case do the images appear when that page/thickbox is visited via the link. However, if I refresh the

[jQuery] Re: jTip reload issue

2007-08-03 Thread Chris Hall
Thank you, I was able to solve the issue using the links you provided. On Aug 1, 11:40 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Chris, You're probably binding the jtip function to the page only when it's initially loaded. You'll probably need to re-bind it after the new content has

[jQuery] Find nested elements within a div

2007-08-03 Thread Mindblender
I am trying to get all of the check box elements within a div element. Some are also inside a span element within the div. When I do $(#checkGroup/[EMAIL PROTECTED]), I get the first 5 checkboxes but the remaining 4, the ones within the span, aren't included. How can I select all of the check

[jQuery] jQuery slowdowns on consecutive calls

2007-08-03 Thread offwhite
http://brennan.offwhite.net/fasterjquery/ I put together a test to see how well jQuery would perform if I carefully chained multiple functions together or use the each function or completely break them up into separate calls. I was able to show the chaining is the fastest while the each function

[jQuery] Re: Coder vs Designer?

2007-08-03 Thread Christof Donat
Hi, I spot a typical case of classitis here. I just used Matts original here. Why not getting a little more semantic and use a real heading instead of the least semantic element with a class heading: div h2Course Title/h2 p.../p /div Less bloated, less to transfer... How

[jQuery] Re: multiline string

2007-08-03 Thread james_027
hi, nice trick! cheers, james On Aug 3, 4:23 pm, Klaus Hartl [EMAIL PROTECTED] wrote: james_027 wrote: hi, I am trying to use the jQuery .after() function. I have something like this .. $('p').after('p class=maina href=#sample/a/p'); I want to transform it into something like

[jQuery] Re: Coder vs Designer?

2007-08-03 Thread Klaus Hartl
Christof Donat wrote: The html fragment file 'histTemplate.htmlf': div span class=headingCourse Title/span span class=content/span /div I spot a typical case of classitis here. Why not getting a little more semantic and use a real heading instead of the least semantic

[jQuery] select .change event not firing on up/down arrow press

2007-08-03 Thread Jack Killpatrick
Hi, wondering if anyone knows why this might be happening: I've attached a .change event to a set of select boxes: $('#ml_cartItems [EMAIL PROTECTED]').change(function() { var productID = this.id.split('_')[1]; MLStore.changeItemQty( productID, $(this).val() ); }); The change

[jQuery] Re: slideUp/Down flicker with 1.0.4

2007-08-03 Thread nazeem
Thanks for the effort. I have solved it by including a time delay between slideDown and hide. - nazeem Karl Swedberg-2 wrote: Are you using jQuery 1.0.4? Firefox Mac? If so, you'll need to upgrade your version of jQuery. I'm reluctant to open zip files. Do you have a simple demo

[jQuery] Re: Coder vs Designer?

2007-08-03 Thread Klaus Hartl
Christof Donat wrote: How about dtCourse Title/dt dd.../dd And then in the original code have dl id=courseHist/dl Even less bloated, less to transfer, more expressive and my suggested code should still work (as it does with your suggestion). Christof I agree, although we shouldn't

[jQuery] Re: BlockUI fade out - Possible to disable for some instances?

2007-08-03 Thread Maggi
Great, thanks alot Mike! On Aug 2, 9:01 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi Magnus, You can disable the fade effect when you call the blocking function using the fadeOut option. For example: $.blockUI( Please wait, null, { fadeOut: 0 } ); You can also change the time it takes to

[jQuery] Preloaders, Ajax and Jquery

2007-08-03 Thread [EMAIL PROTECTED]
Hi all ! I'm quite a newbie to jquery and like very much using it in my everyday coding work. I'd like to implement some preloaders on my website. In fact, I have a number of blocks (divs) on one page and on loading it, I make an ajax call to my database and retrieves css preferences from an

[jQuery] Apple style gallery popup

2007-08-03 Thread flyingbuddha
Hi people, I'm trying to create a gallery animation similar to the one here: http://www.apple.com/macosx/leopard/features/desktop.html When the user clicks on the pic, I want the larger version to expand from the thumbnail version to the bigger version, moving from the thumbnails picture into

[jQuery] Datepicker. Hide dates from next/prev month

2007-08-03 Thread Dmitrii 'Mamut' Dimandt
Hi all. Right now the default behaviour of Kevin's datepicker, http://kelvinluck.com/assets/jquery/datePicker/v2/demo/, is to show the dates from the previous/next month as well as the dates from the current month. What would be the easy way to make the datepicker show the dates from the

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread spinnach
try it like this, .is() returns true or false so you have to use it in an if statement: $(a.saveConfig).click(function() { if ($('div.detail').is(':visible')) alert('Hey this works'); }); dennis. Pete wrote: I'm trying to create a link that when clicked will produce an alert if there are

[jQuery] IS condition true like an if statement?

2007-08-03 Thread Pete
I'm trying to create a link that when clicked will produce an alert if there are any visible divs (all .detail divs are hidden by default). I have the following function but it doesn't seem I'm doing it correctly; nothing happens regardless of the visibility status of the divs.

[jQuery] Superfish, Click no Hover

2007-08-03 Thread kristin
I'm trying to modify superfish to open when u click on the parent link, insead of when you hover over it, but I'm not having any luck. I'm not that great at js when it comes to writing it from scratch, but I can take what you give me and run with it. Any suggestions would be helpful. Thanks!

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Jack Killpatrick
Ah, yes, I see that now. Works for me ;-) thx for pointing that out! Dan G. Switzer, II wrote: When the user has changed the value with the keyboard, it will fire the change event when it loses focus. (I think that's right..) Correct. The browsers won't fire the onchange event on a

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-03 Thread njsuperfreak
I would like it to list every built-in function like in (MySql), and make it searchable, with more real world examples. The problem I ran into lastnight is I was trying to load a ext JavaScript file, and I forgot the tutorial with the examples. I tried doing a search, and the result was kind of

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Collin Allen
When the user has changed the value with the keyboard, it will fire the change event when it loses focus. (I think that's right..) On Aug 3, 3:16 am, Jack Killpatrick [EMAIL PROTECTED] wrote: Hi, wondering if anyone knows why this might be happening: I've attached a .change event to a set of

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Dan G. Switzer, II
When the user has changed the value with the keyboard, it will fire the change event when it loses focus. (I think that's right..) Correct. The browsers won't fire the onchange event on a select element when you're using the keyboard until you're finished changing the value--which when using

[jQuery] Re: Two words for Jquery

2007-08-03 Thread Frank
Bravo jquery!! Frank On Aug 2, 2:10 am, David Duymelinck [EMAIL PROTECTED] wrote: js ez -- David Geoffrey Knutzen schreef: Remember, the two words must be less than a total of 20 characters (compressed) :) -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Ganeshji Marwaha
Yes, is() method returns true/false. This is one of the few methods which doesnt return a jquery object because it makes more sense to return boolean. -GTG On 8/3/07, spinnach [EMAIL PROTECTED] wrote: try it like this, .is() returns true or false so you have to use it in an if statement:

[jQuery] Re: Superfish, Click no Hover

2007-08-03 Thread Joel Birch
Hi Kristin, It's a silly hour in Australia and I'm not really awake, but I quickly changed this: $.fn.applyHovers = function(){ return this[($.fn.hoverIntent) ? 'hoverIntent' : 'hover'](over,out); }; ...to this: $.fn.applyHovers = function(){ if (o.useClick) {

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Ganeshji Marwaha
i guess, as others have said, the browser will fire change events only when the select box loses focus for keyboard navigation. But don't code for this feature making that assumption, as i don't think this behavior is the same across all browsers. Either IE or FF (i can't remember which) fires

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Ganeshji Marwaha
klaus, how did u use timeout to prevent IE or Opera from firing change events... Or, did u mean that, to achieve cross-browser consistency, u didn't listen for change events, rather chose to poll the select on an interval? -GTG On 8/3/07, Klaus Hartl [EMAIL PROTECTED] wrote: Ganeshji

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Klaus Hartl
Ganeshji Marwaha wrote: i guess, as others have said, the browser will fire change events only when the select box loses focus for keyboard navigation. But don't code for this feature making that assumption, as i don't think this behavior is the same across all browsers. Either IE or FF (i

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Klaus Hartl
Pete wrote: I'm trying to create a link that when clicked will produce an alert if there are any visible divs (all .detail divs are hidden by default). I have the following function but it doesn't seem I'm doing it correctly; nothing happens regardless of the visibility status of the divs.

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Pete
I guess I'm still not getting else out of this. I thought I had it figured out I think what's confusing to me as a n00b is that if does not seem to be closed. How would I accomplish an else condition? On Aug 3, 11:27 am, Klaus Hartl [EMAIL PROTECTED] wrote: Pete wrote: I'm trying to create

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Pete
Sorry... I figured it out fairly easily. Still learning over here. Thanks for the help! On Aug 3, 10:57 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Yes, is() method returns true/false. This is one of the few methods which doesnt return a jquery object because it makes more sense to return

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Pete
I'm still confused about one thing though. How does the else portion work? Sorry for being such a noob, but I haven't been able to find the syntax using IS as an if statment through Jquery. On Aug 3, 10:57 am, Ganeshji Marwaha [EMAIL PROTECTED] wrote: Yes, is() method returns true/false.

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Pete
PERFECT! That helps me out quite a bit since I didn't really know the syntax on JQuery conditional statements. On Aug 3, 10:26 am, spinnach [EMAIL PROTECTED] wrote: try it like this, .is() returns true or false so you have to use it in an if statement: $(a.saveConfig).click(function() {

[jQuery] jCarousel question

2007-08-03 Thread Fasita
Hi, quick question about jCarousel: I have 3 items in the carousel, showing only one at a time. What I'm trying to accomplish is have the middle item showing on start, so you can scroll one item left or right. When I set the 'start: 2' option, it does start on the middle item, but when

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Klaus Hartl
Ganeshji Marwaha wrote: klaus, how did u use timeout to prevent IE or Opera from firing change events... Or, did u mean that, to achieve cross-browser consistency, u didn't listen for change events, rather chose to poll the select on an interval? I'm simply delaying the handler being

[jQuery] SevenMagOnline.com Feature blocks

2007-08-03 Thread Ty
Anyone have any idea how to do something like this in jQuery, I think it's built using mooTools, that's in the js calls anyways... http://www.sevenmagonline.com/ The 4-thumbnail blocks on the homepage just beneath the large flash movie of features, that click and expand on mouseover. The click

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Klaus Hartl
Pete wrote: I guess I'm still not getting else out of this. I thought I had it figured out I think what's confusing to me as a n00b is that if does not seem to be closed. How would I accomplish an else condition? I highly recommend to make yourself familiar with JavaScript control

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Ganeshji Marwaha
gotcha - thanks -GTG On 8/3/07, Klaus Hartl [EMAIL PROTECTED] wrote: Ganeshji Marwaha wrote: klaus, how did u use timeout to prevent IE or Opera from firing change events... Or, did u mean that, to achieve cross-browser consistency, u didn't listen for change events, rather chose to

[jQuery] Resig's Accordion Lite

2007-08-03 Thread Mitchell Waite
Hi John I set up your menu so its as close to the one from Adobe as I could, given my meager knowledgebase. Adobe http://www.whatbird.com/wwwroot/Components/Accordion%20Menu.html Resig http://www.whatbird.com/wwwroot/Components/Accordion%20Menu_Resig.html There are two things

[jQuery] Re: SevenMagOnline.com Feature blocks

2007-08-03 Thread Ganeshji Marwaha
i am working on something like that... if i get lucky and find some free time out this weekend, you can probably see an alpha version by monday or tuesday. -GTG On 8/3/07, Ty [EMAIL PROTECTED] wrote: Anyone have any idea how to do something like this in jQuery, I think it's built using

[jQuery] Coder vs Designer?

2007-08-03 Thread Matt Penner
Good catch Klaus Christof. I am a coder and relatively new to CSS. I do have a little tenancy towards classitis which I am trying to cure myself of. Thanks for the good suggestions! Matt -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Re: forcing string literals

2007-08-03 Thread Klaus Hartl
Todd Harris wrote: Hi all - I have a JSON response with a parameter like count: 0; But if I try appending this value in a chained command, jQuery interprets this as false and not a string literal. eg $(counts_col).append(json.count); Is there a trick to making 0 a string literal and not a

[jQuery] Re: SevenMagOnline.com Feature blocks

2007-08-03 Thread Ty
Wow OK I hadn't realized the thumbnails swap out when a main menu item is hovered. I thought maybe they were just set to cycle on intervals. On Aug 3, 3:00 pm, Ty [EMAIL PROTECTED] wrote: Anyone have any idea how to do something like this in jQuery, I think it's built using mooTools, that's in

[jQuery] forcing string literals

2007-08-03 Thread Todd Harris
Hi all - I have a JSON response with a parameter like count: 0; But if I try appending this value in a chained command, jQuery interprets this as false and not a string literal. eg $(counts_col).append(json.count); Is there a trick to making 0 a string literal and not a boolean false?

[jQuery] Help with dblclick

2007-08-03 Thread Terry B
I have a bunch of events and I loop through them. I would like to create a double-click effect so that I call function eventDoubleClick but I want that event to pass its index value, as such: for (i=0, iarrayLength; i++) { $t(#event_ + i).dblclick(function () {eventDoubleClick(i)}); }

[jQuery] Scrolling a div area without scrolling the page?

2007-08-03 Thread [EMAIL PROTECTED]
Hi, I don't know if jquery will be able to address this but I thought I would try anyway. Is there a way to scroll a div area (which has an overflow:auto) to an anchor point within the div without scrolling the page (i.e., the page should remain stationary)? I've coded a basic html example at

[jQuery] Re: Help with dblclick

2007-08-03 Thread Michael Geary
From: Terry B I have a bunch of events and I loop through them. I would like to create a double-click effect so that I call function eventDoubleClick but I want that event to pass its index value, as such: for (i=0, iarrayLength; i++) { $t(#event_ + i).dblclick(function ()

[jQuery] Re: SevenMagOnline.com Feature blocks

2007-08-03 Thread Rey Bango
Go, go, go Ganeshji!!! Ganeshji Marwaha wrote: i am working on something like that... if i get lucky and find some free time out this weekend, you can probably see an alpha version by monday or tuesday. -GTG On 8/3/07, * Ty* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Anyone

[jQuery] Re: Resig's Accordion Lite

2007-08-03 Thread Dragan Krstic
In my inverted hover, I copy-pasted easing function from Interface. 2007/8/3, Mitchell Waite [EMAIL PROTECTED]: Hi John I set up your menu so its as close to the one from Adobe as I could, given my meager knowledgebase. Adobe

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-03 Thread Dragan Krstic
I added some styling to inverted accordion and changed functionality a little bit. Now there's no need hoverIntent plugin. Still there's some styling issues in IE6 It can be found on: http://www.bydot.net/hoveracc/hoveracc_4.htm @John Why callback in animation method doesn't work when using step

[jQuery] Eloquent JavaScript hyper-book

2007-08-03 Thread Sean O
Hi, Just wanted pass along a site I just came across that is a well-done hyper-book titled Eloquent JavaScript. It covers everything from basic variables, strings, etc. to DOM, regular expressions and OOP. As the author states, it's aimed at the beginner JavaScript programmer, but

[jQuery] Re: SevenMagOnline.com Feature blocks

2007-08-03 Thread LKK
I'm also interested in this effect - you can take a look at my first rough code mockup: http://www.kaaeklausen.dk/jquery_test/ the hover effect is by no means perfect (it works best in the latest build of the webkit engine - if you use another browser your mileage may vary), but maybe you or

[jQuery] Re: IS condition true like an if statement?

2007-08-03 Thread Frank
Was I misinformed or is the is(); used only with CSS? If not, is(click); should evaluate when click() is clicked. Frank On Aug 3, 2:12 pm, Klaus Hartl [EMAIL PROTECTED] wrote: Pete wrote: I guess I'm still not getting else out of this. I thought I had it figured out I think what's

[jQuery] Re: Help with dblclick

2007-08-03 Thread Terry B
i made it even more simply... sry, took forever for the post to actually post... $t(#event_ + i).dblclick(function () {eventDoubleClick(this)}); } just send the object On Aug 3, 4:03 pm, Michael Geary [EMAIL PROTECTED] wrote: From: Terry B I have a bunch of events and I loop

[jQuery] Re: forcing string literals

2007-08-03 Thread Todd Harris
Aha! Much thanks, Klaus! On Aug 3, 1:38 pm, Klaus Hartl [EMAIL PROTECTED] wrote: Todd Harris wrote: Hi all - I have a JSON response with a parameter like count: 0; But if I try appending this value in a chained command, jQuery interprets this as false and not a string literal.

[jQuery] Re: Coldfusion 8 / Javascript image cropper

2007-08-03 Thread cfdvlpr
That is an awesome tag and thanks for leading me to it... On Aug 2, 6:07 pm, Andy Matthews [EMAIL PROTECTED] wrote: This demo uses Prototype and Scriptaculous, but there's no reason that it shouldn't be able to use jQuery:

[jQuery] annoying newbie

2007-08-03 Thread jsmart
I have read through the site, and fear I am asking in the wrong place. If I am, please accept my sincear apologies. I use the modal pop up in many situations - it is fantastic! I am forever indebted to the skills of the programmers, your skills make me look clever! I am trying to have the

[jQuery] Best way to select a cell in a table?

2007-08-03 Thread Matt Penner
I have a table that represents a matrix with various columns and rows. I use AJAX/JSON to populate the various cells with data. Not every cell will contain an item of data and some may have more than one item. What's the best way to select a specific cell of the table? If I wanted the 2nd row

[jQuery] Unable to replicate what seems like a simple element via jQuery

2007-08-03 Thread Jim Newfer
Hello everyone, After spending quite some time trying to figure this out, I have resorted to asking for help because after trying what seems like everything, I have yet to find a solution. So maybe someone could help me out/point me in the right direction or offer some function names. I have

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread John Resig
Huh... I should probably nuke :nth(). --John On 8/3/07, Karl Swedberg [EMAIL PROTECTED] wrote: They're the same, so you can use whichever you prefer. From jquery.js: nth: m[3]-0==i, eq: m[3]-0==i, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Ganeshji Marwaha
i agree, but i saw hasClass() in the roadMap for 1.2. So, i thought you were adding some convenience methods. So thought i would give my .02 coz, this sometimes had a tendency to increase my code and decrease legibility with a lot of .lt(var + 1) and .gt(var - 1). I, in particular don't have a

[jQuery] Re: Unable to replicate what seems like a simple element via jQuery

2007-08-03 Thread John Resig
Do you have a page using the jQuery code? It's a little bit hard to tell from the example. Right now, the only thing that seems strange is .removeAttr(style), but it's hard to say without seeing it in action. --John On 8/3/07, Jim Newfer [EMAIL PROTECTED] wrote: Hello everyone, After

[jQuery] Re: Best way to select a cell in a table?

2007-08-03 Thread Ganeshji Marwaha
I don't think ur selector is right for selecting the 2nd row, 3rd column. It most probably is returning you more elements depending on the number of rows u have. Eg: if you have 3 rows in your table, then it should return, 1 tr and 3 td's each representing the 3rd column in every row. I would use

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread John Resig
Well, it should be noted that we're remove .lt() .gt() and .eq() in favor of a new .slice() method, which will be able to produce identical results (and even better). --John On 8/3/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: i agree, but i saw hasClass() in the roadMap for 1.2. So, i

[jQuery] Re: jCarouselLite problem

2007-08-03 Thread Ganeshji Marwaha
i think, u might not be specifying the attributes width and height for the images within the carousel. Try, specifying width and height attributes and lemme know if it works. -GTG On 8/3/07, Bruce MacKay [EMAIL PROTECTED] wrote: Hi folks/Ganeshji I'm having trouble getting jCaroselLite to

[jQuery] Re: jCarousel question

2007-08-03 Thread Ganeshji Marwaha
are u using jcarousellitehttp://www.gmarwaha.com/jquery/jcarousellite/index.php , or jcarousel http://sorgalla.com/jcarousel/. Can you post a test page somewhere so we can take a look? -GTG On 8/3/07, Fasita [EMAIL PROTECTED] wrote: Hi, quick question about jCarousel: I have 3 items in

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Klaus Hartl
Ganeshji Marwaha wrote: meantime, is there any possibility to add le() and ge() (for lesser than or equal to and greater than or equal to). I am under the assumption it is not already there. these are gt() and lt() --Klaus

[jQuery] Re: annoying newbie

2007-08-03 Thread Josh Nathanson
I haven't done it, but isn't the modal window just a div on the parent page? I would think you could add a function in the onHide callback that would select the appropriate modal window field and then populate your parent window field with the value. Not tested, but something like this

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Karl Swedberg
They're the same, so you can use whichever you prefer. From jquery.js: nth: m[3]-0==i, eq: m[3]-0==i, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 3, 2007, at 4:51 PM, Matt Penner wrote: I've

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread John Resig
Probably not since :le(3) is the same thing as :lt(4). --John On 8/3/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: meantime, is there any possibility to add le() and ge() (for lesser than or equal to and greater than or equal to). I am under the assumption it is not already there. -GTG

[jQuery] :eq vs :nth?

2007-08-03 Thread Matt Penner
Ah, thanks for that. I'll check the code next time. Matt From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Friday, August 03, 2007 2:18 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: :eq vs :nth? They're

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Ganeshji Marwaha
cool, i will keep an eye on that -GTG On 8/3/07, John Resig [EMAIL PROTECTED] wrote: Well, it should be noted that we're remove .lt() .gt() and .eq() in favor of a new .slice() method, which will be able to produce identical results (and even better). --John On 8/3/07, Ganeshji Marwaha

[jQuery] Best way to select a cell in a table?

2007-08-03 Thread Matt Penner
You're right GTG. I found this out quickly after my post. I'm using the following: $('tr:eq(2) td:eq(3)') which seems to get exactly the one cell I'm looking for. Just for sake of argument this is a very simple example. I use variables in my code and I have only one table on the page. If I

[jQuery] Re: Best way to select a cell in a table?

2007-08-03 Thread Ganeshji Marwaha
oh ok... i guess, that is a good solution overall. I would use that. I don't know what other prefer though. But, i wouldn't give ids to each and every cell in the table just for the purpose of selection. it increases markup size. -GTG On 8/3/07, Matt Penner [EMAIL PROTECTED] wrote: You're

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Ganeshji Marwaha
quick question... are the :eq() etal... selectors gonna stay? or are they going to be removed as well. -GTG On 8/3/07, John Resig [EMAIL PROTECTED] wrote: Well, it should be noted that we're remove .lt() .gt() and .eq() in favor of a new .slice() method, which will be able to produce

[jQuery] Re: BlockUI fade out - Possible to disable for some instances?

2007-08-03 Thread Mike Alsup
Ok, it's fixed now! v1.31 is what you want. http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 8/3/07, Mike Alsup [EMAIL PROTECTED] wrote: Maggi, I just realized that I don't have this implemented correctly. I'll post an updated version when I have it

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Josh Nathanson
quick question... are the :eq() etal... selectors gonna stay? or are they going to be removed as well. They would have to be left in the API for backwards compatibility, correct? Or would they become private methods only? -- Josh - Original Message - From: Ganeshji Marwaha

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread John Resig
Selectors are staying, the methods are going. --John On 8/3/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: quick question... are the :eq() etal... selectors gonna stay? or are they going to be removed as well. -GTG On 8/3/07, John Resig [EMAIL PROTECTED] wrote: Well, it should be

[jQuery] Re: :eq vs :nth?

2007-08-03 Thread Ganeshji Marwaha
thanks. -GTG On 8/3/07, John Resig [EMAIL PROTECTED] wrote: Selectors are staying, the methods are going. --John On 8/3/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: quick question... are the :eq() etal... selectors gonna stay? or are they going to be removed as well. -GTG

[jQuery] Re: jQuery slowdowns on consecutive calls

2007-08-03 Thread Ganeshji Marwaha
In your attachBehavior method, u r attaching the click event every time. This means that during each run, the same handler is run multiple times. That is what is causing ur problem. Attach the click() event only once, and u should see consistent results. -GTG On 8/2/07, offwhite [EMAIL

[jQuery] animate navigation effect

2007-08-03 Thread adrianmak
Is it possible to make the animate navigation by jquery like below site http://www.cyberexpert.com.hk

[jQuery] can jquery handle onclick with mouseover

2007-08-03 Thread Frank
Can jquery handle mouseover, mouseout and onclick in one function. I need a mouseover to change the image. I need to keep the image if the image is clicked, and not, if the image is not clicked. I need to clear the function if another image is clicked. I have tried this code structure but no

  1   2   >