issue with pop up
-
I am having an issue where i set the jquery and have the modal click on the image and then it changes can input selector but it is suppose to close. No jquery is allowing it to close. Can i put the options to make it resizable and movable ? After i pick the image I want it to close after it changes the input.
<button type = “button” class=”eModal-1″>Open Modal</button>
<script>
$(document).ready(function () {
$(‘#eModal-1 img’).click(function(event){
event.preventDefault();
$(‘#input_1_7’).val($(this).attr(‘alt’));
$(‘#eModal-1’).dialog(‘close’);
});});
</script>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘issue with pop up’ is closed to new replies.