jquerycropper

Upload and crop image with jQuery


I'm using jQuery to upload and crop image,link of this source is here:

jQuery Awesome Cropper

I downloaded this code and used it, but the result I received is just as in the form below and the photo will not be uploaded

enter image description here


Solution

  • Make sure to load jquery.js file before loading bootstrap. This solved my problem.