$(function() { var category_id; $('.category').click(function() { if (category_id = $(this).attr('id')) getCategoriesByParent(category_id); }); });