当前位置:网站首页>Qtip2 solves the problem of too many texts
Qtip2 solves the problem of too many texts
2022-07-03 07:22:00 【Maple Leaf pear flower】
One problem encountered in the work is that too much text leads to adaptive size input Frame deformation of , Then I want to use it Qtip2 To solve when there are many texts , Hide a part of , Then put the mouse up and show all . Here is Qtip2 Use cases and effects ( For more information, please visit Official website )
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>qTip2 Example</title>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="http://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://qtip2.com/v/stable/jquery.qtip.css"/>
<script> $(function(){
$('.selector').qtip({ content: 'I have a longer fade in duration and slideUp to hide!!I have a longer fade in duration and slideUp to hide', show: { effect: function() {
$(this).fadeTo(500, 1); } }, hide: { effect: function() {
$(this).slideUp(); } } }); }); </script>
</head>
<body>
<span class="selector">content......</span>
</body>
</html>
effect

边栏推荐
- docket
- PdfWriter. GetInstance throws system Nullreferenceexception [en] pdfwriter GetInstance throws System. NullRef
- Homology policy / cross domain and cross domain solutions /web security attacks CSRF and XSS
- PHP install composer
- Thoughts on project development
- Advanced API (use of file class)
- Resthighlevelclient gets the mapping of an index
- 【已解决】SQLException: Invalid value for getInt() - ‘田鹏‘
- Raspberry pie update tool chain
- [Fiddler actual operation] how to use Fiddler to capture packets on Apple Mobile Phones
猜你喜欢

4279. Cartesian tree

691. 立方体IV

Common APIs

Recursion, Fibonacci sequence

Common problems in io streams

Take you through the whole process and comprehensively understand the software accidents that belong to testing

Specified interval inversion in the linked list

Topic | synchronous asynchronous

深度学习参数初始化(一)Xavier初始化 含代码

Summary of Arduino serial functions related to print read
随机推荐
Advanced API (byte stream & buffer stream)
7.2 brush two questions
Advanced API (use of file class)
Use of file class
[set theory] Stirling subset number (Stirling subset number concept | ball model | Stirling subset number recurrence formula | binary relationship refinement relationship of division)
Use of framework
3311. 最长算术
When MySQL inserts Chinese into the database, there is a diamond question mark garbled code
Arduino 软串口通信 的几点体会
CentOS php7.3 installing redis extensions
Map interface and method
JUC forkjoinpool branch merge framework - work theft
《指環王:力量之戒》新劇照 力量之戒鑄造者亮相
Common architectures of IO streams
【已解决】win10找不到本地组策略编辑器解决方法
docker建立mysql:5.7版本指定路径挂载不上。
Operation and maintenance technical support personnel have hardware maintenance experience in Hong Kong
Hash table, generic
Selenium key knowledge explanation
Flask Foundation