This content has been marked as final.
Show 3 replies
-
-
2. Re: button in Edge
kfir_fr Dec 6, 2012 8:58 AM (in response to heathrowe)I do not quite understand this issue.
In my case I have two objects. One is DIV and the second is h1 (I gave him "id") but it should not change anything.
I want to click on the object that is DIV and that the page scroll down smothly with animation and not just jumo to object is h1.
Thank you.
-
3. Re: button in Edge
elainefinnell Dec 6, 2012 10:17 AM (in response to kfir_fr)Hi, kfir_fr-
If you take a look at Darrell's answer in the link, he gives you code to put in a click handler to your div. So for your div, you would click on the {} button next to the element's name, select "click," and then replace the first line of his code with:
var element = sym.$("id");
It should work from there.
-Elaine



