html - jQuery navigation plugin refreshes the entire page. How do I fix this -


i have site use jquery slider plugin. previous/next slide navigation, applied absolute positioning. navigation working refreshes whole page again. can give me solution fix problem?

i inspected html , noticed navigation links this:

<a href class="prev"> 

because link doesn't have href browser treats "redirect same/home page". don't know if have fix in markup or in plugin if change following format problem solved:

<a href="#" class="prev"> 

Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -