jcrop

Cannot drag selection in Jcrop, what could break it?

I'm at a loss. I'm using JQuery 1.4.2 and JCrop 0.98. Everything else works fine, but I cannot move a selection once created. When I mouse over the selection and click, nothing happens. I have the JQuery library, the JCrop library and the JCrop css file all included. It's a pretty clean page without much else on it. I don't know if...

Jcrop check API presence

Hi there I am having problems with Jcrop API. I don't think I need to go into detail as why I need this check, but I need to check if the Jcrop API is present so I can destroy it or not create another one if it is already created. Is there a way to check if api is present? Maybe this is Jquery or javascript check, I am quite a beginner....

Multiple pictures and prewievs in Jcrop. How to pass many id's to javascript function

I use Jcrop plugin(Jquery) in my app. I decide to use some ajax solution but have a problem with passing value to function. I don't kno whether it is my lack od JavaScript skills or Jcrop issue. Here is code jQuery(window).load(function(){ jQuery('#cropbox').Jcrop({ onChange: showPreview, on...

Cross-browser JS inconsistencies

I have a PHP script that allows image upload. I modified it slightly to load newly uploaded image into a modal window in order to allow manual crop, if needed. It seems I got it working in FireFox (all the way until actual crop). IE throws an error: "Object does not support this property or method" and Opera just chokes and does not k...

JCrop caching image

I'm trying to implement Jcrop with a list of images. At the moment, when you click the link to crop, a lightbox loads an ajax call with the image and all the cropping tools and everything is working great. I've tested across several images in the db and all looks good. however, once I crop the image and the lightbox closes, if I then tr...

Trying to use Jcrop api

Hi, I am using Jcrop and I wan't to dynamically change the aspect ratio for the selection based on user input, so I guess the way to go is to use Jcrop api. Thing is that if I use it as a jquery function it works ok: $('#cropbox_full').Jcrop({ onChange: update_full_dimensions, onSelect: update_full_dimensions }); But if I use it ...

ASP image upload and Jcrop?

I upload images with aspsmartupload and it work as it should, good! But after I have uploaded the image I would like to be able to crop the image with Jcrop. I have managed to get the Jcrop script to work on a image(showing the crop rectangle on the image). But how do I actually crop the image with ASP and the saving it? I have found a...