Side navigation
#14254 closed bug (notabug)
Opened August 13, 2013 04:12PM UTC
Closed August 13, 2013 04:44PM UTC
any click anywhere closes magnific pop up ajax box
Reported by: | ashishtechie83@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
whenever i try to fill login form (which is a magnific pop up ajax box) it gets closed in the first instance of click
<a class="simple-ajax-popup-align-top" href="result.php">try me</a><br>
jquery:
$(document).ready(function() {
$('.ajax-popup-link').magnificPopup({
type: 'ajax',
alignTop: false,
overflowY: 'scroll'
});
});
and result.php is as follows:
Email:<div class="field_container">Password:</label>
<input type='password' name='cust_password' id='password' maxlength="12" style="width: 250px; height: 30px"; /></div>
<input type='submit' name='Submit' value='Login' />
</div>
</form>
</div>
Attachments (0)
Change History (1)
Changed August 13, 2013 04:44PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Please ask for support on the forums or in the #jquery irc channel.