Re: [jQuery] how to remove jqgrid space at far right of grid

2009-11-13 Thread jerome
yes, but you will need to put the code up. Jerome - Original Message - From: "davebrown" To: Sent: Friday, November 13, 2009 1:11 PM Subject: [jQuery] how to remove jqgrid space at far right of grid Hi all, Can anyone tell me how to get rid of the right hand spacing

Re: [jQuery] Re: why jquery not work together ?

2009-10-31 Thread jerome
to me it looks like you have both mootools framework and jquery scripts, but no jquery frameworks main script linked in your project. Jerome - Original Message - From: mmc online To: jQuery (English) Sent: Saturday, October 31, 2009 2:07 AM Subject: [jQuery] Re: why jquery not

[jQuery] Re: How can i set a number inside a h1 tag before the text starts?

2009-10-22 Thread jerome
sorry, but I don't know Rebecca Murphey. Why can't you just wrapper the head tag in an ol? or do you need to change the h tag level to a different level? - Original Message - From: "bc04Inc." To: "jQuery (English)" Sent: Thursday, October 22, 2009 1:24 AM Subject: [jQuery] How can

[jQuery] jquery.media.js modification

2009-09-17 Thread Jerome Chevreau
. Regards, Jerome

[jQuery] Fade In/Fade Out effect

2009-08-10 Thread jerome
Hi all, At this url - http://thespacebetweenthewords.org/sandbox/ I am attempting to cycle through arrays of words with a FadeIn/FadeOut effect. The array of words displayed doesn't seem to be starting at [0], though. I am perhaps missing something with the order in which the functions are exec

[jQuery] Error thrown - object is undefined

2009-08-08 Thread jerome
FireBug is reporting this error. Any insight would be appreciated. jquery.js (line 3633) object is undefined [Break on this error] var name, i = 0, length = object.length;\n I am using jQuery 1.3.2 var that=this; jQuery.ajax({ type : "POST", dataType : "json", url : "js/t

[jQuery] basic jQuery/JavaScript pattern

2009-06-22 Thread jerome
I keep running across this type of pattern in the jquery source code. (function(){ ... })(); How is this basic to understanding how jQuery works, and how JavaScript works? Thanks in advance.

[jQuery] jcarousel broken in Safari 3

2009-06-10 Thread jerome
In Safari 3. Jcarousel seems to be creating an inline style for the width of the that is not wide enough for the items contained in the . This is causing the final to render below the other s, and it is not showing up in the carousel. Has anyone run into this bug? Is there a workaround or a

[jQuery] Re: who cann't i make it work?my first jquery aspx page

2009-06-07 Thread jerome
should be in the head area of the document. - Original Message - From: "dotnet" To: "jQuery (English)" Sent: Saturday, June 06, 2009 1:19 PM Subject: [jQuery] who cann't i make it work?my first jquery aspx page > > > <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Ch

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Jerome
And that seems to be what I'm looking for. Thanks for pointing this out. Jerome. On May 20, 2:56 pm, Pyrolupus <[EMAIL PROTECTED]> wrote: > On May 20, 3:37 pm, Jerome <[EMAIL PROTECTED]> wrote: > > > > > I'm not quite sure how to describe, or

[jQuery] How to extract an object from a jQuery reference?

2008-05-20 Thread Jerome
What might be used to replace the imaginary extractObject() method? Thanks, Jerome.

[jQuery] Re: Form Plugin: sender

2008-02-12 Thread Jerome Jaglale
on process(data, status, $form) { > // do stuff > > } > > Mike > > On Feb 11, 2008 7:07 PM, Jerome Jaglale <[EMAIL PROTECTED]> wrote: > > > > > I have a page with several forms, some of them being ajax-submitted > > with the Form Plugin: > > >

[jQuery] Form Plugin: sender

2008-02-12 Thread Jerome Jaglale
I have a page with several forms, some of them being ajax-submitted with the Form Plugin: $('.inlineForm').ajaxForm({dataType:'json', success:process}); Is there a way I can get a reference to the form which has been submitted? (from the success function for example)

[jQuery] Eval error with Firefox 3

2007-11-23 Thread Jerome Carty
Just a note: On AJAX calls where the data type is script, I get the following error: EvalError: function eval must be called directly, and not by way of a function of another name This error is triggered from line 501 of jquery 1.2.1 uncompressed. By the way, when an error is thrown, the excep