I have encounter this error while installing DotNetNuke 6.2 in a new machine. and got the solution from a 1 year old blog entry.
The Solution:
Give IIS_IUSRS Full Access to Windows\Temp folder
It's been a while since I build this small plugin for jQuery, While browsing through my files I try to see if this plugin still works with the latest version of jQuery which is 1.3.2 and it did. I have updated the sample and change the file names so it is easy to recognize. I also move the downloads to my google site, Download here . Focus on the input box below or click on the box next to the control to show color picker. Basic Sample
jQuery(function($) {
$("#vtrColorPicker").attachColorPicker();
});
Change Background
jQuery(function($) {
$("#vtrColorPicker1").attachColorPicker();
$("#vtrColorPicker1").change(function() {
$("#content-wrapper").css("background-color",$("#vtrColorPicker1").getValue());
});
Comments
Post a Comment