javascript - Get click event within slidejs pagination -
i have slidejs slide show uses 3 images, when click on image changes text in slide container.
example code:
<a href="#"> <div class="col-md-12"> <div class="quote"> <img class="img-responsive" src="<?php echo $al_options['al_conimg'] ?>" alt="quote"/> <p class="profile_text"><?php echo $al_options['al_scon'] ?> <br /> <a href="<?php echo $al_options['al_teamct1_url1']; ?><?php echo $al_options['al_teamct1_url_element']; ?>">more info</a> </div> </div> </a>
notice href='#'" tags. need add together button or link open url. jquery or js ok. when add together href seek ignored, , click picking http://url.com/#. there away have href within href open page?
javascript jquery slidesjs
No comments:
Post a Comment