Div with id="content"
need to change content. I have two DIV
s, somewhere generated with id=1
and id=2
, and I want to div id="content"
show one,
but when I click on some button to change content on another DIV, but with smooth horizontal animation, like on image galleries scroll left and right. How to do that with jQuery?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="content">
</div>
</body>
</html>