[ create a new paste ] login | about

Link: http://codepad.org/jXvZnwYv    [ raw code | output | fork ]

PHP, pasted on Mar 2:
1
2
3
4
5
6
7
$(document).ready(function(){

<?php if (true == true):?>
    $('#show').show();
<?php endif;?>

});


Output:
1
2
3
4
5
$(document).ready(function(){

    $('#show').show();

});


Create a new paste based on this one


Comments: