I'm working with a compact javascript file named alg-wSelect.js, containing just one line of code: jQuery('select.alg-wselect').wSelect(); This script is used by a wordpress plugin. My question is whether it's feasible to incorporate this code into another javascript file or place it inline. If so, how can I achieve that? Appreciate any help in advance.