KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 63 forks source link

Title tag #47

Closed rap-it closed 11 years ago

rap-it commented 11 years ago

I am really charmed by liquid slider. its amazing!

just one little thing i cant figure out.

i use the automatic tab function but when i put a title tag and write some information in it it does not show but it shows the text of the h2. when i make links myself it does work. Example: Worx:
<a href="#9" title="blaaaaat" data-liquidslider-ref="slider-id">tab 1</a>
not works
<h2 class="title" title="lalala" style="display: none">tab 1</h2>

thanks!

KevinBatdorf commented 11 years ago

It just takes the title from the title of the heading you use. If you need to update it, I would just inject it with some jQuery. Otherwise, you could use the cross links to make them yourself.

KevinBatdorf commented 11 years ago

You can now use html in the nav so I imagine this wouldnt matter anymore. However, I removed title tags from the nav as I think it doesn't make sense to keep them there.