- Screen name: vince.majer
vince.majer's Profile
2 Posts
0 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- Hi,
I'm trying to use jquery tooltip to show a div with an image and text.
here is my HTML structure :- <span class="reference">
<span class="marque" title="test">Adobe</span>
<span class="details"><img src="/img/monimage.jpg" alt="alt">Descriptif du travail effectué pour Adobe..
</span>
</span>
- <script type="text/javascript">
$(function() {
$(".details").hide();
$(".marque").tooltip({
items: $('.details'),
content: function() {
var element = $( this );
return "tooltip";
}
});
});
</script>
i've tried also- $(function() {
$(".details").hide();
$(".marque").tooltip({
content: "Tooltip"
});
});
How can i do to show span .details content, instead ?
Thanks !- hi,
i follow the rss of jquery plugins, and notice there's a lot of spam in this list !
just today, 7 plugins presented, one is real, 6 are spams, no relations to jquery or javascript..
And this is everyday rule.. !
you have to do something about spam ! And please make a "commercial plugin" category, to separate the open source and the others !
it's killing jquery !
exemple :Plugins
(mb)scrollable, scroll your content! il y a 2 ans
PartagerNeed to show many elements in constricted space? 1, 2, 3, 15...slide how many box you want with a...
How to Choose the Right Travel Accessories il y a 2 heure(s)
PartagerA outing or holiday without ride accessories can feel incomplete. However, the significant...
How to Wear Compression Socks il y a 2 heure(s)
PartagerWearing a sock is justly simple: drag on feet, silken across heel and drag upwards across ankle...
HP HSTNN-CB71 Battery il y a 2 heure(s)
PartagerGamers and laptops have always had a love-hate relationship. On the one hand, being able to take...
Dell Studio 14 Battery il y a 2 heure(s)
PartagerThe mechanisms that power a battery, for example, have everything to do with the Dell Studio 14...
Dell XPS M1530 Battery power past its peers il y a 3 heure(s)
PartagerAt first glance, the matte black finish is Dell Vostro A860n Battery mundane, and it attracts...
PA3364U-1BRS il y a 3 heure(s)
PartagerAsus is a pioneer in the manufacture of laptops and pcs at an astonishingly affordable Dell...
- «Prev
- Next »
- <span class="reference">
Moderate user : vince.majer



