[jQuery] Re: JavaScript not executing from external html files from Ajax call into Div

2009-02-12 Thread socratesone
Can you post the code? On Feb 12, 4:55 pm, Alex wrote: > Hello, > > This is my first message and I am extremely new to jQuery. > > I am using Ajax to call external html pages into a div in my site.  I > have three external html forms which uses JavaScript and one .pl > file.  When I call these p

[jQuery] Re: JavaScript not executing from external html files from Ajax call into Div

2009-02-12 Thread socratesone
Can you post the code? On Feb 12, 4:55 pm, Alex wrote: > Hello, > > This is my first message and I am extremely new to jQuery. > > I am using Ajax to call external html pages into a div in my site.  I > have three external html forms which uses JavaScript and one .pl > file.  When I call these p

[jQuery] Re: wmode not being written

2009-03-30 Thread socratesone
Looking at the source code (line 410, v 0.88) , it looks like this is intentional: for (var key in opts.params) if (key != 'wmode') // FF3/Quicktime borks on wmode a.push(key + '="'+opts.params[key]+'" '); --- I just commented it out and it's working, but you might run into i

[jQuery] [validate] Bold normal label text when using error message container

2008-08-25 Thread socratesone
The code: $("#formID").validate({ errorLabelContainer: $('#error_list'), } }); The html: The following errors have occurred... Please enter the first name First Name: When submitting, everything seems to be working as it should, the "error" class is being app