jQuery Get Child div
$(this).children('div').show();
Mingles444
$(this).children('div').show();
{
'name': $(this).children('input[name="paramName"]').val(),
'value': $(this).children('input[name="paramPrice"]').val()
};
$(document).ready(function(){
$("div").children();
});