[jQuery] Re: trying to get jQuery plugin to work with onclick IE6/7

2009-11-11 Thread Scott Sauyet
On Nov 10, 5:47 pm, Matthew wrote: > Scott, thanks for your time, I have been banging my head on the desk > for a while. I edited the code down and used JS Bin:http://jsbin.com/ehoxu The issue is a trailing comma in your list of defaults. IE<8 objects to this: {a: "b", c: "d",} while it ha

[jQuery] Re: trying to get jQuery plugin to work with onclick IE6/7

2009-11-10 Thread Matthew
Scott, thanks for your time, I have been banging my head on the desk for a while. I edited the code down and used JS Bin: http://jsbin.com/ehoxu The original jQuery plugin uses ajax to bring in a form from a php page and does some other things, but my watered down version on JS Bin seems to genera

[jQuery] Re: trying to get jQuery plugin to work with onclick IE6/7

2009-11-10 Thread Scott Sauyet
On Nov 10, 2:22 pm, Matthew wrote: >    So my code works in FF, IE8 and Safari (I've only tested in the > latest versions of all). But in IE6 and IE7 I get an error saying > "Object doesnt support this property or method". I know the site is not visible, but can you make a small test case using J