laktek / really-simple-color-picker

Simple Color Picker written in jQuery.
http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery
MIT License
179 stars 65 forks source link

it does not work with jQuery 1.2.6 #2

Open cezaryk opened 12 years ago

cezaryk commented 12 years ago

change "http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"@demo.html to "http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"

you get error (firefox 11.0): handler is undefined http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js Line 1834

on ie9 (version: 9.0.8112.16421): SCRIPT5007: Unable to get value of the property 'guid': object is null or undefined jquery.js, line 1834 character 3

laktek commented 12 years ago

Wondering what keeps you up with a release almost 4 years old?

cezaryk commented 12 years ago

Hi laktek,

I will answer two questions :) instead.

1/ Why I think it should work with jQuery 1.2.6? Both posts read that 'color picker' works with jQuery 1.2.6: http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery/ https://github.com/laktek/really-simple-color-picker So I suppose both could be updated if it does not.

2/ Why do I use jQuery 1.2.6? I was searching for jQuery color picker for portlet container Liferay 5.2.3 and this version uses jQuery 1.2.6.

I do not expect anything, just wanted to point this out.

Regards, Cezary