Quantcast
Channel: Target this function to a particular div - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by Akshay Chawla for Target this function to a particular div

$
0
0

You dnt need to do anything, just change div selector to id#Africa selector

$(document).ready(function(){ $("button").click(function(){ $("#africa").animate({    height: 'toggle'  }); });});

Viewing all articles
Browse latest Browse all 3

Trending Articles