Jump to content
  • 0

всплывающий текст на кпопке в виде иконки


mstdmstd
 Share

Question

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

  <h4 class="heading glyphicons icon-bulleted-list" style="cursor: pointer;" onclick="javascript:ReadClientsNote()" title="Read Client Notes" ><i></i></h4>

Но не title ни hint не срабатывают.
А как правильно ?

 

  Спасибо!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Всем привет,

   Я хочу сделать всплывающий текст на кпопке в виде иконки, навроде :

  <h4 class="heading glyphicons icon-bulleted-list" style="cursor: pointer;" onclick="javascript:ReadClientsNote()" title="Read Client Notes" ><i></i></h4>

Но не title ни hint не срабатывают.

А как правильно ?

 

  Спасибо!

 

Где тут кнопка? Когда должен всплывать текст?

Link to comment
Share on other sites

  • 0

Сама картинка определяется классом icon-bulleted-list и текст должен всплывать, когда текст над этой кнопкой.

Это одна из иконок отсюда http://cdn.mosaicpro.biz/business/php/admin/icons.html?lang=en&v=v1.0.3-rc4

Кликом на этой кнопке должен подгружаться список :

    function ReadClientsNote() {        $.ajax({            timeout: 10000,            url: $ajaxurl_scheduler + "/readClientsNotesList/",            type: "POST",            dataType: "html",            data: { 'client_id' : selectedClientId }        }).done(function(data){            $("#div_read_clients_note_data").html( data )        });    }
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