• jquery qtip提示插件 箭头上下显示方法


    第一种

    默认的

     1 $("#technicalStaff_desc_tooltop").qtip({
     2             content: {
     3                 title: " ",
     4                 text: "技术人员类型包括但不限于软件工程师、系统架构师、数据设计师、测试工程师、网络工程师,市场数据分析、营销策划、公关策划、广告媒体制作,建造师、造价师、质检员、机械工程技术员,供应链企划师、物流策划师、物流信息技术员、ERP实施员等。" +
     5                     "<br/>" +
     6                     "Technical Staff types include but are not limited to software engineers, system architects, database designers, test engineers, network engineers, marketing data analysts, marketing planners, public relation planners, advertising media producers, constructors, cost engineers, quality inspectors, mechanical engineering technicians, supply chain planners, logistics planners, logistics information technicians, ERP engineers, etc"
     7 
     8             },
     9             style: {
    10                 classes: 'qtip-blue'
    11             }
    12         });

    第二种

     1  $("#emailaddress_tooltop").qtip({
     2             content: {
     3                 title: "&nbsp;",
     4                 text: "该邮箱为供应商门户注册通知指定接收人。" +
     5                     "<br/>" +
     6                     "The email address will be used to receive reminder emails from SGM Supplier Portal."
     7             },
     8             style: {
     9                 classes: 'qtip-red'
    10             },
    11             position: {
    12                 at: 'top left',
    13                 my: "bottom left"
    14             }
    15         });
  • 相关阅读:
    Windows Azure 网站开发Stacks支持
    AzureDev 社区活动获奖者公布
    Android 改变窗口标题栏的布局
    cocos2d-x游戏开发系列教程-超级玛丽01-前言
    cocos2dx进阶学习之CCObject
    基于visual Studio2013解决算法导论之055拓扑排序
    查看某文件夹内文件大小
    vmstat命令
    uname 命令
    iostat命令
  • 原文地址:https://www.cnblogs.com/phil_jing/p/10059307.html
Copyright © 2020-2023  润新知