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
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
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
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
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
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
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
; \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.
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
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
.attr("selected", false)
> .appendTo(to);
> });
> }
> };
>
> Then it can be called like this:
>
> $("#select_left").multiSelect("#select_right", "#options_right");
> $("#select_right").multiSelec
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
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:
>
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
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
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.
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=
> 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
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
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
> }
> );
>
>
>
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
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
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
>
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#.
> ..
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.
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
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.
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
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
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
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.
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
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
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]
, 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
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
$(document).ready(function()
{
$(".changeQty").click
(
function()
{
$("stuff here").insertAfter(".changeQty");
}
)
});
--
Rob Desbois
Eml: [EMAIL PROTECTED]
Tel: 01452 760631
Mob: 07946 705987
"
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
>
> >
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.
//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.
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.
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]
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
>
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.
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
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
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
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
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
;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.
$('#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.
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.
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
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.
) {
$("#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
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
ightly
OT - can anyone yield any further info on it?
Thanks,
--rob
--
Rob Desbois
Eml: [EMAIL PROTECTED]
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] == "
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?
> >
&
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
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
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:
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
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
;.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
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
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]
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"
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.
>
>
> >
> > 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
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?
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
--
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
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.
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
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
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.
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
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
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
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&
required: "Debe aceptar nuestras cláusulas sobre
comentarios"
}
},
submitHandler: function(form) {
jQuery(form).ajaxSubmit({
resetForm: true,
dataType: "json",
success: function() {ale
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
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
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
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
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
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
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)
>
>
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
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?
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.
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
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.
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
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'
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
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
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
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 - 100 of 178 matches
Mail list logo