Hi,
Im trying to insert jquery script to set the position of scroll bar in desired position
$(".content").animate({ scrollTop: 100 }, "slow");, when i click a link, but it is throwing an error as "$" is not defined. This error message is showing whenever is use Jqeury. Please suggest how to fix this issue.
thanks in advance
Ekadeep.K
Hello Kuruma Ekadeep,You need to add the jquery plugin.
Suhas Jamdade wrote:
Add this jquery in your mobile app