Closed bitcoingrant closed 10 years ago
Hi, I have the same issue - is this solved? Or is their a work around?
Solved it by '''js $js[] = "jQuery('.tool-container').on('click','a', function() {window.location = this;});"; '''
I¹ll dig into it and post it tomorrow! Im ill so will not make it this eveningŠ.
Von: beekay- notifications@github.com Antworten an: paulkinzett/toolbar <reply+i-17893380-0a1e66dcaf18b6f71705d5dc7df8d2135032457b-2319890@reply.git hub.com> Datum: Montag, 25. November 2013 19:11 An: paulkinzett/toolbar toolbar@noreply.github.com Cc: Philipp Frenzel pf@com-x-cha.com Betreff: Re: [toolbar] Links not working for me (#31)
I seem to be having a similar problem. @philippfrenzel https://github.com/philippfrenzel , where do I add that line of code in jquery.toolbar.js?
‹ Reply to this email directly or view it on GitHub https://github.com/paulkinzett/toolbar/issues/31#issuecomment-29226296 .
Don't know whether this was solved, so though I would chuck my 2 cents in.
You will need to remove t.preventDefault(), from the jquery.toolbar.min.js
and remove event.preventDefault(); from jquery.toolbar.js
Hope this helps, took me ages.
included the following in the
in an .html file <link href="/css/bootstrap.icons.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="/js/jquery.toolbar.min.js"></script>
along with
Githubissues.
None of the links in the reference implementation are working for me. If I navigate to http://paulkinzett.github.io/toolbar/ and click on any of the buttons from the modal menu, it does not append a # to the URL bar.
Additionally if I change a line like 399 to be an actual link, nothing happens when I click it in the menu. I can however right click and select open in new tab, and that works.
I am on the current version of chrome in OSX. Thank you for any help!