Reuse javascripts from plugins within the theme

var j = jQuery.noConflict();

    j(document).ready(function() 
    {
       j('.products').bxSlider({
       });

    });

Did the trick!
& including bxslider.js in wp_enqueue with jquery dependency before the main