简体   繁体   English

注销Google帐户时使用的功能是什么?

[英]What the functionality is called which is used while logging out of Google account?

When we want to log-out from the google/gmail account, we click on the profile picture displayed at the right most of the Google bar. 当我们要从google / gmail帐户注销时,我们单击显示在Google栏最右侧的个人资料图片。 The scenario with the pop-up is shown in below figure. 下图显示了带有弹出窗口的场景。

在此处输入图片说明

What does this functionality called in jQuery, HTML? 此功能在jQuery,HTML中称为什么? I think it's not a modal pop-up as it's not appearing on the existing content of a page and background content is non-clickable. 我认为这不是模式弹出窗口,因为它没有出现在页面的现有内容上,并且背景内容不可点击。 Also it can't be called as tool-tip as it's not showing up on mouse hover, we need to click on profile picture to see the log out button. 同样,它也不能称为工具提示,因为它不会在鼠标悬停时显示,我们需要单击个人资料图片以查看注销按钮。 So what does it called? 那叫什么呢?

I'm asking this thing curiously because I need to implement same functionality in my website. 我好奇地问这个问题,因为我需要在我的网站中实现相同的功能。 That is when user clicks on specific text the pop-up/tool-tip(for now I'm using these words for your understanding only, may be I'm using wrong words). 那就是当用户单击特定文本时的弹出窗口/工具提示(目前,我仅将这些单词用于您的理解,可能是因为我使用了错误的单词)。 As I don't know the exact word for this functionality I'm not able to find out such jQuery plugin on internet which would behave the same way. 由于我不知道此功能的确切字眼,因此无法在互联网上找到行为相同的jQuery插件。

One more thing is that I want to use a form in this pop-up/tool-tip which would be submitted to PHP using AJAX. 还有一件事是,我想在此弹出窗口/工具提示中使用一个表单,该表单将使用AJAX提交给PHP。

Popover! 酥料饼!

Example API from a popular CSS/JS toolkit: 流行的CSS / JS工具包中的示例API:

http://getbootstrap.com/javascript/#popovers http://getbootstrap.com/javascript/#popovers

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM