TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ekrem Tapan
NA
967
81.2k
mobile menu not working
Oct 19 2015 4:03 AM
hi everyone,
i create my website mobile version but when im clicking my slide menu not working
picture at this link http://s18.postimg.org/svk4fvhbb/image.jpg
my code is here
<script>
$(function () {
$('#MenuMobile').mmenu();
});
</script>
<div class="switch"><a href="#MenuMobile">??</a>
<asp:repeater ID="rptCategories" runat="server" OnItemDataBound="rptCategories_ItemDataBound">
<headertemplate>
<ul>
</ul></headertemplate>
<itemtemplate>
<div id="MenuMobile">
<li>
<%-- <a href='#'>< %#Eval("Name") %></a>--%>
<asp:literal ID="ltrlSubMenu" runat="server"></asp:literal>
</li>
</div>
</itemtemplate>
<footertemplate>
</footertemplate>
</asp:repeater>
</div>
Reply
Answers (
0
)
Reading datetime in sqlite
SQLite database is locked