请请请帮助我.. 我一直在尝试让宏伟的弹出 ajax 框显示登录表单。似乎该表单出现了,但只要我单击表单或 ajax 正文中的任何位置,它就会消失。下面是代码
$(document).ready(function() {
$('.ajax-popup-link').magnificPopup({
type: 'ajax',
alignTop: false,
closeOnContentClick: false,
overflowY: 'scroll'
});
});
<a class=".ajax-popup-link" href="result.php">try me</a><br>
下面是我希望在 ajax 框中加载的 php。这不是完整的
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' />