Jump to content
  • 0

Для data-toggle указать dropdown и tooltip


mstdmstd
 Share

Question

Всем привет,

В верстке Bootstrap 3.3.7. есть выпадающее меню с довольно длинным текстом
и хочется длинный текст вывести в тултипе а в меню короткий текст вроде:

<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown tooltip" data-placement="left" title="SomeRatherLongTextTextTextText">



ShortText <b class="caret"></b>

</a>

<ul class="dropdown-menu">
<li>

 

...

Но тогда и менюха перестает работать. Получается что для data-toggle может быть указано или dropdown или tooltip...
Никак нельзя извернуться чтобы меню и тултип работал для одной сссылки ?

Спасибо!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

А вы попробуйте обернуть текст внутри ссылки в спан и ему задать data-toggle="tooltip":

<li class="dropdown">
  <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-placement="left" title="SomeRatherLongTextTextTextText">
    <span data-toggle="tooltip">ShortText</span> <b class="caret"></b>
  </a>
  <ul class="dropdown-menu"></ul>
<li>

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy