[jQuery] jQuery Interface - Multiple Windows (Chrome/Safari problems...)

2009-01-13 Thread Luke Moody
Hi all, I'm fairly new to jQuery (and CSS, come to think of it!), so this question might have a very simple fix, but I'm at my wits end with two browsers (Google Chrome & Safari [both on PC]). I'm using the Interface plugin (http://interface.eyecon.ro/). The site in question is here: http://www

[jQuery] jQuery Interface - Multiple Windows (Chrome/Safari problems...)

2009-01-13 Thread Luke Moody
Hi all, I'm fairly new to jQuery (and CSS, come to think of it!), so this question might have a very simple fix, but I'm at my wits end with two browsers (Google Chrome & Safari [both on PC]). I'm using the Interface plugin (http://interface.eyecon.ro/). The site in question is here: http://www

[jQuery] Re: sending html via POST

2007-10-30 Thread Moody
Thanks , that totally worked. On Oct 28, 4:06 am, James Dempster <[EMAIL PROTECTED]> wrote: > you where nearly there formdata is a jQuery object if you want in html > contents of that object try... > formdata = $('div#htm_snippet').html(); > > /James > &g

[jQuery] sending html via POST

2007-10-28 Thread Moody
So here's what I'd like to do: on form submission, send some data from a form input and also a snippet of html to a php script for further processing... so far I have something like: formdata = $('div#htm_snippet'); $('form').submit(function(){ $.post(url, {snippet: formdata}, function(dat