hello guys, i was exciting in this forum cause some of you guys make me
aware about jquery,
well to the point now days i'm creating one
page with jquery and bootsrap, many times change plugin then i found
nice plugin here
https://github.com/rabmyself/smint yes i fall in love
that plugin but now i have problem about it when there is link some
hre not workind to scroll
- <ul
class="nav navbar-nav" id="navlist">
-
<li><a href="#fasilitas">Fasilitas</a></li>
-
<li><a href="#testtimoni">Testimoni</a></li>
-
<li><a href="#praktek">Praktek</a></li>
-
<li><a href="<?php echo
site_url('tanya') ?>">Tanya Jawab</a></li>
-
<li><a href="<?php echo
site_url('update') ?>">Update</a></li>
- <!---Kontak
not working when there is some link above-->
-
<li><a
href="#contact">Kontak</a></li>
- </ul>
-
but when i change code to be like this totally
working scroll page
- <ul
class="nav navbar-nav" id="navlist">
-
<li><a href="#fasilitas">Fasilitas</a></li>
-
<li><a href="#testtimoni">Testimoni</a></li>
-
<li><a href="#praktek">Praktek</a></li>
-
<li><a
href="#contact">Kontak</a></li>
-
<li><a href="<?php echo site_url('tanya')
?>">Tanya Jawab</a></li>
-
<li><a href="<?php echo
site_url('update')
?>">Update</a></li>
- </ul>
and
also i make issue there but still not answer, The point is i want make
my first menu is working not like second above this, here is my issue
https://github.com/rabmyself/smint/issues/20
Thanks Forum Jquery
Freddy Sidauruk