Opened 10 years ago
Closed 10 years ago
#14254 closed bug (notabug)
any click anywhere closes magnific pop up ajax box
Reported by: | 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>
Please ask for support on the forums or in the #jquery irc channel.