rayantony / jixedbar

Automatically exported from code.google.com/p/jixedbar
GNU General Public License v2.0
0 stars 0 forks source link

Appending the bar content using $('body').append() instead of putting it directly in the markup causes it to stay visible #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a great plugin… However, for some reason, if I add the div containing 
the ul using $(body).append() instead of directly in the markup, it stays 
visible. The bar still works, but the content is showing behind it. I tried 
making it not visible, but this seems to cause the bar to disappear too.

I want to add this dynamically, rather than have it in the actual HTML because 
it’s for functionality that gets “turned on or off”, and might even be on 
pages whose markup I don’t control.

Original issue reported on code.google.com by cazza...@gmail.com on 9 Jan 2011 at 2:03