jquery - Opentip read table td element title attribute and display as content -



jquery - Opentip read table td element title attribute and display as content -

<table id="universal-radio-program" title="uzej ar pelīti uz nosaukumu, lai redzētu aprakstu..."> <thead> <tr><th>&nbsp;</th><th scope="col">pirmdiena</th><th scope="col">otrdiena</th><th scope="col">tre&scaron;diena</th><th scope="col">ceturtdiena</th><th scope="col">piektdiena</th><th scope="col">sestdiena</th><th scope="col">svētdiena</th><th>&nbsp;</th></tr> </thead> <tbody> <tr> <td>00</td> <td title="dance / hands up, trance, new tunes..." rowspan="2" colspan="4">prepare morning</td> <td title="presents universal radio x selection...">take chance of dance universal radio</td> <td title="universal radio dj team lives...">urdt live sets</td> <td title="universal radio dj team lives...">&nbsp;</td> <td><strong>00</strong></td> </tr> <tr> <td>01</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>01</td> </tr> <tr> <td>02</td> <td title="progressive, trance, techtrance, hard trance tunes...">trance edition!</td> <td title="progressive, trance, techtrance, hard trance tunes...">&nbsp;</td> <td title="progressive, trance, techtrance, hard trance tunes...">&nbsp;</td> <td title="progressive, trance, techtrance, hard trance tunes...">&nbsp;</td> <td title="progressive, trance, techtrance, hard trance tunes...">&nbsp;</td> <td title="progressive, trance, techtrance, hard trance tunes...">&nbsp;</td> <td title="progressive, trance, techtrance, hard trance tunes...">&nbsp;</td> <td>02</td> </tr> </tbody> <tfoot> <tr><th scope="row">&nbsp;</th> <td>pirmdiena</td> <td>otrdiena</td> <td>tre&scaron;diena</td> <td>ceturtdiena</td> <td>piektdiena</td> <td>sestdiena</td> <td>svētdiena</td> <th>&nbsp;</th></tr> </tfoot> </table>

here example:

http://jsfiddle.net/hwb2s/1/

and want opentip read table td element title attribute , display grouping opentip content. , remove default title attribute.

my prefer adapter prototype, can jquery.

all opentip: http://www.opentip.org

please update in jsfiddle, solutions.

i'm confused why couldn't convert these title tags opentip recognizes. you've done 90% of work, actually. create little tweak , you're there

<td data-ot="progressive, trance, techtrance, hard trance tunes...">trance edition!</td>

jquery prototype opentip

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -