treehouse : what would you like to learn today?
Web Design Web Development iOS Development

problem in using jquery in phpbb3

  • i was just trying to use jquery in phpbb3 overall header file


    i inserted this in head section
    <script type=\"text/JavaScript\"
    src=\"jquery.js\"></script>
    <script type=\"text/JavaScript\">
    jQuery('div.jquery').css('border','1px solid #993300');
    </script>



    and this code just for the try in
    body

    <div class="jquery">mayank</div>
    i also copied the file jquey file in the same location at which overall header file is situated


    but it is not making border as expected what can be done to get jquery right in phpbb