Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8350563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:21:18+00:00 2026-06-09T08:21:18+00:00

I have button in my MVC 3 view. Here it is: <button rowId=@employee.Id value=refresh

  • 0

I have button in my MVC 3 view. Here it is:

  <button rowId="@employee.Id" value="refresh" class="button-submit" class="btn btn-mini" style="border: 0; background: transparent; box-shadow: none;">
                                <img class="btn btn-mini" width="24" height="24" alt="Delete doctor" src="/Content/img/refresh.png" />
                            </button>

I want to show tooltip, so:

 $(function () {
        $(".button-submit").tooltip();
    });

But is doesn’t work in my case. How can I make them work?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T08:21:19+00:00Added an answer on June 9, 2026 at 8:21 am

    Did you import the javascript for the tooltip plugin as well as the JQuery javascript?

    Take a look at the example at the end of this page

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
                        "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
      <script src="http://code.jquery.com/jquery-latest.js"></script>
      <link rel="stylesheet" type="text/css" href="http://dev.jquery.com/view/trunk/plugins/tooltip/jquery.tooltip.css" />
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/tooltip/jquery.dimensions.js"></script>
    <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/tooltip/jquery.tooltip.js"></script>
      <script>
      $(document).ready(function(){
        $("a").tooltip();
      });
      </script>
    
    </head>
    <body>
    
    <a href="http://jquery.com" title="Write less, do more">jQuery.com</a>
    <br/>
    <a href="http://learningjquery.com" title="Learn more, write less">learningjQuery.com</a>
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two buttons on my MVC form: <input name=submit type=submit id=submit value=Save />
I have a partial view: <%@ Control Language=C# Inherits=System.Web.Mvc.ViewUserControl<DomainModel.Entities.Product> %> <div class=item> <h3><%= Model.Name
I have an ASP.NET MVC Page with a button called Start Live Meeting. When
Possible Duplicate: How to: Back button support “Ajax” I have a ASP.NET MVC implementation
i have an html table inside a form in an asp.net mvc view. I
I have started an MVC project and it has created the AccountController Class for
I have a new MVC 4 Application with a fairly basic View/Controller. The associated
I have a form with one textbox and one button. Here I need to
Say you have an MVC view for editing a Sandwich: sandwich name, price, etc.
I have created view page in MVC like <%using (Html.BeginForm()) { %> <%=LabelHelpers.Label(firstname, FirstName:)%>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.