Jump to content

jquery Pagination


Dee

Recommended Posts

Hi Nabeel ,

                yes they are

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title><?php echo $title; ?></title>

<link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/aiv/styles.css" />

<?php

Template::Show('core_htmlhead.tpl');

?>

<script type="text/javascript">

$(document).ready(function() {

    $("table")

    .tablesorter({widthFixed: true, widgets: ['zebra']})

    .tablesorterPager({container: $("#pager")});

})

</script>

</head>

thats the extract from the header.tpl 

Link to comment
Share on other sites

<head>

<script type="text/javascript">

$(document).ready(function() {

    $("table")

    .tablesorter({widthFixed: true, widgets: ['zebra']})

    .tablesorterPager({container: $("#pager")});

})

</script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title><?php echo $title; ?></title>

<link rel="stylesheet" media="all" type="text/css" href="<?php echo SITE_URL?>/lib/skins/crystal/styles.css" />

<?php

Template::Show('core_htmlhead.tpl');

?>

</head>

thats the head right there , the call to the core's in there , thats where its condensing the 3 jquery, js files right ?  what am I overooking ???

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...