Topic: fixed button with waves does not work
<div class="fixed-action-btn" style="bottom: 25px; right: 24px;"> <a href="ticket_entry.asp" class="btn-floating btn-large blue"> <i class="material-icons">add</i> </a> </div>has anyone run into this?
Ollie Vincent pro answered 7 years ago
<script>$(document).ready(function () { $('.fixed-action-btn').unbind('click'); });</script>
Ollie Vincent pro commented 7 years ago
No idea - thats a question for them :) Glad it worksOllie Vincent pro answered 7 years ago
<div class="fixed-action-btn"style="bottom: 25px; right: 24px;"> <a href="ticket_entry.asp"class="btn-floating btn-large blue waves-effect"> <i class="material-icons">add</i> </a> </div>
Ollie Vincent pro commented 7 years ago
Can you try the code above and if that doesnt work can you please describe in detail?Thanks. no change. i still get the waves effect as I click on the button, but no href is launched. thanks
Jakub Strebeyko staff answered 7 years ago
Hi there moshe,
Was the binding problem solved with Ollie's suggestion? If it is valid it just might be included into next update. Did the wave effect start working? If no, please share some details about your environment and the context you're using the button.
With Best Regards,
Kuba
Ollie Vincent pro commented 7 years ago
Hi, I think the Javascript above did the trick :) Please include in the next update.correct - it did indeed work. thanks all.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No