using the same plugin in 2 diferent html pages, one linked to another.
I'm using a jquery plugin that makes the content of a div dragable.
I use it in my first page and it's ok, but when I follow the link to the other page(it opens in a div on the main page)
and try to use the same plugin in that page( I've programmed this page with exactly the same code) it doesn't work. If I open that 2nd page separately it work's fine.
I don't know if I make myself clear.
Can anybody help me?