Open btopro opened 11 years ago
var selected = ''; if (parent_count < settings.depth_count) { selected = ''; if ($(this).hasClass(settings.active)) { selected = 'SELECTED'; } options += '<option value="' + $(this).attr('href') + '"' + selected + '>' + indent + $(this).text() + '</option>';