• Resolved med999

    (@med999)


    How can i exclude inline code for this example:

    <script>
    var $j = jQuery.noConflict();
    $j(function(){

    $j(“#menu”).click(function(){
    $j(“.site-nav”).toggle();
    });

    });
    </script>
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Exclude inline code’ is closed to new replies.