[jQuery] load property

2007-10-31 Thread danilow

Hi all.
I'm trying to do some things with the property .load, but I have some
error syntax.
I have upgraded to the lastest version of jQuery.

My line that have error is this:
$("#realizar").load("/policlinica/corpo/exames/executar.php",
{BuscaPacCod:, ajax:"Sim",
realizaExame:id} );

Whats wrong?



[jQuery] Re: Form Plugin and IE 7

2007-08-02 Thread danilow

I can't post a demo page, but using the firebug, he sad that I have an
error in this line of my formplugin.js:

var a = this.formToArray(options.semantic);


The value of each element of this line is this:

this = [ form#insereExame_salvarExame.php ]
formToArray = function()
options = Object url=corpo/exames/_salvarExame.php type=post
semantic = undefined


Can someone help-me?

On 31 jul, 15:20, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Most likely there is a script error occurring inIE.  Can you post a demo page?
>
> Mike
>
> > Hi,
> > I have some problems withformplugin in theIE7.
> > Theform, doesn't submit with ajax submit, theformsubmit like a normal
> >form.
>
> > In Firefox is all Ok.