Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery change document title

<script type="text/javascript">

    $(document).ready(function() {
        document.title = 'blah';
    });

</script>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #change #document #title
ADD COMMENT
Topic
Name
7+6 =