What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 11672 |  Welcome, Guest!   Register  Login
 Home > Forums > jQuery > How do i get data and image on "ToolTip" ...
Mahe

How do i get data and image on "ToolTip"

Replies: 10 | Posted by: Mahe on 7/17/2012 | Category: jQuery Forums | Views: 553 | Status: [Member] | Points: 10  


Hi,

How do i get data and image on "ToolTip" using jQuery

Regards,
Mahe


Reply | Reply with attachment | Alert Moderator

 Responses below this adGet hundreds of .NET Tips and Tricks videos

 Replies

Premalatha
Premalatha  
Posted on: 7/17/2012 11:36:09 AM
Level: Starter | Status: [Member] | Points: 25

JQueryTools includes a Tooltip module which will get rid of a big chunk of your code.

http://jquerytools.org/demos/tooltip/index.html

It's also possible to create tooltips with no JavaScript at all, using HTML and CSS along these lines:

<div class="has-tooltip">
<button class="huge red">You Know You Wanna...</button>
<div class="tooltip">Do NOT Press This Button.</div>
</div>
And in CSS:

.has-tooltip .tooltip {
position: absolute;
display: none;

<style code to position (with margin-left and margin-top)
and make the tooltip box look how you want>

}

.has-tooltip:hover .tooltip {
display: block;
}
Google "CSS Tooltips" to see lots of examples.

Premalatha
Software Engineer

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Patel28rajendra
Patel28rajendra  
Posted on: 7/18/2012 1:16:27 AM
Level: Starter | Status: [Member] | Points: 25

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Ranjeet_8
Ranjeet_8  
Posted on: 7/18/2012 5:46:49 AM
Level: Gold | Status: [Member] | Points: 25

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Dotnetrajanikanth
Dotnetrajanikanth  
Posted on: 7/18/2012 5:59:02 AM
Level: Starter | Status: [Member] | Points: 25

http://rndnext.blogspot.in/2009/02/jquery-ajax-tooltip.html

Hope this is what you are looking for

____________
www.flickr.com/photos/psdesigner/

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Taanu51
Taanu51  
Posted on: 7/19/2012 12:13:26 AM
Level: Starter | Status: [Member] | Points: 25

hi,

We have so many ways to display the data in Tooltip.try to use Jquery .Follow the link its a best example to display the data from server in Tootip

http://www.developerscode.com/2011/02/how-to-display-data-in-tooltip-in_3418.html

Tanisha Sayyad
.Net and Android Developer
INDIA(Andhra Pradesh)

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Dotnetrajanikanth
Dotnetrajanikanth  
Posted on: 7/20/2012 3:30:34 AM  Download source file
Level: Starter | Status: [Member] | Points: 25

Mahe,

I have attached a sample, please go through it

____________
www.flickr.com/photos/psdesigner/

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Dotnetrajanikanth
Dotnetrajanikanth  
Posted on: 7/20/2012 6:48:46 AM
Level: Starter | Status: [Member] | Points: 25

Dear All,

The sample i have posted above will be helpful to you also. This is one of the easiest way to implement a tooltip with image.

____________
www.flickr.com/photos/psdesigner/

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Mahe
Mahe  
Posted on: 7/23/2012 12:01:55 PM
Level: Starter | Status: [Member] | Points: 25

Hi Dotnetrajanikanth,

I am not able to open the attached "Download source file",
willl you please place the code, rather than attachment.

Regards,
Mahe

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Patel28rajendra
Patel28rajendra  
Posted on: 7/24/2012 1:02:14 AM
Level: Starter | Status: [Member] | Points: 25

Hi
Mahe

Did you got the answer

R D Patel

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Patel28rajendra
Patel28rajendra  
Posted on: 7/24/2012 1:06:43 AM
Level: Starter | Status: [Member] | Points: 25

If you got the answer then please mark as answer


R D Patel

Mahe, if this helps please login to Mark As Answer. | Reply | Alert Moderator 

Reply - Please login to reply


Click here to login & reply

Found interesting? Add this to:


 Latest Posts

Write New Post | More ...

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/21/2013 1:32:27 AM