$(function()
{
    $("#get-models").click(function()
    {test();});
});

function test()
{alert("x");}
