Closed hassaancs closed 12 years ago
How are you adding panels to MovingBoxes? If you look at the main demo, you'll see that you can dynamically add and remove panels, but you'll need to call the plugin function again to update the slider:
$('#slider')
.append('<li><h2>Header</h2><img src="my-image.jpg"><p>info</p></li>')
.movingBoxes();
I think I ve an older version of the Control. Many things are changed in the download available here and the one which I ve. I will try that on Newer version and let you know about it. Thanks For Reply.
IS this possible to Get the results (Pictures, other info) from Databases like Sql Server? When I try to get data from Db it starts firing Exceptions because of Panels... Can anyone help me in this regards?