You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is easily possible to attach a popup to the whole slider, for me it is better to attach it to the moving dot (.thumb). It is possible to defined it outside and update in onChange: $elem.find('.thumb').attr('data-tooltip', val);
But it is more elegant to include the popup directly inside the range.js.
My approach is very simplistic and only works with semantic 2.2+ when support for non-javascript popups was added. Btw javascript ones seems to be bugged when attached to .thumb, however I have not investigated much.
@DamodarSojka feel free to make a pull request with your changes. If it breaks pre-2.2 versions I'll just publish your changes as a new release version and note the breaking change.
Hi
I have integrated sematic's popup (no javascript version, available since 2.2). Would you like a PR, or is it not compatible enough?
The text was updated successfully, but these errors were encountered: