Monday, February 2, 2009

$('imagerater') is not a function

I got this error because I didn't include the .js files in the file. if you download these and make sure to include these, it'll work

another problem that i ran into was that my mod_python handler was not serving these with the default-handler. i needed to add the following lines in my http.conf file:

<Files *.js>
SetHandler default-handler
</Files>

No comments:

Post a Comment