Avatar of Panos
Panos
Flag for Germany asked on

jquery edit-image-facebook-style: html part

Hello experts.
I want to use the edit-image-facebook-style plugin from here:
http://w3doc.blogspot.de/2012/07/jquery-plugin-edit-image-facebook-style.html
but the html part is missing.
I did find this tutorial on many other web sites but the html part is missing too.
Any help?
jQuery

Avatar of undefined
Last Comment
Panos

8/22/2022 - Mon
leakim971

<div id="foo">
<img src="profile.jpg" />
</div>

Open in new window


var options {
   // your options
};
$("#foo").editFaceBook(option);

Open in new window

Panos

ASKER
Hi
I have a js error on line: var options

<link rel="stylesheet" href="css/jquery-edit-facebook.css" />
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery-edit-facebook.js"></script>
<script type="text/javascript">
var options {
   // your options
};
$("#foo").editFaceBook(option);
                                           
</script>
<div id="foo">
<img src="images/no-image.gif"/>
</div>
leakim971

check the doc to set the options
example :
var options = {
   width:"320px",
   height: "320px"
}
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Panos

ASKER
The script is doing nothing.
Can you please test it?
All files to download
http://www.2shared.com/file/4AKrsz0t/test.html
ASKER CERTIFIED SOLUTION
leakim971

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Panos

ASKER
hmmmmm.
Ok.
thank you anyway
Panos

ASKER
thank you
regards
panos
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.