Bug Tracker

Opened 10 years ago

Closed 10 years ago

#14254 closed bug (notabug)

any click anywhere closes magnific pop up ajax box

Reported by: [email protected] 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>

Change History (1)

comment:1 Changed 10 years ago by Timmy Willison

Resolution: notabug
Status: newclosed

Please ask for support on the forums or in the #jquery irc channel.

Note: See TracTickets for help on using tickets.