i know copy of questions uncaught type error. didnt work anyway
error:uncaught typeerror: $(...).ppgallery not function
uncaught typeerror: $(...).ppgallery not function(anonymous function) @ kerala-greenery.html:45c.extend.ready @ js.min.js:27l @ js.min.js:34
code:
<base href="<?php echo $this->get_base_url(); ?>" /> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="shortcut icon" href="images/green.ico"/> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link href="css/stylesheet.css" type="text/css" rel="stylesheet" /> <link href="ppgallery/css/dark-hive/jquery-ui-1.8.6.custom.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="css/date_input.css" type="text/css"/> <script type="text/javascript" src="js/js.min.js"></script> <script type="text/javascript" src="js/jquery.form.js"></script> <script type="text/javascript" src="js/script.js"></script> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery-ui.min.js"></script> <script type="text/javascript" src="js/jquery.date_input.js"></script> <script type="text/javascript" src="includes/functions_validation.js" > </script> <script type="text/javascript" src="js/datemask.js" ></script> <script type="text/javascript" src="ppgallery/js/ppgallery.js"></script> <script type="text/javascript"> $(function() { if($){ if($("#gallery")[0]) $('#gallery').ppgallery(); } }); </script> <ul id="gallery"> <div class="gallery_head">gallery</div><?php foreach ($gallery $row) { ?> <!--href="app/public/uploads/<?php //echo $row->package_gallery_image; ?>"--> <li><a href="images/malasya_gal_02.jpg"><img src="app/public/uploads/<?php echo $row->package_gallery_image; ?>" height="142" width="142" /></a></li> <?php } ?> </ul> `
Comments
Post a Comment