jQuery EasyUI 教程-Tooltip(提示框)

來源:互聯網
上載者:User
上一篇文章給大家介紹了jQuery EasyUI 教程-ProgressBar(進度條),這款組件前端開發人員在工作中普遍能用到,接下來給大家介紹這款jQuery-Tooltip(提示框)組件,在工作過程中也是非常有用的。

本文給大家詳細講述jQuery-Tooltip(提示框)的使用案例,並通過一步一步的代碼實現過程,不僅讓您掌握Tooltip的實現,還提升您在前端開發工作的編程興趣和水平。

使用$.fn.tooltip.defaults重寫預設值對象。(譯者註:1.3.3版中新增的plugin)

當使用者將滑鼠移動到元素上的時候,將會顯示一個訊息提示框。提示框的內容可以是頁面中任何一個HTML元素或者通過Ajax發送後台請求以擷取提示框內容。

使用案例:

建立提示框

通過標籤和Javascript兩種方法來建立提示框。

1、通過標籤建立提示框,給元素添加一個”easyui-tooltip”的類名,無需任何Javascript代碼。

<a href=”#” title=”This is the tooltip message.” class=”easyui-tooltip”>Hover me</a>

2. 通過Javascript建立提示框。

<a id=”dd” href=”javascript:void(0)”>Click here</a>
$(‘#dd’).tooltip({position: ‘right’,content: ‘<span style=”color:#fff”>This is the tooltip message.</span>’,onShow: function(){$(this).tooltip(‘tip’).css({backgroundColor: ‘#666′,borderColor: ‘#666′});}});

屬性:

事件:

方法:

以上就是jQuery EasyUI 教程-Tooltip(提示框)的內容,更多相關內容請關注topic.alibabacloud.com(www.php.cn)!

  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.