We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In your documentation your referring to positions: top, bottom, left or right.
jquery.toolbars.js however only supports top and left. When bottom and right are used no coordinates are return by self.getCoordinates();
The text was updated successfully, but these errors were encountered:
included this in head
$(document).ready(function () { $('#user-toolbar').toolbar({ content: '#user-toolbar-options', position: 'bottom' }); });
<div id="user-toolbar"> <a href="#"><i class="icon-user"></i></a> <a href="#"><i class="icon-star"></i></a> <a href="#"><i class="icon-edit"></i></a> <a href="#"><i class="icon-delete"></i></a> <a href="#"><i class="icon-ban"></i></a> </div>
Sorry, something went wrong.
but nothing works
No branches or pull requests
In your documentation your referring to positions: top, bottom, left or right.
jquery.toolbars.js however only supports top and left. When bottom and right are used no coordinates are return by self.getCoordinates();
The text was updated successfully, but these errors were encountered: