-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
NavBar Responsive Collapse items not shown in Chrome and Firefox #193
Comments
very similar problem here. i called |
solved with a new problem. my navbar block -
loaded
not
|
Ah. Must be a typo. You'll never need to use $k
On Thu, Dec 22, 2016 at 10:39 AM Asif Mahmud Shimon < ***@***.***> wrote:
ok solved with a new problem :-)
my navbar structure -
`
- =
<li><a href="#">HOME</a></li>
` loaded `kickstart.min.js` and then - ` <script>
document.addEventListener('DOMContentLoaded', function () {
$k.nav('.navbar'); } ); </script> `
i had to use $k instead of k$ as in the documentation.
now it's working but in console getting Uncaught ReferenceError: $k is
not defined error.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#193 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATj7qCBMx50y91cVCWWJSljcQjoa8LUks5rKqeegaJpZM4J96Ax>
.
--
Adam Grant
|
So what was the problem you were having with using k$? On my phone out in
the country so it's hard for me to check.
On Thu, Dec 22, 2016 at 12:30 PM Adam Grant ***@***.***> wrote:
Ah. Must be a typo. You'll never need to use $k
On Thu, Dec 22, 2016 at 10:39 AM Asif Mahmud Shimon <
***@***.***> wrote:
ok solved with a new problem :-)
my navbar structure -
`
- =
<li><a href="#">HOME</a></li>
` loaded `kickstart.min.js` and then - ` <script>
document.addEventListener('DOMContentLoaded', function () {
$k.nav('.navbar'); } ); </script> `
i had to use $k instead of k$ as in the documentation.
now it's working but in console getting Uncaught ReferenceError: $k is
not defined error.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#193 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATj7qCBMx50y91cVCWWJSljcQjoa8LUks5rKqeegaJpZM4J96Ax>
.
--
Adam Grant
--
Adam Grant
|
i tried 3 styles -
|
BTW i have using |
Okay, it's working just fine. checked in chrome, firefox. you were right, no need to use js for it. great framework. using with sass and gulp makes it really small. why didnt i find it earlier ! |
The example code
Is not shown the collapse button in firefox and chrome when i enable a tablet or mobile layout in Developer Tools.
The text was updated successfully, but these errors were encountered: