Answers for "how to add title in image tag using jquery"

0

jquery change document title

<script type="text/javascript">

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

</script>
Posted by: Guest on July-29-2021
0

jquery change title of page

document.title = 'Your title';
Posted by: Guest on September-06-2021

Code answers related to "how to add title in image tag using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language