<ul class="pagination">
    <?php
    echo $this->Paginator->prev('«',
        array(
            'tag'=>'li',
            'disabledTag'=>'a',
            'escape'=>false
        ));
    echo $this->Paginator->numbers(array(
        'tag'=>'li',
        'separator'=>'',
        'currentTag'=>'a'
    ));
    echo $this->Paginator->next('»',
        array(
            'tag'=>'li',
            'disabledTag'=>'a',
            'escape'=>false
        ));
    ?>
</ul>
<script>
    $('a:not([href]').parent().addClass('unavailable');
</script>
Use the element you created by invokingLabels: CakePHP 2.x, Scripts