Tagged Questions
0
votes
2answers
508 views
Trigger effect after changing src attribute of img tag
Im using this code to change the src attribute of an image tag (using prototype and scriptaculous):
new Effect.Fade("images",{afterFinish:
function()
{
$("detail").setAttribute("src", ...
0
votes
1answer
455 views
get one Attribute id, set as another Attribute id
I'm currently using scriptaculous and prototype to drag/drop elements from one div to another, and append a new Element based on the 'src' of the element that is dropped, creating a new draggable out ...