gpt4 book ai didi

javascript - 如何获取触发弹出窗口的 JavaScript 代码?

转载 作者:行者123 更新时间:2023-11-28 09:20:09 25 4
gpt4 key购买 nike

我正在尝试为我的项目实现一个模式弹出窗口,我在 jsfiddle 中找到了我想要的东西。我可以找出他们用于模式的 html 和 CSS 是什么,但我不知道他们使用什么 js?

你能告诉我他们在模态中使用什么 JavaScript 吗?也就是说,当我单击登录按钮时,模式弹出窗口将打开:

http://jsfiddle.net/VSsLC/

http://jsfiddle.net/VSsLC/embedded/result/

下面是 html 代码:

<div class="modal hide fade" id="login-modal" style="display: none;">
<a class="close" data-dismiss="modal">×</a>
<h1>Log in to Kippt</h1>

<form class="connect-button" name="login" method="post" action="/social/twitter/redirect/" id="twitter-connect-form">
<div style="display:none"><input type="hidden" name="csrfmiddlewaretoken" value="MNH48hjwVMrGUWcpNqIt4qa1nko6RWdo"></div>

<a href="#" onclick="$('#twitter-connect-form').submit(); return false;" class="signup-twitter signup-btn" id="twitter_button"><i></i>Log in with Twitter</a>
</form>
<form class="connect-button" name="login" method="post" action="/social/facebook/redirect/" id="facebook-connect-form">
<div style="display:none"><input type="hidden" name="csrfmiddlewaretoken" value="MNH48hjwVMrGUWcpNqIt4qa1nko6RWdo"></div>

<a href="#" onclick="$('#facebook-connect-form').submit(); return false;" class="signup-facebook signup-btn" id="facebook_button"><i></i>Log in with Facebook</a>
</form>

<form action="/login" method="POST" autocomplete="off"><div style="display:none"><input type="hidden" name="csrfmiddlewaretoken" value="MNH48hjwVMrGUWcpNqIt4qa1nko6RWdo"></div>

<fieldset>
<h5>or with Kippt account</h5>
<input type="text" placeholder="Username or email" name="username" maxlength="30" id="id_username">
<input type="password" placeholder="Password" name="password" id="id_password">
<input type="submit" value="Log in" class="btn">
</fieldset>
<a href="/accounts/password/reset/"><span>Forgot password?</span></a> · <a href="/signup/"><span>Sign up to Kippt</span></a>
</form>
</div>

最佳答案

您只需发布指向 https://kippt.com/ 的直接链接即可网站,询问他们如何创建注册表单。
很明显,他们的 Javascript 太困惑了,无法理解任何有用的东西,但我确实看到他们使用 jQuery。通过谷歌搜索,我发现有一个非常相似的效果库,名为bootstrap modal
您必须考虑他们使用 jQuery 为自己编写此效果的可能性。

关于javascript - 如何获取触发弹出窗口的 JavaScript 代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15101338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com