How to append jQuery Code to Image Popup
-
Hi,
First of all let me thank you for this great plugin.
I want to append a <div> to the Image Pop Up. Normal way It is not allowing me to update. Code is running but it is not get append. Please let me know how can I do that.
Here is the code I tried so far
jQuery(document).ready(function($) { $("#sgcboxLoadedContent").append('<div class="xxx">Something</div>'); });
I need to get this done using jQuery.
Rgards
Nisha
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to append jQuery Code to Image Popup’ is closed to new replies.