paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

Links not working for me #31

Closed bitcoingrant closed 10 years ago

bitcoingrant commented 11 years ago

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!

philippfrenzel commented 11 years ago

Hi, I have the same issue - is this solved? Or is their a work around?

philippfrenzel commented 11 years ago

Solved it by '''js $js[] = "jQuery('.tool-container').on('click','a', function() {window.location = this;});"; '''

philippfrenzel commented 10 years ago

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 .

TristanNyhuis commented 10 years ago

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.

rajuarien commented 10 years ago

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.
  • Githubissues is a development platform for aggregating issues.