Hello everyone!
Does anybody know of a jquery plugin/script implementing image annotation?
I'm looking for something similar to Fotonotes (http://www.fotonotes.net/),
Photonotes (http://www.dustyd.net/projects/PhotoNotes/), flickr's annotation
etc.
Thanks in advance, Leon.
--
View this mess
I'm having the same problem.
Can anybody help please??
Thanks!
Stefan Kilp [sk-software] wrote:
>
>
> Hi,
>
>
> i am using jscript-1.1
>
>
> i have registered click and dbclick event on the same tag
>
>
> $("#liste p").dblclick(function(){
> ...
> }
> $("#liste p").click(function
I wish I new that yesterday.. :confused:
Thanks.
Leonardo K wrote:
>
> There is a plugin that does what u want.
>
> http://www.ndoherty.com/demos/coda-slider/1.1.1/
>
>
--
View this message in context:
http://www.nabble.com/Code-works-in-Safari-ONLY-tp15489385s27240p15502122.html
Sent fr
Thanks Brian!
It works great now, the problem was the hyphenated properties, I had no idea
that I should have written those in camel case.
Thank you very much :handshake:
Leon.
Brian Cherne wrote:
>
> Actually, the += and -= are perfectly legit for the animate method. They
> allow you to anima
Hello everyone.
I wrote a simple horizontal scrolling script (similar to
http://www.panic.com/coda/ this ), but unfortunately it works only in Safari
and I have no idea why.. :-((
Here is the code:
$(function(){
var current_item = 1;
var last_item = 4;
var item_
Thank you!
Works great now :)
Leon.
Mika Tuupola wrote:
>
>
>
> On Dec 21, 2007, at 9:32 PM, LeonL wrote:
>
>> This will work fine - alert the edit var value.
>> However, when adding 'event: "edit"' it wont do a thing:
>&g
27;: 'title'},
width: 250,
event: "edit"
}).bind("click",function() {
alert(edit)
});
Is there something I'm doing wrong?
Thanks!
Mika Tuupola wrote:
>
>
>
> On Dec 21, 2007, at 12:24 PM, LeonL
Hello everyone.
I've been trying for some time now to make this code to execute ONLY if a
variable called edit equals to 1:
The code:
$(".item_title").editable("operator.php",{
submitdata: {'type': 'title'},
width: 250
});//EOE
Does anybody have a
ake load() global or something so it will be accessible
from such places.
How would I do that?
Thanks again, Leon.
sawmac wrote:
>
>
>
> On Dec 17, 2007, at 11:56 AM, LeonL wrote:
>
>>
>>
>> Hi everyone,
>>
>> I have an event that is not being listened
Hi everyone,
I have an event that is not being listened and I can't figure out why.
The thing is that everything is working fine while all my html code is
static, but as soon as I modified it with some data pulled from the db, the
click() events doesn't trigger the actions any more.
What I'm d
10 matches
Mail list logo