Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Clicked Image in Slider */
- (function ($) {
- $(window).ready(function () {
- $('.jeg_slider_wrapper .tns-outer .jeg_slide_item').each(function () {
- $(this).on('click', function () {
- link = $(this).find('.jeg_slide_caption .jeg_post_title a').attr('href');
- window.location.href = link;
- });
- })
- })
- })(jQuery);
Add Comment
Please, Sign In to add comment