I have a div element as below:
<div id="wrapper">Content......</div>
I am getting the contents of this div layer from ajax call. What i want to do is that i want to make that div unclickable, unselectable, visibility decreased and show an loading image on top of that div.
How can i do this? any suggestion
You could go for a jquery package:
http://www.malsup.com/jquery/block/
With this you can render content unselectable while loading, and add the loading image ontop of it. This is supported by the plugin.