[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread Pink Pig
On Apr 16, 12:47 pm, "mike.helgeson" wrote: > Really? When given a helpful, simple, and absolutely correct response, > that is how you act? I'm not sure why you are referencing the version on rentalbeast. I was referring to the version on my laptop, which does not have this problem. As it happens

[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread Ricardo
Just to point out: plugins are "third-party", which means the jQuery team or documentation has no responsability on them. There is obviously commitment on keeping everything as up to date as possible, but it's unreasonable to expect that anyone will keep track of versioning in 2348 plugins. BTW,

[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread Ricardo
http://dev.jquery.com/browser/trunk/plugins/checkboxes/jquery.checkboxes.js?rev=4734#L36 http://dev.jquery.com/browser/trunk/plugins/checkboxes/jquery.checkboxes.js?rev=4734#L73 On Apr 16, 1:48 am, Pink Pig wrote: > On Apr 15, 7:11 pm, Ricardo wrote: > > > Try a search for '@' in the plugin fil

[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread mike.helgeson
Really? When given a helpful, simple, and absolutely correct response, that is how you act? http://www.rentalbeast.com/ScriptLibrary/jquery.checkboxes.js Here is a mirror to the code in case Bill gets self conscious and fixes the "obvious". http://codepad.org/SidAtyeO On Apr 16, 12:04 pm, Pink

[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread Klaus Hartl
Maybe you need to use a better text editor? http://en.wikipedia.org/wiki/Text_editor#Search_and_replace --Klaus On 16 Apr., 18:04, Pink Pig wrote: > On Apr 16, 1:04 am, David Zhou wrote: > > > > > On Thu, Apr 16, 2009 at 12:48 AM, Pink Pig > > > wrote: > > > > On Apr 15, 7:11 pm, Ricardo

[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread Daniel Friesen
Barely anyone actually bothers to do it + You never said you did = We assume you may not have done it and suggest it ~Daniel Friesen (Dantman, Nadir-Seen-Fire) Pink Pig wrote: > > On Apr 16, 1:04 am, David Zhou wrote: > >> On Thu, Apr 16, 2009 at 12:48 AM, Pink Pig >> >> wrote: >> >>

[jquery-dev] Re: What does this error message mean?

2009-04-16 Thread Pink Pig
On Apr 16, 1:04 am, David Zhou wrote: > On Thu, Apr 16, 2009 at 12:48 AM, Pink Pig > > wrote: > > > On Apr 15, 7:11 pm, Ricardo wrote: > >> Try a search for '@' in the plugin files, it shouldn't be hard. > > >> On Apr 15, 3:59 am, Pink Pig wrote: > > >> > Maybe you guys should stop patting y

[jquery-dev] Re: What does this error message mean?

2009-04-15 Thread David Zhou
On Thu, Apr 16, 2009 at 12:48 AM, Pink Pig wrote: > > On Apr 15, 7:11 pm, Ricardo wrote: >> Try a search for '@' in the plugin files, it shouldn't be hard. >> >> On Apr 15, 3:59 am, Pink Pig wrote: >> >> > Maybe you guys should stop patting yourselves on the back long enough >> > to straighten

[jquery-dev] Re: What does this error message mean?

2009-04-15 Thread Pink Pig
On Apr 15, 7:11 pm, Ricardo wrote: > Try a search for '@' in the plugin files, it shouldn't be hard. > > On Apr 15, 3:59 am, Pink Pig wrote: > > > > > Maybe you guys should stop patting yourselves on the back long enough > > to straighten out  the documentation and synchronize everything. > >

[jquery-dev] Re: What does this error message mean?

2009-04-15 Thread Ricardo
Try a search for '@' in the plugin files, it shouldn't be hard. On Apr 15, 3:59 am, Pink Pig wrote: > > Maybe you guys should stop patting yourselves on the back long enough > to straighten out  the documentation and synchronize everything. I'm not in the core team, but hello? --~--~-

[jquery-dev] Re: What does this error message mean?

2009-04-15 Thread Pink Pig
On Apr 13, 5:01 pm, John Resig wrote: > Are you sure you're not using some plugin that's including that symbol? (Sorry to be so slow responding -- I've been on the road.) No. It's really hard for me to tell which plugins are compatible with jQuery 1.3.2 and which are not. If I go to the jQuery

[jquery-dev] Re: What does this error message mean?

2009-04-13 Thread John Resig
Are you sure you're not using some plugin that's including that symbol? --John On Mon, Apr 13, 2009 at 4:24 PM, Pink Pig wrote: > > On Apr 13, 8:34 am, Leonardo K wrote: >> *From jQuery site: >> >> Note:* In jQuery 1.3 [...@attr] style selectors were removed (they were >> previously deprecat

[jquery-dev] Re: What does this error message mean?

2009-04-13 Thread Pink Pig
On Apr 13, 8:34 am, Leonardo K wrote: > *From jQuery site: > > Note:* In jQuery 1.3 [...@attr] style selectors were removed (they were > previously deprecated in jQuery 1.2). Simply remove the '@' symbol from your > selectors in order to make them work again. > > Remove the @ from your code to ma

[jquery-dev] Re: What does this error message mean?

2009-04-13 Thread Leonardo K
*From jQuery site: Note:* In jQuery 1.3 [...@attr] style selectors were removed (they were previously deprecated in jQuery 1.2). Simply remove the '@' symbol from your selectors in order to make them work again. Remove the @ from your code to make work. ([Exception... "'Syntax error, unrecognized