skip to main content

ProfessionalsSearch Results

Professionals Search Results

Found 26 results for: j
resource search icon
resource search icon
"; liHtml += " " + data[i]._FirstName + " " + data[i]._LastName + ""; liHtml += " " + (data[i]._Location2.length > 0 ? "" : '') + ""; liHtml += ""; liHtml += "" + data[i]._Telephone + ""; liHtml += "
"; var lenPract = data[i]._Practices.length; liHtml += "
"; count++; } if (liHtml) { $("ul#lawyerDiv").append(liHtml); } if (count < 4) { $('#hdnSkip').val(4); $('.archives-lists-more').removeClass('visible-xs'); $('#LoadMoreLawyers').hide(); $('#ShowLessLawyers').show(); } $('#hdnSkip').val(parseInt($('#hdnSkip').val()) + count); count = 0; } else { $('.archives-lists-more').removeClass('visible-xs'); $('#LoadMoreLawyers').hide(); $('#ShowLessLawyers').show(); } }, error: function (jqXHR, textStatus, errorThrown) { console.log(textStatus, errorThrown); } }); } $('#ShowLessLawyers').click(function () { $('#lawyerDiv > li:gt(4)').hide(); $('#ShowLessLawyers').hide(); $('#LoadMoreLawyers').show(); $('#hdnSkip').val(4); }); //iPad & Mobile function advanceSearch() { var lname = $("#mlastName").val(); var fname = $("#mfirstName").val(); var keyword = $("#mkey").val(); var practice = $("#mpractice_id").next().find('.sbSelector').text() == "Practice" ? "" : $("#mpractice_id").next().find('.sbSelector').text(); var position = $("#mposition_id").next().find('.sbSelector').text() == "Position" ? "" : $("#mposition_id").next().find('.sbSelector').text(); var location = $("#mlocation_id").next().find('.sbSelector').text() == "Location" ? "" : $("#mlocation_id").next().find('.sbSelector').text(); var school = $("#mschools_id").next().find('.sbSelector').text() == "Schools" ? "" : $("#mschools_id").next().find('.sbSelector').text(); window.location = "/professionalsearchresult/?lname=" + encodeURIComponent(lname) + "&fname=" + encodeURIComponent(fname) + "&key=" + encodeURIComponent(keyword) + "&pract=" + encodeURIComponent(practice) + "&pos=" + encodeURIComponent(position) + "&loc=" + encodeURIComponent(location) + "&sch=" + encodeURIComponent(school); } //Desktop function advSearch() { var lname = $("#txtLastName").val(); var fname = $("#txtFirstName").val(); var keyword = $("#txtKeyword").val(); var practice = $("#practice_id").next().find('.sbSelector').text() == "Practice" ? "" : $("#practice_id").next().find('.sbSelector').text(); var position = $("#position_id").next().find('.sbSelector').text() == "Position" ? "" : $("#position_id").next().find('.sbSelector').text(); var location = $("#location_id").next().find('.sbSelector').text() == "Location" ? "" : $("#location_id").next().find('.sbSelector').text(); var school = $("#schools_id").next().find('.sbSelector').text() == "Schools" ? "" : $("#schools_id").next().find('.sbSelector').text(); window.location = "/professionalsearchresult/?lname=" + encodeURIComponent(lname) + "&fname=" + encodeURIComponent(fname) + "&key=" + encodeURIComponent(keyword) + "&pract=" + encodeURIComponent(practice) + "&pos=" + encodeURIComponent(position) + "&loc=" + encodeURIComponent(location) + "&sch=" + encodeURIComponent(school); }

© 2024 Paul, Weiss, Rifkind, Wharton & Garrison LLP

Privacy Policy

"; } for (var i = 0; i < professionalsLength; i++) { var professionalsOrderValue = new Array(); var professionsSplit = professionals[i][0].split(""); var name, position, location, image; if (professionsSplit[0] != "" && professionsSplit[0] != null) { name = professionsSplit[0]; professionalsOrderValue[0] = name; } if (professionsSplit[1] != "" && professionsSplit[1] != null) { position = professionsSplit[1]; professionalsOrderValue[1] = position; } if (professionsSplit[2] != null) { location = professionsSplit[2]; professionalsOrderValue[2] = location; } if (professionsSplit[3] != "" && professionsSplit[3] != null) { image = professionsSplit[3]; professionalsOrderValue[3] = image; } professionalsOrder.push(professionalsOrderValue); } for (var i = 0; i < professionalsOrder.length; i++) { professionalStr += "
professional Image
"; professionalStr += "
" + professionalsOrder[i][0] + "

" + professionalsOrder[i][1] + "" + professionalsOrder[i][2] + "

"; } if (professionals.length > 0) { professionalStr += ""; } if (resources.length > 0) { var resourceStr = ""; } else { var resourceStr = "

No Results

"; } for (var i = 0; i < resourceLength; i++) { resourceStr += "

" + resources[i][0] + "

"; } if (practices.length > 0) { var practiceStr = "
"; } else { var practiceStr = "

No Results

"; } for (var i = 0; i < practiceLength; i++) { practiceStr += "

" + practices[i][0] + "

"; } if (practices.length > 0) { practiceStr += "
"; } if (locations.length > 0) { var locationStr = "
"; } else { var locationStr = "

No Results

"; } for (var i = 0; i < locationLength; i++) { locationStr += "

" + locations[i][0] + "

"; } if (locations.length > 0) { locationStr += "
"; } var viewAllStr = ""; if (practiceLength > 0 || professionalsLength > 0 || resourceLength > 0 || locationLength > 0) { if ($(window).width() < 768) { viewAllStr = "
View All Results
"; } else { viewAllStr = "
View All Results
"; } } $(".smartSearch").css({ display: "block" }); $('.header-search, .smartSearch').addClass('active') $(".smartSearch").html("
  • " + professionalStr + "
  • " + resourceStr + "
  • " + practiceStr + "

    About the Firm

    " + locationStr + "
" + viewAllStr + "
"); var options = {}; $(".smartSearch").unmark({ done: function () { $(".smartSearch").mark(keyword, { "separateWordSearch": false, "exclude": [["h3", ".byline *"], ["p", ".noResult *"],["h5",".excludeLaywerMarks *"],["p",".excludepracticeMarks *"],["p",".excludeaboutMarks *"],[".viewAll *"]] }); } }); } else { $(".smartSearch").css({ display: "none" }); console.log(textStatus, errorThrown); } }, error: function (jqXHR, textStatus, errorThrown) { $(".smartSearch").css({ display: "none" }); console.log(textStatus, errorThrown); } }); }