這是我在我的HTML頁面的head標籤加載facebox插件: <!-- This is for the facebox plugin to work -->
<link href="<?php echo base_url();?>styles/facebox/src/facebox.css" media="screen" rel="stylesheet" type="text/css" />
我不覺得有什麼,但裏面facebox這不會加載: $("#email").submit(function(event) {
event.preventDefault();
if ($("#tinput").val() == "") {
$('#error').append('You need to select a template.<br />');
}