qtip2 - Qtip and not displaying title -



qtip2 - Qtip and <select> not displaying title -

i have next bootstrap , knockout select:

<select title="select outbound header column value on right map to. selecing default allow define constant value populate outbound feed with." name="attributeselect" class="btn btn-default" data-bind="options: $root.columndropdown, optionstext: 'pdbcolumnname', optionsvalue: 'pdbcolumnid', value: selectedcolumn "></select>

when mousing on title displays next qtip doesn't format properly

$('select[title]').qtip();

i have exact same implementation working on page check boxes, there missing work selects?

i'd maybe utilize data-qtip-title , this:

$('[data-quip-title]').qtip({ // elements non-blank data-tooltip attr. content: { attr: 'data-qtip-title' // within attribute content } })

http://jsfiddle.net/isherwood/7vpp3/2

http://qtip2.com/guides

qtip2

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -