[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 the

[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]" 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

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

2009-02-13 Thread [rob desbois]
Feb 13, 2009 at 5:07 AM, [rob desbois] wrote: > > > > > 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

[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] 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

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

2008-07-02 Thread [rob desbois]
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: >>> divs = $("#sidebar > div").get() [div#sidebar-search-tabcont, div#sidebar-events-tabcont] I then want to find a particu

[jQuery] Re: problem with jquery

2007-10-24 Thread Rob Desbois
; \fcharset0 Arial;}} {\*\generator Msftedit > 5.41.15.1507;}\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] 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

[jQuery] ANNOUNCE: v0.2 of jqMultiSelects released

2007-10-23 Thread Rob Desbois
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-22 Thread Rob Desbois
.attr("selected", false) > .appendTo(to); > }); > } > }; > > Then it can be called like this: > > $("#select_left").multiSelect("#select_right", "#options_right"); > $("#select_right").multiSelec

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

2007-09-21 Thread Rob Desbois
e can advise on that I'd be very grateful. As an aside - Joern this is the first time I've used 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
rote: > > > > Hi Rob, > > > > .ready() won't work in Rhino since there is no page to wait if it's > > ready. > > Everything else should work just fine. > > > > ~Sean > > > > On 9/12/07, Rob Desbois <[EMAIL PROTECTED]> wrote: >

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

2007-09-12 Thread Rob Desbois
r attachEvent are defined (I change the else to an else 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

[jQuery] .ready(), Rhino and HttpUnit

2007-09-12 Thread Rob Desbois
y() after checking that is is defined, I still get the same result: > if (typeof $(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

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

2007-08-23 Thread Rob Desbois
t; left. The english version does not have large enough pages to cause > the error from what i can tell. > > Thanks 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
t;[EMAIL 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=

[jQuery] Re: .each "this" inside class

2007-08-14 Thread Rob Desbois
> element however i am using .each inside a class and "this" point to the > class. Is thier another way to access the element of the /each function > without using "this"? > -- > View this message in context: > http://www.nabble.com/.each-%22this%22-inside-clas

[jQuery] Re: min max in array

2007-08-10 Thread Rob Desbois
really a jquery question 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

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

2007-08-10 Thread Rob Desbois
read about "not" but > I think that it is not useful in this case. > > >What I have in .js file is: > > $('#content a').click( function () > { > //code > } > ); > > >

[jQuery] Re: Nested Tables Question

2007-08-08 Thread Rob Desbois
n the page have any children table elements...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 t

[jQuery] Re: Toggle visibility on an entire table column?

2007-08-07 Thread Rob Desbois
t; would it be best to just assign a class to each td? > > > > I just want to be able to toggle visibility on one entire column. > > > > * > > > > Andy Matthews > > *Senior ColdFusion Developer > > > > Office: 877.707.5467 x747 &g

[jQuery] Re: Looking for correct Jquery AJAX statement

2007-08-07 Thread Rob Desbois
t; > > Hello everyone, > > I want to translate this > > var chk1 = document.getElementById('city').value + '*' ... > var string= ' width=980 height=1500 src="s30.php?id=' + chk1 + '"><\/iframe>'; > > into >

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

2007-08-02 Thread Rob Desbois
are trying to figure out identity and equality > > operators: > > > >http://javascript.crockford.com/code.html > > > > And here is something about truthy and falsy: > > > > http://developer.mozilla.org/en/docs/A_re-introduction_to_JavaScript#. > ..

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

2007-08-02 Thread Rob Desbois
erator. 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 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: Two words for Jquery

2007-08-01 Thread Rob Desbois
he best scripter and jquery has simply allowed me to > > > accomplish with my own personal site so much more than I would > > > have otherwise attempted. You people behind jquery are genious and > > > your work is great, thanks. > > > > > > Kiww

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

2007-07-27 Thread Rob Desbois
f causing. > > > > What does this have to do with religion? The answer is nothing > > directly, 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 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: " vs '

2007-07-26 Thread Rob Desbois
ight want to use double instead: Single: var 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

[jQuery] Re: datePicker plugin inline

2007-07-26 Thread Rob Desbois
7;s source, but haven't been able to find any > indication >> of what I'd need to copy out or reference directly in order to get >> the "picker" parts of datePicker. >> >> Any tips on how to have my picker and see it, too, would be most >> apprecia

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

2007-07-26 Thread Rob Desbois
ve come to realise I'm not 100% 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

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

2007-07-25 Thread Rob Desbois
ou could write code like: > > $('.stuff').each(function(index, element) { > element.style.visibility = 'hidden'; > }); -- 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
t what someone else needs, which can only be a good thing. --rob *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 h

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

2007-07-25 Thread Rob Desbois
gt; >chesireCat.style.visibility = 'hidden'; > > } > > }; Eeeek! What you're doing here is adding a toggleVis() function to ALL selectable jQuery elements, but then in the function you're applying the change to a specific element. Thus thi

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

2007-07-25 Thread Rob Desbois
HTML, but then neither do 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. GIF89a...binary rubbish...? --rob -- Rob Desbois Eml: [EMAIL PROTECTED]

[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

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

2007-07-25 Thread Rob Desbois
easy way to implement AJAX and many CMS will love. But could be a crazy idea. If is forgive me and sorry. Regards 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 func

[jQuery] Re: insert an html string

2007-07-25 Thread Rob Desbois
$(document).ready(function() { $(".changeQty").click ( function() { $("stuff here").insertAfter(".changeQty"); } ) }); -- Rob Desbois Eml: [EMAIL PROTECTED] Tel: 01452 760631 Mob: 07946 705987 "

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

2007-07-25 Thread Rob Desbois
gorithm - there's 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 > > >

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

2007-07-25 Thread Rob Desbois
ace/myscript.php equal with http://localhost/mysite/mydir/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: Possible to retrieve image data via AJAX for display?

2007-07-25 Thread Rob Desbois
//sourceforge.net/projects/iecanvas), which might be of use. You can use JavaScript to put an Image on a canvas and you also have 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: Toggling an objects visiblty without show and hide

2007-07-25 Thread Rob Desbois
t(s), > which certainly isn't desired. > > What i *think* you meant 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 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] [To Klaus] tabs plugin suggestion

2007-07-24 Thread Rob Desbois
st that this be done once 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: Opening external links in a new window

2007-07-24 Thread Rob Desbois
ECTED]'http']").attr('target','_blank'); > > > yeah, but I 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 >

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

2007-07-24 Thread Rob Desbois
Why do you think you need to load binary image data via AJAX? 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: Toggling an objects visiblty without show and hide

2007-07-24 Thread Rob Desbois
ually remove the object > from the screen. So an under an image will move up. > > Can someone show me the best way to change (toggle) an objects > "visibility" property between "hidden" and "visible" so any HTML under it > will not move. > > Mi

[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-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 t

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

2007-07-22 Thread Rob Desbois
ue also. I won't try it now but see what happens! --rob On 7/22/07, Stephan Beal <[EMAIL PROTECTED]> wrote: On Jul 22, 8:15 pm, "Rob Desbois" <[EMAIL PROTECTED]> wrote: > Stephan, > The only time that == or != should be used (IMO anyway) is when you > expli

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

2007-07-22 Thread Rob Desbois
Can't 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 2

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

2007-07-21 Thread Rob Desbois
;t like the idea of doing a time-out loop, so I was wondering 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: Should be real easy but not for me

2007-07-21 Thread Rob Desbois
$('#PanelButtonOpen2').click(function() { > $("#Panel").SlideOutRight(1000); > }); > > Thanks for any aid I am feeling very silly 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: Find missing HTML tags

2007-07-20 Thread Rob Desbois
ally? I don't need a final solution, any hint where to > > start would be great, preferably client-side (jQuery) until I get it > > sorted on the server-side > > > > Thanks > > > > > -- 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
displaying the alert and then it displayed the correct value so the key 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 w

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

2007-07-19 Thread Rob Desbois
le.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: Image change on link hover.

2007-07-19 Thread Rob Desbois
) { $("#imgLinkAct").attr("src", "images/valve_manifold.jpg"); }); The html: Linear Actuators Guided Actuators Grippers & Escapements Would I store the img path in the tags title attribute? I would like to not hard code it in the jquer

[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

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

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

[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] == "

[jQuery] Re: Listing methods of an object

2007-07-19 Thread Rob Desbois
Something like this? > > http://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? > > &

[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 &l

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
Klaus, thank you. That's fixed it perfectly, and it's not an inelegant solution. I still find proper column layouts in pure CSS can be such a trial to get right: this trick is going in my snippet library! --rob [happy] On 7/16/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: R

[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:

[jQuery] Re: Tabs plugin in floated container

2007-07-16 Thread Rob Desbois
width: 15%; >> } >> >> div#content { float: left; /* or right */ >>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.d

[jQuery] Re: Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
Am I right in thinking that the 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 float as well didn't help

[jQuery] Re: Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
;.tabs-nav a" rule and do 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 s >&g

[jQuery] Re: Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
Whoops, forgot to mention I'm using tabs 2.7.3 --rob On 7/13/07, Rob Desbois <[EMAIL PROTECTED]> wrote: Happy Friday 13th all ;-) Just mocking up a new interface and attempting to use floated s for layout. The right div of two floated next two each other needs to be a tabbed cont

[jQuery] Tabs plugin in floated container

2007-07-13 Thread Rob Desbois
arkup, 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 PROTECTED]

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

2007-07-12 Thread Rob Desbois
EMAIL PROTECTED]> wrote: 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"

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

2007-07-11 Thread Rob Desbois
php file to fetch data from db in jQuery > > then operate on it use js?Ajax can do it? > > > which format would be the best way to return the data,json or xml?how to > > deal with that in js? > > > I just want to implement a calendar and display data from db. > >

[jQuery] Re: making ajax calls in jqmodal window. Possible?

2007-07-11 Thread Rob Desbois
> > > > but that $.get() never fires AND the userSwitcher div loads up real > > quick, then the whole page goes white and goes nowhere: it just spins. > > > > Bug? Is this possible via jqModal? I'm pretty sure I had something > > like this working with t

[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?

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

2007-07-09 Thread Rob Desbois
the jquery array 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 --

[jQuery] Re: login via ajax

2007-07-06 Thread Rob Desbois
However, if I can authenticate that user before I have 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 developer

[jQuery] Re: Translate to jquery

2007-07-06 Thread Rob Desbois
lementsByTagName("img"); if (images.length < 1) return false; for (var i=0; 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
query-1.1.3.1.js 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: [EMAI

[jQuery] Re: $(elem) question

2007-07-02 Thread Rob Desbois
nd with ID of "aller". --rob On 7/2/07, debussy007 <[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&qu

[jQuery] Re: $(elem) question

2007-07-02 Thread Rob Desbois
http://www.nabble.com/%24%28elem%29--question-tf4011702s15494.html#a11392465 Sent from 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: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Rob Desbois
uite), featuring faster execution and better cross-platform support. > > 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 PROT

[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: how to make cross browser application with javascript

2007-06-28 Thread Rob Desbois
code 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] T

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

2007-06-28 Thread Rob Desbois
ot;should only fire on submit"); } }) The alert 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&

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

2007-06-28 Thread Rob Desbois
required: "Debe aceptar nuestras cláusulas sobre comentarios" } }, submitHandler: function(form) { jQuery(form).ajaxSubmit({ resetForm: true, dataType: "json", success: function() {ale

[jQuery] Re: select all unchecked checkboxes

2007-06-26 Thread Rob Desbois
at is checked but now i want to get 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 whal

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

2007-06-25 Thread Rob Desbois
id-length > threshold where that slowdown kicks in. > > On 6/22/07, John Resig <[EMAIL PROTECTED]> wrote: > > > > > Dimitii - > > > Those results are really interesting - you should post them to the jQuery > > Dev list (where we discuss issues like selector

[jQuery] Re: form onchange event

2007-06-22 Thread Rob Desbois
into the form I will like to enable the button. I 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 7

[jQuery] Re: jquery editor?

2007-06-22 Thread Rob Desbois
Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. 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&#

[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

[jQuery] Re: Table cell navigation

2007-06-21 Thread Rob Desbois
using .val For some reason I thought that had been deprecated when .id and .name were. Thanks for pointing out that it still exists. On Jun 21, 2:29 am, "Rob Desbois" <[EMAIL PROTECTED]> wrote: > I would suggest making all of these items related via numeri

[jQuery] Re: Easing rocks

2007-06-21 Thread Rob Desbois
lideDown Toggle with bounceout. Kickass. > And it's 2k! Too cool. Improves 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) > >

[jQuery] Re: Table cell navigation

2007-06-21 Thread Rob Desbois
ent('td').parent('tr').children('td'); cells.eq(1).children('input').attr("value",new_value_1); cells.eq(3).children('input').attr("value",new_value_2); cells.eq(4).children('input').attr("value",new_value_3); Th

[jQuery] Re: load content into div

2007-06-19 Thread Rob Desbois
var link = $(this).attr("id"); $('#'+link).load(link); }); }; but i get a 0x80070057 exception. Indeed, link is undefined. how to load the content of http://www.myweb.com/module1 when the div is ready? Can you help me?

[jQuery] Re: AJAX get into a persistent variable?

2007-06-18 Thread Rob Desbois
in a hidden page element }); and access get the value via $("#footext").text() everytime I need it, but would prefer to use a variable. -- 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: Simple Question about ajax request timeout

2007-06-15 Thread Rob Desbois
request will slideUp. 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 con

[jQuery] Re: Simple Question about ajax request timeout

2007-06-15 Thread Rob Desbois
refresh the page. How can I sort this practical question/problem? -- 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's the best way to document my javascript?

2007-06-14 Thread Rob Desbois
ically parse 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

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

2007-06-14 Thread Rob Desbois
it will all mean something in > the future to me and anyone else that's tasked 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'

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Rob Desbois
Interface plugin (ver. 1.2). 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 boxes? > The jqMul

[jQuery] Re: INSPIRE: eyeos.org

2007-06-13 Thread Rob Desbois
and that's probably a more affective avenue than trying to build a web OS. I mean eyeOS 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: 079

[jQuery] Re: German Support Forum? intrested?

2007-06-13 Thread Rob Desbois
a german support forum and who 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 PROTECTE

[jQuery] Re: Moving between lists while sorting.

2007-06-13 Thread Rob Desbois
gt; > I went through Interface's documentation. 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:

  1   2   >