[jQuery] Intercepting AJAX responses globally

2009-03-17 Thread [rob desbois]
Hi all, I'm trying to write a global AJAX response handler which hooks in *before* the client code receives requested data. The response data from the server might be in JSON or HTML format depending on where the request has come from. I'm trying to build in some client-side handling in case

[jQuery] Why does $.width return innerWidth but set outerWidth?

2009-02-13 Thread [rob desbois]
Hi all, I was just writing a bit of JS to set the width of some buttons to the width of the largest. While doing this I found that the largest one would shrink! Doing this in a debugger gives: $(#x).width(); // 222 $(#x).width(222); // makes element shrink $(#x).width(); // 216 The number

[jQuery] Re: Why does $.width return innerWidth but set outerWidth?

2009-02-13 Thread [rob desbois]
, 2009 at 5:07 AM, [rob desbois] rob.desb...@gmail.comwrote: Hi all, I was just writing a bit of JS to set the width of some buttons to the width of the largest. While doing this I found that the largest one would shrink! Doing this in a debugger gives: $(#x).width(); // 222 $(#x

[jQuery] Re: Why does $.width return innerWidth but set outerWidth?

2009-02-13 Thread [rob desbois]
Filed on trac too: http://dev.jquery.com/ticket/4146 --rob On Feb 13, 5:04 pm, [rob desbois] rob.desb...@gmail.com wrote: Hi Brandon, Give this a whirl:http://pastebin.com/d20276791 Shows the described behaviour in Firefox 3.0.6 o_0 --rob On Feb 13, 2:34 pm, Brandon Aaron brandon.aa

[jQuery] UI/TABS: Can't enable multiple tabs in one call

2008-07-22 Thread [rob desbois]
Hi all, I want to enable/disable a couple of tabs at will. The docs say To enable more than one tab at once reset the disabled property like: $('#example').data('disabled.ui-tabs', []); I cannot get this to work at all - what element is the #example supposed to select? I've been trying on the

[jQuery] Re: expr in $(, expr) not as expected

2008-07-02 Thread [rob desbois]
On Jul 2, 2:11 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Jul 2, 2008, at 7:57 AM, [rob desbois] wrote: Hi, have a feeling this may be a silly question but here goes.. Test output from Firebug's console is below to explain my issue. I select an array of divs by their parent

[jQuery] Re: problem with jquery

2007-10-24 Thread Rob Desbois
;}\viewkind4\uc1\pard\f0\fs20 \par \par \par \par \tab google\par \par \par } -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] ANNOUNCE: v0.2 of jqMultiSelects released

2007-10-23 Thread Rob Desbois
or 0.6KB packed Thanks to everyone who made suggestions and waited for so long. Further information and downloads are available from http://code.google.com/p/jqmultiselects/ --rob -- Rob Desbois

[jQuery] Re: jqMultiSelects suggestion

2007-10-23 Thread Rob Desbois
Rodrigo, This has now been implemented along with some additional features. jqMultiSelects v0.2 is available from http://code.google.com/p/jqmultiselects/ Cheers, --rob On 10/22/07, Rob Desbois [EMAIL PROTECTED] wrote: Hey Rodrigo, Apologies for the massive time in replying, I am very busy

[jQuery] Re: jqMultiSelects suggestion

2007-10-22 Thread Rob Desbois
(#select_right, #options_right); $(#select_right).multiSelect(#select_left, #options_left); Don't you think it is less restrictive? -- rodrigo -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view

[jQuery] Validate plugin and attribute selector values with [square brackets]

2007-09-21 Thread Rob Desbois
validate, all I'll say is thank you, it's a fantastic plugin very well thought-out. --rob -- Rob Desbois

[jQuery] Re: .ready(), Rhino and HttpUnit

2007-09-13 Thread Rob Desbois
if it's ready. Everything else should work just fine. ~Sean On 9/12/07, Rob Desbois [EMAIL PROTECTED] wrote: Ok I've enlightened myself a little: I tried it with jQuery 1.2 and discovered that the line number changed - it's not a line number in httpUnit as I thought

[jQuery] .ready(), Rhino and HttpUnit

2007-09-12 Thread Rob Desbois
$(document).ready === 'function') I know this is likely to be a Rhino/HttpUnit problem but as I know several people on this list are familiar with Rhino I wanted to know if anyone's seen this or has any ideas? I'm on: jQuery 1.1.4 HttpUnit 1.6.2 TIA, --rob -- Rob Desbois Eml: [EMAIL PROTECTED]

[jQuery] Re: .ready(), Rhino and HttpUnit

2007-09-12 Thread Rob Desbois
if to check attachEvent - it's undefined). Seeing as there's been a fair bit of mention of jQuery in Rhino on the list, I find it hard to believe jQuery won't work with it - so has anyone who's used Rhino with jQuery seen this, and can anyone help? thanks, --rob On 9/12/07, Rob Desbois [EMAIL PROTECTED

[jQuery] Re: Need tips on how i can optimize the scripts on this page...

2007-08-23 Thread Rob Desbois
in advance! //Trinodia -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: ORing selectors

2007-08-17 Thread Rob Desbois
PROTECTED] wrote: I would do something like $(#X).add(.Y); On 8/15/07, rickdog [EMAIL PROTECTED] wrote: What is the cleanest way for ORing select results, e.g. returning all DIVs with id=X or class=Y? -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987

[jQuery] Re: min max in array

2007-08-10 Thread Rob Desbois
this maybe but hopefully someone will answer it anyway... I've got an array with different productprices. I'd like to get the highest and lowest price out of this array. What's the best way to do this? /J -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale

[jQuery] Re: Excluding an element part of a selection

2007-08-10 Thread Rob Desbois
() { //code } ); I would like this click event to raise when the user clicks anywhere on the link excepts on the checkbox. Any ideas? Thank in advance!! -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob

[jQuery] Re: Nested Tables Question

2007-08-08 Thread Rob Desbois
...as I want to change the style class of the innermost table. Any ideas on how best to do this? M -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh

[jQuery] Re: Looking for correct Jquery AJAX statement

2007-08-07 Thread Rob Desbois
jquery expression is correct? Than you for help -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: What does === equate to?

2007-08-02 Thread Rob Desbois
in JavaScript such as + and -, is an operator. Now you can do a more productive Google search: http://www.google.com/search?q=javascript+operators This will help when you run into !== and wonder what the heck *that* one is. :-) -Mike -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452

[jQuery] Re: What does === equate to?

2007-08-02 Thread Rob Desbois
://developer.mozilla.org/en/docs/A_re-introduction_to_JavaScript#. .. Ian On 8/2/07, Rob Desbois [EMAIL PROTECTED] wrote: I had a discussion on the use of the === and !== operators recently on this list, my opinion was, and still is, that unless you explicitly WANT to allow type conversion

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Rob Desbois
is great, thanks. Kiwwwi. -- Tane Piper http://digitalspaghetti.tooum.net This email is: [ ] blogable [ x ] ask first [ ] private -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried

[jQuery] Re: It's all in the mind - the power of belief

2007-07-27 Thread Rob Desbois
, but it does demonstrate the power of belief. If you believe that mobile masts will make you ill you will feel ill. If you believe in God then God will have real spiritual impact in your life, regardless of whether or not he really exists. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452

[jQuery] Re: Does $('input#myId') search for inputs first or is it optimised?

2007-07-26 Thread Rob Desbois
% sure. Does this: $('input#myId') ...search for all inputs first then narrow down to the ID, or does jQuery work out before hand that there can be only one Id - and therefore is the same, with respect to processing to: $('#myId') Cheers. Remy. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] Re: vs '

2007-07-26 Thread Rob Desbois
str = 'I\'m in love'; Double: var str = I'm in love; So just use whichever you feel is better for the situation. Some people are used to single quotes representing characters, whereas others think html = double quotes, javascript = single quotes. ~Sean -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] Re: Possible to retrieve image data via AJAX for display?

2007-07-25 Thread Rob Desbois
drawing primitives to add Information. Christof -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: AJAX .load() Can I set web place to my script?

2007-07-25 Thread Rob Desbois
/myplace Regards -- Mário -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-25 Thread Rob Desbois
that a standalone function (not using jQuery.fn.) or: jQuery.fn.toggleVis = function() { if(this.style.visibility == 'hidden') { this.style.visibility = 'visible'; } else { this.style.visibility = 'hidden'; } }; -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] Re: Possible to retrieve image data via AJAX for display?

2007-07-25 Thread Rob Desbois
no need). I simply want the cached image (or intermediates) to be temporary; the user's session seems the obvious candidate for this type of storage to me. --rob On 7/25/07, Klaus Hartl [EMAIL PROTECTED] wrote: Rob Desbois wrote: Traunic how does raw image data get you anything? Seems you

[jQuery] Re: insert an html string

2007-07-25 Thread Rob Desbois
(function() { $(.changeQty).click ( function() { $(form class='newQty'stuff here/ form).insertAfter(.changeQty); } ) }); -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987

[jQuery] Re: AJAX .load() Can I set web place to my script?

2007-07-25 Thread Rob Desbois
Mario 2007/7/25, Rob Desbois [EMAIL PROTECTED]: Mario, I don't understand - are you wishing to change the working directory for PHP? If so the function chdir() can help you. If that's not what you're asking I don't get it, can you rephrase the question, perhaps let us know what you're trying

[jQuery] Re: Possible to retrieve image data via AJAX for display?

2007-07-25 Thread Rob Desbois
, Christof Donat [EMAIL PROTECTED] wrote: Am Mittwoch, 25. Juli 2007 schrieb Rob Desbois: Yes, sorry I didn't phrase my post very well: there is a URL for the image, of course, but I was trying to emphasise that there isn't a URL to an image cached on the server's filesystem to pass back, as I don't

[jQuery] Re: Possible to retrieve image data via AJAX for display?

2007-07-25 Thread Rob Desbois
script and style. It just seems peculiar to me that there is this mismatch - why wouldn't HTML have the capability to support, e.g. imgGIF89a...binary rubbish.../img? --rob -- Rob Desbois Eml: [EMAIL PROTECTED]

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-25 Thread Rob Desbois
was to either make that a standalone function (not using jQuery.fn.) or: jQuery.fn.toggleVis = function() { if(this.style.visibility == 'hidden') { this.style.visibility = 'visible'; } else { this.style.visibility = 'hidden'; } }; -- Rob Desbois

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-25 Thread Rob Desbois
*From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Rob Desbois *Sent:* Wednesday, July 25, 2007 2:14 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Toggling an objects visiblty without show and hide Ganeshji, Correct, As Aaron states above, 'this' refers

[jQuery] Re: Toggling an objects visiblty without show and hide

2007-07-24 Thread Rob Desbois
(toggle) an objects visibility property between hidden and visible so any HTML under it will not move. Mitch -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's

[jQuery] Re: Possible to retrieve image data via AJAX for display?

2007-07-24 Thread Rob Desbois
? I'm asking just to make sure you're not barking up the wrong tree... -Dan -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: Opening external links in a new window

2007-07-24 Thread Rob Desbois
avoid the target attribute out of habit because as far as I can tell it's not valid with strict doctypes: http://www.w3.org/MarkUp/2004/xhtml-faq#target --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] [To Klaus] tabs plugin suggestion

2007-07-24 Thread Rob Desbois
they are setup - call onHide for the inactive tabs and onShow for the active one. Do you agree with this? Or can you make an alternate suggestion if I'm going about this wrong? Thanks, --rob -- Rob Desbois Eml: [EMAIL PROTECTED]

[jQuery] Re: Loading Javascript Dynamically (in other words, as needed)

2007-07-23 Thread Rob Desbois
Guys, responses below. --rob On 7/23/07, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 23, 4:06 am, Dave Methvin [EMAIL PROTECTED] wrote: All of those results make sense. print( (new String('foo') === new String('foo'))) false Those are two different objects, even though they have the

[jQuery] Possible to retrieve image data via AJAX for display?

2007-07-23 Thread [rob desbois]
Hi all, I have a feeling the answer is a flat 'no', but want to check: is it possible for an AJAX request to retrieve binary image data (e.g. raw GIF) and display that on the page? Thanks, --rob

[jQuery] Re: Loading Javascript Dynamically (in other words, as needed)

2007-07-22 Thread Rob Desbois
advise on its use though as have had no experience with it. --rob On 7/22/07, March [EMAIL PROTECTED] wrote: but the $.getScript() has a weakness, cross domain restrict... that's really bad... On 7/22/07, Stephan Beal [EMAIL PROTECTED] wrote: On Jul 21, 2:15 pm, Rob Desbois [EMAIL PROTECTED

[jQuery] Re: Should be real easy but not for me

2007-07-21 Thread Rob Desbois
tonight. Mitch -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: Loading Javascript Dynamically (in other words, as needed)

2007-07-21 Thread Rob Desbois
if jQuery has something built in for this kind of thing. Thank you! Chris -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: changing the value of a global variable inside an post callback function?

2007-07-20 Thread Rob Desbois
is that it IS settign the value properly but it just takes a minute for the post to complete. so the next question is, how do i prevent the rest of the function from running until the post is finished? Rob Desbois-2 wrote: That should work if errorsFound is global - can you provide your

[jQuery] Re: Find missing HTML tags

2007-07-20 Thread Rob Desbois
-- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Rob Desbois
://www.netgrow.com.au/files/javascript_dump.cfm - Jack Robert James wrote: Is there a way to list all the methods that a particular JavaScript object has? Or is there a tool that can do this? -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Rob Desbois
Sorry, and the source code for the function can be obtained with alert(j[x]). In this code (and that below) 'j' is the javascript object. --rob On 7/19/07, Rob Desbois [EMAIL PROTECTED] wrote: Robert, Try this: for (var x in j) { if (typeof j[x] == function) alert(x

[jQuery] Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Rob Desbois
anyone yield any further info on it? Thanks, --rob -- Rob Desbois Eml: [EMAIL PROTECTED]

[jQuery] Re: Rows hidden by CSS then shown after page load ignore colspan attribute

2007-07-19 Thread Rob Desbois
Marc, Thanks, but I get the same result... Any other ideas? Rob On 7/19/07, Marc Jansen [EMAIL PROTECTED] wrote: Rob Desbois schrieb: Hi, I have a table where some of the rows have a single cell spanning the whole table, containing a sub-table with different data. These rows need

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
*/ margin-left: 16%; display:inline; /* for duble margin in IE when left float */ } -- Viele Grüße, Olaf --- [EMAIL PROTECTED] http://olaf-bosch.de www.akitafreund.de --- -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
Klaus, Try adding height: 200px; to div#sidebar and you can see the problem. Floating div#content left or right solves that problem, but does mean the div's don't expand to fill the client area anymore :-( --rob On 7/16/07, Klaus Hartl [EMAIL PROTECTED] wrote: Rob Desbois wrote: Klaus

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
Aha, the solution failed in IE6 though! (Including your test page). A quick play shows the floating #sidebar and #content right instead of left, and putting #content before #sidebar in the source to fix the problem. I daren't go near Opera/Safari now ;-) --rob On 7/16/07, Rob Desbois [EMAIL

[jQuery] Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
tabs styles: .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ clear: both; } .tabs-nav li { float: left; } Funnily enough it 'works' in IE6 - but this is because the clear:both is broken by the IE-specific style. -- Rob Desbois Eml: [EMAIL

[jQuery] Re: Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
the sizing of them manually. --rob On 7/13/07, Klaus Hartl [EMAIL PROTECTED] wrote: Klaus Hartl wrote: Rob Desbois wrote: Happy Friday 13th all ;-) Just mocking up a new interface and attempting to use floated divs for layout. The right div of two floated next two each other needs

[jQuery] Re: Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
Am I right in thinking that the a tags are given display:block and then floated to make them all automatically the same width? Or not? Bah, darn CSS trickery... On 7/13/07, Rob Desbois [EMAIL PROTECTED] wrote: Klaus, Thanks for the reply - making the ul float as well didn't help. Using

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-12 Thread Rob Desbois
: Is impossible to use the cookies? To achieve what Benjamin wants to do. Sorry for my english. Saludos from México. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh

[jQuery] Re: how to fetch data by php page from jQuery

2007-07-11 Thread Rob Desbois
-- Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Rob Desbois
What is the content you are trying to add...? On 7/10/07, Terry B [EMAIL PROTECTED] wrote: wtf? I have specific html i want added to a div so I use append to add it. fine it works but it is formatting the code and making it unusable. how do i prevent append from doing this? -- Rob

[jQuery] Re: loop through elements and stop at first match

2007-07-09 Thread Rob Desbois
of objects, stop to loop when it finds the first match, and then continue to loop with another search. In another language I would set a var found = false; before the loop and then set it to true in the loop, but with chaining I'm not sure how to do. Any idea ? Olivier -- Rob Desbois Eml

[jQuery] Re: login via ajax

2007-07-06 Thread Rob Desbois
to take them away from that inital form, I can just keep them there until they authenticate properly, then move ahead once they do. Is an ajax submission even the way to go? I'm looking for ideas out there from you wonderful developers. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631

[jQuery] Re: Translate to jquery

2007-07-06 Thread Rob Desbois
(divCaption,images[i]); } } } -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: jQuery 1.1.3.1

2007-07-05 Thread Rob Desbois
Compressed: http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.1.3.1.pack.js As always, be sure to let us know if you encounter any issues by submitting a bug report to the jQuery bug tracker: http://dev.jquery.com/ Thanks and enjoy! --John -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Rob Desbois
. Full list of fixes: http://dev.jquery.com/report/15 Great news! Good to have that out now! I found some issues with the Tabs, but will write a seperate mail for that... --Klaus -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's

[jQuery] Re: $(elem) question

2007-07-02 Thread Rob Desbois
the JQuery mailing list archive at Nabble.com. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: $(elem) question

2007-07-02 Thread Rob Desbois
[EMAIL PROTECTED] wrote: I have everything working now, thank u very much for your kind help. Though I do not understand the array $(#aller)[0] what are in the next indexes $(#aller)[1], $(#aller)[2], ... ? Rob Desbois-2 wrote: Hi, the syntax you need for selecting by ID

[jQuery] Re: HELP!!!!!!

2007-06-28 Thread Rob Desbois
) { jQuery(form).ajaxSubmit({ resetForm: true, dataType: json, success: function() {alert(test) } }); } }); -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's

[jQuery] Re: Validation Plugin - hows to only fire on form submit?

2007-06-28 Thread Rob Desbois
shows when I try to submit the form, and also when I click the page after dismissing the alert. Test page: http://www.texotela.co.uk/validation.php -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried

[jQuery] Re: how to make cross browser application with javascript

2007-06-28 Thread Rob Desbois
that are not working and explain what doesn't work. --rob On 6/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi, I want to make code in javascript for client side it is runninf in IE but not in FireFoxPls Help -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631

[jQuery] Re: jQuery

2007-06-28 Thread Rob Desbois
I feel very stupid for clicking on that :-( I was expecting some super-excellent jQuery usage. Oh well, back to work... On 6/28/07, Brandon [EMAIL PROTECTED] wrote: Check it out: www.BrandonsMansion.com

[jQuery] Re: select all unchecked checkboxes

2007-06-26 Thread Rob Desbois
the ones that are unchecked, how can I do that? $(#myform input:checkbox:checked) Thanks! /Niklas -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh

[jQuery] Re: Attn. developers. Speed of getElementById

2007-06-25 Thread Rob Desbois
interesting - you should post them to the jQuery Dev list (where we discuss issues like selector speed). More information about the list can be found here: http://docs.jquery.com/Discussion -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale

[jQuery] Re: Table cell navigation

2007-06-22 Thread Rob Desbois
On 6/21/07, Brad Perkins [EMAIL PROTECTED] wrote: On Jun 21, 11:29 am, Rob Desbois [EMAIL PROTECTED] wrote: Brad, Glad to help, I had to solve a similar problem a few months back. Regarding the use of the already-present names instead of duplicating them to IDs, it may be worth

[jQuery] Re: jquery editor?

2007-06-22 Thread Rob Desbois
. Version: 7.5.472 / Base de données virus: 269.9.1/857 - Date: 20/06/2007 14:18 -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: form onchange event

2007-06-22 Thread Rob Desbois
dont' know If there is a event like form onchage='' I need that it works with ie and seems that onghange event doesn't work. Maybe adding some event to the form? -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he

[jQuery] Re: Table cell navigation

2007-06-21 Thread Rob Desbois
).children('input').attr(value,new_value_3); Thanks Brad -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: Easing rocks

2007-06-21 Thread Rob Desbois
the interaction immediately, I'm changing my vote on stuff I think should be in the base. Yes, I am fickle. 1. Dimensions 2. Easing 3. TurboSpeed (yet to be developed) I took moreSelectors off my list. Sorry moreSelectors. Only three spots. Glen -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread Rob Desbois
the ajax request timeout occurs, the div stays open and even if the next call to this function results in successful ajax request, this div stays open. Basically it likks the show. Everything is sorted out once you refresh the page. How can I sort this practical question/problem? -- Rob

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread Rob Desbois
. Don't know if I could explain my question clearly. BTW thank you very much for the tip. I will try to play with it and post back if I get something working. On Jun 15, 8:59 am, Rob Desbois [EMAIL PROTECTED] wrote: Does this catch a timeout condition? If so you could do the slideUp() from

[jQuery] Re: What's the best way to document my javascript?

2007-06-14 Thread Rob Desbois
with working on it. What's the best way to do this? Thanks for your help, Tom -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug

[jQuery] Re: What's the best way to document my javascript?

2007-06-14 Thread Rob Desbois
my JS files and produce documentation (and link function calls). Cheers Tom On Jun 14, 1:30 pm, Rob Desbois [EMAIL PROTECTED] wrote: Tom, With all C type languages I almost obsessively use the Javadoc syntax (like Doxygen if you've used that) for functions, classes, etc. An example

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Rob Desbois
. It is mentioned that elements can be moved from one container to the other, but no where in the demos is it shown. Does any one have an idea how can this be achieved? Thanks. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's

[jQuery] Re: German Support Forum? intrested?

2007-06-13 Thread Rob Desbois
want's to help with the moderation of this forum? greets cfreak Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.472 / Base de données virus: 269.8.15/847 - Date: 12/06/2007 21:42 -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987

[jQuery] Re: INSPIRE: eyeos.org

2007-06-13 Thread Rob Desbois
looks nice (and seems to be quite a great achievement,) but I don't see people seeing this as a viable solution to computing. -Dan -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Rob Desbois
). The sorting works fine, but I also additionally want the user to be able to drag and drop between two such sortable uls. How can I achieve that? On Jun 13, 4:16 pm, Rob Desbois [EMAIL PROTECTED] wrote: Do you mean select boxes? The jqMultiSelects plugin athttp://code.google.com/p

[jQuery] Re: Problem accessing jQuery Documentation website

2007-06-12 Thread Rob Desbois
Library has a problem over at Documentation (http://docs.jquery.com/). The main site (http://jquery.com/) isn't affected currently. Anyone have any idea what's wrong and for how long? Best of luck to those who's trying to fix it. -Michael- -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631

[jQuery] Slightly OT: javascript and AJAX response 'concurrency'

2007-06-12 Thread Rob Desbois
in the response callback. A test in Firefox shows that this works but I'm not sure of what to search for to find out if it is guaranteed. Thanks --rob -- Rob Desbois Eml: [EMAIL PROTECTED]

[jQuery] Re: Slightly OT: javascript and AJAX response 'concurrency'

2007-06-12 Thread Rob Desbois
/07, Rob Desbois [EMAIL PROTECTED] wrote: I have a function which generates an AJAX request to retrieve information. The display of this information requires modification of the interface - the structure of the function is roughly: function getInfo() { do AJAX request, success callback

[jQuery] Re: update input text when tick radio

2007-06-11 Thread Rob Desbois
in advance. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: waiting for a request to complete

2007-06-11 Thread Rob Desbois
object, I thought I could try some thing like: while ($.post(/myhandler.php, params).status != 200) But I think that simply keeps calling the function, making things worse. How can I query the post request for success, and not exit my function until it is done? -- Rob Desbois Eml: [EMAIL

[jQuery] The .ready() event

2007-06-08 Thread Rob Desbois
to select it again? The 'this' in the function is a Document object, hence me thinking .ready() perhaps shouldn't be applied to anything but $(document). TIA, happy nearly weekend all :-) --rob -- Rob Desbois Eml: [EMAIL PROTECTED] There's a whale there's a whale there's a whale fish he cried

[jQuery] Re: The .ready() event

2007-06-08 Thread Rob Desbois
(){ ... } );, Is that right? I'd be interested to know if anyone can enlighten me. --rob -- Rob Desbois Eml: [EMAIL PROTECTED] There's a whale there's a whale there's a whale fish he cried, and the whale was in full view. ...Then ooh welcome. Ahhh. Ooh mug welcome.

[jQuery] Re: The .ready() event

2007-06-08 Thread Rob Desbois
Aha ok, thanks Mike. --rob On 6/8/07, Mike Alsup [EMAIL PROTECTED] wrote: You can call ready on anything you want, but the fn will only run when the document is ready. So what you have is no different than $(document).ready(). Mike On 6/8/07, Rob Desbois [EMAIL PROTECTED] wrote

[jQuery] Re: Jquery similar to twinhelix's supernote js

2007-06-08 Thread Rob Desbois
nothing wrong with the twinhelix item's it's just if it's jquery-ized it would probably save bandwidth and be compatible with my other scripts for sure, like innerfade that will be used on this site. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's

[jQuery] Re: datePicker v2 beta

2007-06-06 Thread Rob Desbois
be the most elegant solution. --rob On 6/6/07, Kelvin Luck [EMAIL PROTECTED] wrote: Rob Desbois wrote: I've had an issue in Firefox2.0 using the plugin with the 'clickInput' option turned on. When the input field has the focus, clicking on it to display the datePicker will work, but over the top

[jQuery] Re: datePicker v2 beta

2007-06-06 Thread Rob Desbois
on this... I've decided that the documentation was correct and so I've changed the function to behave as it described. dpSetSelected now expects a String as documented. I also fixed the other documentation errors you noticed, Sorry for any confusion and thanks for the report, Kelvin :) -- Rob

[jQuery] Re: Get the checked status from radio button?

2007-06-05 Thread Rob Desbois
/5/07, howard chen [EMAIL PROTECTED] wrote: Using the traditional method, it worka console.debug ( document.getElementById(type_1).checked ); But this one failed... console.debug( $(#type_1).checked ); any method to get using jquery? thanks. -- Rob Desbois Eml: [EMAIL PROTECTED] Tel

[jQuery] Re: Find set of questions

2007-06-05 Thread Rob Desbois
somewhere deep inside the dom subtree of 'this' element. Any short technique appreciated. Overview of the HTML: ol class=ol1li ... html here... ulli class=correctchosen/ li/ul/li -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 There's a whale there's a whale there's

[jQuery] Re: Multiple Selects

2007-06-04 Thread Rob Desbois
PROTECTED] wrote: I edited the Multiple Selects plugin, and thought the author could use it for any future releases. All I did was made it so you're not restricted to IDs for the selectors, and added a callback so you can interact with the moved items. All credit goes to Rob Desbois

  1   2   >