find name description jquery children()

JavaScript
$(this).children('div').show();{
    'name': $(this).children('input[name="paramName"]').val(),
    'value': $(this).children('input[name="paramPrice"]').val()
};
Source

Also in JavaScript: