kennygit / jcrop

Automatically exported from code.google.com/p/jcrop
0 stars 0 forks source link

jQuery("#cropbox").Jcrop is not a function #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am testing the code implementation with the FireBug and FireQuery and I get a 
break with the following line highlighted:

onSelect: updateCoords 

The error message is:

jQuery("#cropbox").Jcrop is not a function

Here's the implementation page:

(OK, i'ts a little convoluted but here are the steps)

1. Go to: http://www.slatecast.com/storyboard

2. Click "Continue"

3. Pick one checkbox (16:9 (HD) for example) click Continue

4. On the next page, change URL to http://www.slatecast.com/storyboard1

5. Click "Add New Scene" and add an image

Any ideas what might be the culprit? 

Thanks.

Original issue reported on code.google.com by dodgingspam@gmail.com on 6 Oct 2010 at 3:35

GoogleCodeExporter commented 8 years ago
OK, found the reason for mysterious erroneous character. I was missing " after 
src=

Now, that I don't get errors the script is still not working... I'm bummed...

Original comment by dodgingspam@gmail.com on 6 Oct 2010 at 3:53