Search "$jq" (409 hits in 9 files)
new 1 (36 hits)
Line 1: $jq.namespace('MatchCore');
Line 111: if ($jq.readCookie('SECU')) {
Line 112: _sid = $jq.readCookie('SECU')['ESID'];
Line 113: _theme = $jq.readCookie('SECU')['THEME'];
Line 118: $jq('BODY').addClass('cp_userLoggedIn');
Line 120: $jq('.cp_renderHandle').text(MatchCore.CP.CurrentUser.Handle());
Line 124: $jq('BODY').addClass('cp_userRegistered');
Line 128: $jq('BODY').addClass('cp_userSubscribed');
Line 141: $jq.ajax({
Line 165: $jq('BODY').addClass('cp_working');
Line 169: $jq('BODY').removeClass('cp_working');
Line 262: $jq.createCookie(key, response.Cookies[key], 30);
Line 303: return $jq('.errorMessageSummary').length > 0;
Line 307: return $jq('.errorMessageSummary');
Line 311: return $jq('.error_' + fieldName).length > 0;
Line 315: return $jq('.error_' + fieldName).filter('.fieldError');
Line 325: $jq('.fieldError').each(function() {
Line 326: $jq(this).hide();
Line 331: var field = $jq('INPUT[@name="' + _messages[i].field + '"]')[0];
Line 332: var label = $jq('LABEL[@for="' + _messages[i].field + '"]')[0];
Line 334: $jq(label).removeClass('invalidFieldLabel');
Line 335: $jq(field).removeClass('invalidField');
Line 354: var field = $jq('INPUT[@name="' + messages[i].Field + '"]');
Line 355: var label = $jq('LABEL[@for="' + messages[i].Field + '"]');
Line 371: $jq('UL', getMessageSummary()[0]).append('
' + messages[i].Text + '');
Line 395: $jq('.cp_stateful').each(function() {
Line 397: var loginView = $jq('.loginView', this);
Line 398: var registerView = $jq('.registerView', this);
Line 400: $jq("[class $= 'View']").each(function() {
Line 403: $jq('.switchToLoginView', view).each(function() {
Line 405: $jq(this).bind('click', function() {
Line 408: $jq(view).fadeOut('fast', function() {
Line 417: $jq('.switchToRegisterView', view).each(function() {
Line 419: $jq(this).bind('click', function() {
Line 421: $jq(view).fadeOut('fast', function() {
Line 453: $jq(document).ready(function() {
new 2 (10 hits)
Line 1: $jq.namespace('MatchCore.CP');
Line 14: _handle = $jq('#formLogin INPUT[@name="handle"]').val();
Line 15: _password = $jq('#formLogin INPUT[@name="password"]').val();
Line 16: _rememberMe = ($jq('#formLogin INPUT[@name="rememberMe"][@checked]').val() != null);
Line 41: $jq('.btnLogin').bind('click', this.submit);
Line 45: $jq('#formLogin INPUT[@name="handle"]').val(MatchCore.CP.CurrentUser.Handle());
Line 89: var loginCount = ($jq.readCookie('IsRegisteredLoginCounter') != null) ? parseInt($jq.readCookie('IsRegisteredLoginCounter')) : 0;
Line 89: var loginCount = ($jq.readCookie('IsRegisteredLoginCounter') != null) ? parseInt($jq.readCookie('IsRegisteredLoginCounter')) : 0;
Line 93: $jq.createCookie('IsRegisteredLoginCounter', loginCount.toString());
Line 127: $jq(document).ready(function() {
new 3 (112 hits)
Line 2: var $jq = jQuery.noConflict();
Line 296: $jq.logException(e);
Line 307: var type = $jq(this).attr('behavior');
Line 316: $jq.logException(e);
Line 327: $jq.logException(e);
Line 412: if ($jq(".focusedElem").attr("class") == "rememberMe") {
Line 413: $jq(".signInBtn").click();
Line 436: $jq.namespace('MatchCore');
Line 437: $jq.namespace('MatchCore.Types');
Line 442: if ($jq.readCookie('SECU') != null) {
Line 444: return $jq.readCookie('SECU')['ESID'];
Line 449: if ($jq.readCookie('SECU') != null) {
Line 451: return $jq.readCookie('SECU')['THEME'];
Line 456: if ($jq.readCookie('Match') != null) {
Line 457: return $jq.readCookie('Match')['uid'];
Line 556: $jq.ajax({
Line 589: $jq.ajax({
Line 633: $jq.ajax({
Line 664: return $jq('.userMessageSummary');
Line 676: var field = $jq('INPUT[@name="' + _messages[i].field + '"]')[0];
Line 677: var label = $jq('LABEL[@for="' + _messages[i].field + '"]')[0];
Line 679: $jq(label).removeClass('invalidFieldLabel');
Line 680: $jq(field).removeClass('invalidField');
Line 699: var field = $jq('INPUT[@name="' + messages[i].Field + '"]');
Line 700: var label = $jq('LABEL[@for="' + messages[i].Field + '"]');
Line 709: $jq('UL', getMessageSummary()[0]).append('' + messages[i].Text + '');
Line 825: $jq('BODY').addClass('ui_busy');
Line 829: $jq('BODY').removeClass('ui_busy');
Line 896: $jq('*[@behavior]').parseBehavior();
Line 969: var registered = $jq.readCookie('IsRegistered');
Line 1070: var instance = construct($jq(elem).html());
Line 1071: $jq(elem).html(instance.bindTo(container));
Line 1088: _fields = $jq(":input:not(button)", _formElm);
Line 1089: $jq(_fields).each(function (n, i) {
Line 1090: _formData[i.name] = $jq(i).val();
Line 1096: $jq('.field-validation-error', _formElm).remove();
Line 1097: $jq('.input-validation-error', _formElm).removeClass('input-validation-error');
Line 1103: $jq('[name="' + response.Messages[i].Field + '"]', _formElm).addClass('input-validation-error');
Line 1104: $jq("" + response.Messages[i].Text + "").insertAfter($jq('[name="' + response.Messages[i].Field + '"]', _formElm)[0]);
Line 1104: $jq("" + response.Messages[i].Text + "").insertAfter($jq('[name="' + response.Messages[i].Field + '"]', _formElm)[0]);
Line 1114: $jq(_formElm).removeClass("submitting").addClass("failure").removeClass("success");
Line 1121: $jq(_formElm).removeClass("submitting").removeClass("failure").addClass("success");
Line 1132: $jq('.field-validation-error', _formElm).remove();
Line 1133: $jq('.input-validation-error', _formElm).removeClass('input-validation-error');
Line 1135: $jq.ajax({
Line 1163: $jq.logException("this is not a form tag");
Line 1167: _formElm = elm, _onSuccess = success, _onFailure = failure, _url = $jq(_formElm).attr('action');
Line 1168: _method = $jq(_formElm).attr('method');
Line 1170: $jq(_formElm).addClass("submitting").removeClass("failure").removeClass("success");
Line 1195: $jq('a[type="submit"]').unbind();
Line 1196: $jq('a[type="submit"]').click(function (e) {
Line 1197: $jq(e.target).parents('form').submit();
Line 1203: $jq('form[ajaxify="1"]').unbind('submit');
Line 1216: $jq(elm).submit(function (e) {
Line 1217: $jq(e.target).submitForm(function () {
Line 1228: $jq('form[ajaxify="1"]').each(function (key, elm) {
Line 1232: $jq(elm).submit(function (e) {
Line 1233: $jq(e.target).submitForm(function () {
Line 1263: $jq(document).ready(function () {
Line 1266: var btn = $jq('.defaultButton');
Line 1270: $jq(btn[0]).click();
Line 1278: $jq.defaultButton();
Line 1279: $jq(':input').trackFocus();
Line 1560: $jq.namespace('MatchCore.UI.Site');
Line 1561: $jq.namespace('MatchCore.UI.Site.Modal');
Line 1568: var _doc = $jq(document);
Line 1584: $jq('.modal_dismiss', _container).bind('click', function (e) {
Line 1589: $jq(window).resize(function () {
Line 1592: $jq(document).ready(function () {
Line 1633: var divHeight = $jq(div).height();
Line 1634: var divWidth = $jq(div).width();
Line 1656: $jq("HTML").css({ overflow: "auto", height: 'auto', width: 'auto' });
Line 1657: $jq("BODY").css({ overflow: "visible" });
Line 1658: $jq('.modal_overlay').css({ height: _doc.height(), width: (_doc.width() > 975) ? '975px' : _doc.width() });
Line 1668: $jq(div).css("top", modalTopOffset);
Line 1669: $jq(div).css("left", modalLeftOffset);
Line 1673: $jq(".obscureFromModal").each(function () {
Line 1674: if ($jq(this).parents('.modal_dialog').length == -1) {
Line 1675: $jq(this).addClass('obscuredFromModal');
Line 1679: $jq("object").each(function () {
Line 1680: if ($jq(this).parents('.modal_dialog').length == -1) {
Line 1681: $jq(this).attr('modal_obscured', '1');
Line 1682: $jq(this).css('visibility', 'hidden');
Line 1687: $jq('SELECT').each(function () {
Line 1688: if ($jq(this).parents('.modal_dialog').length == -1) {
Line 1689: $jq(this).attr('modal_obscured', '1');
Line 1690: $jq(this).css('visibility', 'hidden');
Line 1697: $jq("HTML").css({ "height": "100%", "overflow": "hidden" });
Line 1698: $jq("BODY").css({ "height": "100%", "overflow": "hidden" });
Line 1699: $jq('.modal_overlay').css({ height: '100%', width: '100%' });
Line 1704: $jq("HTML").css({ "height": "auto", "overflow": "auto" });
Line 1705: $jq("BODY").css({ "height": "auto", "overflow": "visible" });
Line 1706: $jq('*[@modal_obscured="1"]').css('visibility', 'visible');
Line 1707: $jq('.obscuredFromModal').removeClass('obscuredFromModal');
Line 1713: $jq(_container).addClass('client_modal');
Line 1715: $jq(_container).hide();
Line 1732: $jq(_container).attr("meta", JSON.stringify(options));
Line 1733: $jq(_container).remove();
Line 1736: $jq(options.appendToElement).append(_container);
Line 1738: $jq("body").append(_container);
Line 1786: $jq(".modal_overlay").remove();
Line 1789: $jq(_container).fadeOut(_effects.fadeOut);
Line 1792: $jq(_container).hide();
Line 1799: $jq('body > *:first').before('');
Line 1801: $jq(_container).before('');
Line 1803: $jq('#bodyWrapper').addClass("hasModal");
Line 1812: $jq(_container).fadeIn(_effects.fadeIn);
Line 1815: $jq(_container).show();
Line 1824: return $jq(_container).attr('id');
Line 1846: $jq(_opts.container).setTemplate(resp);
Line 1847: $jq(_opts.container).processTemplate(_opts.meta.data);
Line 1849: $jq(_opts.container).html(resp);
new 4 (6 hits)
Line 1: $jq(document).ready(function() {
Line 2: $jq('.ajaxGeo').each(function() {
Line 3: var countryList = $jq('.countryPane SELECT', this);
Line 4: var stateList = $jq('.statePane SELECT', this);
Line 5: var cityList = $jq('.cityPane SELECT', this);
Line 6: var postalField = $jq('.postalPane INPUT', this);
new 5 (93 hits)
Line 1: $jq.namespace('MatchCore.CP');
Line 3: $jq(document).ready(function() {
Line 55: var gc = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : "2";
Line 55: var gc = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : "2";
Line 55: var gc = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : "2";
Line 56: var tr = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : "1"
Line 56: var tr = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : "1"
Line 56: var tr = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : "1"
Line 57: var lage = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : null;
Line 57: var lage = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : null;
Line 58: var uage = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : null;
Line 58: var uage = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : null;
Line 59: var po = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC05'] : null;
Line 59: var po = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC05'] : null;
Line 61: $jq('#formSearch INPUT[@name="gc"][@value="' + gc + '"]').attr("checked", "checked");
Line 62: $jq('#formSearch INPUT[@name="tr"][@value="' + tr + '"]').attr("checked", "checked");
Line 64: if (($jq('#formSearch INPUT[@name="po"]:hidden').length) != 1) {
Line 65: if (($jq('#formSearch INPUT[@name="po"]').length) == 1) {
Line 66: $jq('#formSearch INPUT[@name="po"]').removeAttr("checked");
Line 68: $jq('#formSearch INPUT[@name="po"]').attr("checked", "checked");
Line 71: $jq('#formSearch INPUT[@name="po"]').attr("checked", "checked");
Line 76: if (($jq('#formSearch select[@name="lage"]').length) == 1)
Line 77: $jq('#formSearch select[@name="lage"]').val(lage).selected = true;
Line 79: $jq('#formSearch INPUT[@name="lage"]').val(lage);
Line 81: if (($jq('#formSearch select[@name="uage"]').length) == 1)
Line 82: $jq('#formSearch select[@name="uage"]').val(uage).selected = true;
Line 84: $jq('#formSearch INPUT[@name="uage"]').val(uage);
Line 87: $jq('#formSearch select[@name="gc"]').val(gc).selected = true;
Line 88: $jq('#formSearch select[@name="tr"]').val(tr).selected = true;
Line 92: var pc = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC08'] : '';
Line 92: var pc = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC08'] : '';
Line 94: $jq('#formSearch INPUT[@name="pc"]').val(pc);
Line 96: if ($jq('#formSearch INPUT[@name="dist"]:hidden').length == 0)
Line 97: $jq('#formSearch INPUT[@name="dist"]').val($jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC07'] : '');
Line 97: $jq('#formSearch INPUT[@name="dist"]').val($jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC07'] : '');
Line 97: $jq('#formSearch INPUT[@name="dist"]').val($jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC07'] : '');
Line 101: deepLink.gc = ($jq('#formSearch SELECT[@name="gc"]').length) == 1 ? ($jq('#formSearch SELECT[@name="gc"]').val()) : ($jq('#formSearch INPUT[@name="gc"][@checked]').val());
Line 101: deepLink.gc = ($jq('#formSearch SELECT[@name="gc"]').length) == 1 ? ($jq('#formSearch SELECT[@name="gc"]').val()) : ($jq('#formSearch INPUT[@name="gc"][@checked]').val());
Line 101: deepLink.gc = ($jq('#formSearch SELECT[@name="gc"]').length) == 1 ? ($jq('#formSearch SELECT[@name="gc"]').val()) : ($jq('#formSearch INPUT[@name="gc"][@checked]').val());
Line 102: deepLink.tr = ($jq('#formSearch SELECT[@name="tr"]').length) == 1 ? ($jq('#formSearch SELECT[@name="tr"]').val()) : ($jq('#formSearch INPUT[@name="tr"][@checked]').val());
Line 102: deepLink.tr = ($jq('#formSearch SELECT[@name="tr"]').length) == 1 ? ($jq('#formSearch SELECT[@name="tr"]').val()) : ($jq('#formSearch INPUT[@name="tr"][@checked]').val());
Line 102: deepLink.tr = ($jq('#formSearch SELECT[@name="tr"]').length) == 1 ? ($jq('#formSearch SELECT[@name="tr"]').val()) : ($jq('#formSearch INPUT[@name="tr"][@checked]').val());
Line 104: deepLink.lage = ($jq('#formSearch SELECT[@name="lage"]').length) == 1 ? ($jq('#formSearch SELECT[@name="lage"]').val()) : ($jq('#formSearch INPUT[@name="lage"][@checked]').val());
Line 104: deepLink.lage = ($jq('#formSearch SELECT[@name="lage"]').length) == 1 ? ($jq('#formSearch SELECT[@name="lage"]').val()) : ($jq('#formSearch INPUT[@name="lage"][@checked]').val());
Line 104: deepLink.lage = ($jq('#formSearch SELECT[@name="lage"]').length) == 1 ? ($jq('#formSearch SELECT[@name="lage"]').val()) : ($jq('#formSearch INPUT[@name="lage"][@checked]').val());
Line 105: deepLink.uage = ($jq('#formSearch SELECT[@name="uage"]').length) == 1 ? ($jq('#formSearch SELECT[@name="uage"]').val()) : ($jq('#formSearch INPUT[@name="uage"][@checked]').val());
Line 105: deepLink.uage = ($jq('#formSearch SELECT[@name="uage"]').length) == 1 ? ($jq('#formSearch SELECT[@name="uage"]').val()) : ($jq('#formSearch INPUT[@name="uage"][@checked]').val());
Line 105: deepLink.uage = ($jq('#formSearch SELECT[@name="uage"]').length) == 1 ? ($jq('#formSearch SELECT[@name="uage"]').val()) : ($jq('#formSearch INPUT[@name="uage"][@checked]').val());
Line 107: deepLink.pc = $jq.trim($jq('#formSearch INPUT[@name="pc"]').val());
Line 107: deepLink.pc = $jq.trim($jq('#formSearch INPUT[@name="pc"]').val());
Line 108: deepLink.dist = ($jq('#formSearch INPUT[@name="dist"]').length) == 1 ? ($jq('#formSearch INPUT[@name="dist"]').val()) : '';
Line 108: deepLink.dist = ($jq('#formSearch INPUT[@name="dist"]').length) == 1 ? ($jq('#formSearch INPUT[@name="dist"]').val()) : '';
Line 109: deepLink.po = ($jq('#formSearch INPUT[@name="po"]:hidden').length) == 1 ? ($jq('#formSearch INPUT[@name="po"]').val()) : ($jq('#formSearch INPUT[@name="po"][@checked]').val() != null ? "1" : "0");
Line 109: deepLink.po = ($jq('#formSearch INPUT[@name="po"]:hidden').length) == 1 ? ($jq('#formSearch INPUT[@name="po"]').val()) : ($jq('#formSearch INPUT[@name="po"][@checked]').val() != null ? "1" : "0");
Line 109: deepLink.po = ($jq('#formSearch INPUT[@name="po"]:hidden').length) == 1 ? ($jq('#formSearch INPUT[@name="po"]').val()) : ($jq('#formSearch INPUT[@name="po"][@checked]').val() != null ? "1" : "0");
Line 110: deepLink.cl = $jq('#formSearch INPUT[@name="cl"]').val();
Line 111: deepLink.oln = ($jq('#formSearch INPUT[@name="oln"]:hidden').length) == 1 ? ($jq('#formSearch INPUT[@name="oln"]').val()) : ($jq('#formSearch INPUT[@name="oln"][@checked]').val() != null ? "1" : "0");
Line 111: deepLink.oln = ($jq('#formSearch INPUT[@name="oln"]:hidden').length) == 1 ? ($jq('#formSearch INPUT[@name="oln"]').val()) : ($jq('#formSearch INPUT[@name="oln"][@checked]').val() != null ? "1" : "0");
Line 111: deepLink.oln = ($jq('#formSearch INPUT[@name="oln"]:hidden').length) == 1 ? ($jq('#formSearch INPUT[@name="oln"]').val()) : ($jq('#formSearch INPUT[@name="oln"][@checked]').val() != null ? "1" : "0");
Line 112: deepLink.lfeet = $jq('#formSearch select[@name="lfeet"]').val();
Line 113: deepLink.linches = $jq('#formSearch select[@name="linches"]').val();
Line 114: deepLink.ufeet = $jq('#formSearch select[@name="ufeet"]').val();
Line 115: deepLink.uinches = $jq('#formSearch select[@name="uinches"]').val();
Line 116: deepLink.et = deli($jq('#formSearch INPUT[@name="et"][@checked]'));
Line 117: deepLink.bd = deli($jq('#formSearch INPUT[@name="bd"][@checked]'));
Line 118: deepLink.hr = deli($jq('#formSearch INPUT[@name="hr"][@checked]'));
Line 119: deepLink.ey = deli($jq('#formSearch INPUT[@name="ey"][@checked]'));
Line 120: deepLink.ms = deli($jq('#formSearch INPUT[@name="ms"][@checked]'));
Line 121: deepLink.rel = deli($jq('#formSearch INPUT[@name="rel"][@checked]'));
Line 122: deepLink.hc = deli($jq('#formSearch INPUT[@name="hc"][@checked]'));
Line 123: deepLink.wc = deli($jq('#formSearch INPUT[@name="wc"][@checked]'));
Line 124: deepLink.hp = deli($jq('#formSearch INPUT[@id="hp"][@checked]'));
Line 125: deepLink.lp = deli($jq('#formSearch INPUT[@id="lp"][@checked]'));
Line 126: deepLink.lv = deli($jq('#formSearch INPUT[@name="lv"][@checked]'));
Line 127: deepLink.inc = deli($jq('#formSearch INPUT[@name="inc"][@checked]'));
Line 128: deepLink.job = deli($jq('#formSearch INPUT[@name="job"][@checked]'));
Line 129: deepLink.pol = deli($jq('#formSearch INPUT[@name="pol"][@checked]'));
Line 130: deepLink.dt = deli($jq('#formSearch INPUT[@name="dt"][@checked]'));
Line 131: deepLink.dt = deli($jq('#formSearch INPUT[@name="da"][@checked]'));
Line 132: deepLink.bf = deli($jq('#formSearch INPUT[@name="bf"][@checked]'));
Line 133: deepLink.dk = deli($jq('#formSearch INPUT[@name="dk"][@checked]'));
Line 134: deepLink.sk = deli($jq('#formSearch INPUT[@name="sk"][@checked]'));
Line 135: deepLink.ed = deli($jq('#formSearch INPUT[@name="ed"][@checked]'));
Line 136: deepLink.ex = deli($jq('#formSearch INPUT[@name="ex"][@checked]'));
Line 137: deepLink.ext = deli($jq('#formSearch INPUT[@name="ext"][@checked]'));
Line 138: deepLink.as = deli($jq('#formSearch INPUT[@name="as"][@checked]'));
Line 139: deepLink.int = deli($jq('#formSearch INPUT[@name="int"][@checked]'));
Line 140: deepLink.lang = deli($jq('#formSearch INPUT[@name="lang"][@checked]'));
Line 141: deepLink.r2s = $jq('#formSearch INPUT[@name="r2s"]').val();
Line 142: deepLink.cpp = $jq('#formSearch INPUT[@name="cpp"]').val();
Line 162: deliString = $jq(opts[i]).val();
Line 164: deliString = deliString + "," + $jq(opts[i]).val();
Line 180: $jq('.btnQuickSearch').bind('click', this.submit);
new 6 (46 hits)
Line 1: $jq.namespace('MatchCore');
Line 57: var countryCode = $jq('option:selected', countryList).val();
Line 60: countryCode = $jq('option', countryList).val();
Line 66: var stateCode = $jq('option:selected', stateList).val();
Line 69: stateCode = $jq('option', stateList).val();
Line 77: $jq('option:selected', cityList).each(function() {
Line 78: temp.push($jq(this).val());
Line 105: $jq(postalCodeField).parents('.postalPane').show();
Line 107: $jq(postalCodeField).parents('.postalPane').hide();
Line 112: $jq(countryList).clearOptions();
Line 118: $jq(countryList).addOption(
Line 128: $jq(countryList).addOption(
Line 144: $jq(stateList).clearOptions();
Line 145: $jq(stateList).addOption(loadingOpt);
Line 147: $jq(cityList).clearOptions();
Line 148: $jq(cityList).addOption(loadingOpt);
Line 156: $jq(stateList).parents('.statePane').show();
Line 167: $jq(stateList).parents('.statePane').hide();
Line 180: $jq(stateList).clearOptions();
Line 186: $jq(stateList).addOption(
Line 196: $jq(stateList).addOption(
Line 208: $jq(cityList).clearOptions();
Line 209: $jq(cityList).addOption(loadingOpt);
Line 218: $jq(cityList).parents('.cityPane').show();
Line 237: var countryCode = $jq('option:selected', countryList).val();
Line 243: $jq(cityList).parents('.cityPane').show();
Line 260: $jq(cityList).clearOptions();
Line 263: $jq(cityList).addOption(
Line 268: var _cityList = $jq(cityList)[0];
Line 312: $jq(stateList).parents('.statePane').hide();
Line 313: $jq(stateList).clearOptions();
Line 317: $jq(cityList).parents('.cityPane').hide();
Line 318: $jq(cityList).clearOptions();
Line 326: postalCodeField = $jq(config.postalField);
Line 327: countryList = (config.countryList != undefined) ? $jq(config.countryList) : $jq('.countryList', _container).get(0);
Line 327: countryList = (config.countryList != undefined) ? $jq(config.countryList) : $jq('.countryList', _container).get(0);
Line 328: stateList = (config.stateList != undefined) ? $jq(config.stateList) : $jq('.stateList', _container).get(0);
Line 328: stateList = (config.stateList != undefined) ? $jq(config.stateList) : $jq('.stateList', _container).get(0);
Line 329: cityList = (config.cityList != undefined) ? $jq(config.cityList) : $jq('.cityList', _container).get(0);
Line 329: cityList = (config.cityList != undefined) ? $jq(config.cityList) : $jq('.cityList', _container).get(0);
Line 344: $jq(countryList).change(country_changed);
Line 345: $jq(stateList).change(state_changed);
Line 346: $jq(cityList).change(city_changed);
Line 354: $jq(countryList).addOption(loadingOpt);
Line 355: $jq(stateList).addOption(loadingOpt);
Line 356: $jq(cityList).addOption(loadingOpt);
new 7 (7 hits)
Line 1: $jq.namespace('MatchCore.CP');
Line 3: $jq(document).ready(function () {
Line 56: $jq('.btnPromoTermsAgree').bind('click', this.agree);
Line 58: $jq('.cp_promo').each(function () {
Line 59: var loginView = $jq('.loginView', this);
Line 60: var registerView = $jq('.registerView', this);
Line 61: var promoTermsView = $jq('.promoTermsView', this);
new 8 (93 hits)
Line 1: $jq.namespace('MatchCore.CP');
Line 34: var gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : "1";
Line 34: var gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : "1";
Line 34: var gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : "1";
Line 35: var genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : "2";
Line 35: var genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : "2";
Line 35: var genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : "2";
Line 36: var ageSeekLow = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : null;
Line 36: var ageSeekLow = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : null;
Line 37: var ageSeekHigh = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : null;
Line 37: var ageSeekHigh = ($jq.readCookie('MatchSearch') != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : null;
Line 39: $jq('#formRegistration INPUT[@name="gender"][@value="' + gender + '"]').attr("checked", "checked");
Line 40: $jq('#formRegistration INPUT[@name="genderSeek"][@value="' + genderSeek + '"]').attr("checked", "checked");
Line 43: if (($jq('#formRegistration select[@name="ageSeekLow"]').length) == 1)
Line 44: $jq('#formRegistration select[@name="ageSeekLow"]').val(ageSeekLow).selected = true;
Line 46: $jq('#formRegistration INPUT[@name="ageSeekLow"]').val(ageSeekLow);
Line 49: if (($jq('#formRegistration select[@name="ageSeekHigh"]').length) == 1)
Line 50: $jq('#formRegistration select[@name="ageSeekHigh"]').val(ageSeekHigh).selected = true;
Line 52: $jq('#formRegistration INPUT[@name="ageSeekHigh"]').val(ageSeekHigh);
Line 57: if (($jq('#formRegistration select[@name="genderGenderSeek"]').length) == 1) {
Line 59: $jq('#formRegistration select[@name="genderGenderSeek"]').val(1)
Line 62: $jq('#formRegistration select[@name="genderGenderSeek"]').val(2)
Line 65: $jq('#formRegistration select[@name="genderGenderSeek"]').val(3)
Line 68: $jq('#formRegistration select[@name="genderGenderSeek"]').val(4)
Line 71: $jq('SELECT[@name="gender"]').val(gender).change();
Line 72: $jq('SELECT[@name="genderSeek"]').val(genderSeek).change();
Line 77: var postcode = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC08'] : '';
Line 77: var postcode = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC08'] : '';
Line 80: $jq('#formRegistration INPUT[@name="postalCode"]').val(postcode);
Line 86: _handle = $jq('#formRegistration INPUT[@name="handle"]').val();
Line 87: _password = $jq('#formRegistration INPUT[@name="password"]').val();
Line 88: _email = $jq('#formRegistration INPUT[@name="email"]').val();
Line 89: _birthDay = $jq('#formRegistration select[@name="birthDay"]').val();
Line 90: _birthMonth = $jq('#formRegistration select[@name="birthMonth"]').val();
Line 91: _birthYear = $jq('#formRegistration select[@name="birthYear"]').val();
Line 92: _ageSeekLow = ($jq('#formRegistration SELECT[@name="ageSeekLow"]').length) == 1 ? ($jq('#formRegistration SELECT[@name="ageSeekLow"]').val()) : ($jq('#formRegistration INPUT[@name="ageSeekLow"][@checked]').val());
Line 92: _ageSeekLow = ($jq('#formRegistration SELECT[@name="ageSeekLow"]').length) == 1 ? ($jq('#formRegistration SELECT[@name="ageSeekLow"]').val()) : ($jq('#formRegistration INPUT[@name="ageSeekLow"][@checked]').val());
Line 92: _ageSeekLow = ($jq('#formRegistration SELECT[@name="ageSeekLow"]').length) == 1 ? ($jq('#formRegistration SELECT[@name="ageSeekLow"]').val()) : ($jq('#formRegistration INPUT[@name="ageSeekLow"][@checked]').val());
Line 93: _ageSeekHigh = ($jq('#formRegistration SELECT[@name="ageSeekHigh"]').length) == 1 ? ($jq('#formRegistration SELECT[@name="ageSeekHigh"]').val()) : ($jq('#formRegistration INPUT[@name="ageSeekHigh"][@checked]').val());
Line 93: _ageSeekHigh = ($jq('#formRegistration SELECT[@name="ageSeekHigh"]').length) == 1 ? ($jq('#formRegistration SELECT[@name="ageSeekHigh"]').val()) : ($jq('#formRegistration INPUT[@name="ageSeekHigh"][@checked]').val());
Line 93: _ageSeekHigh = ($jq('#formRegistration SELECT[@name="ageSeekHigh"]').length) == 1 ? ($jq('#formRegistration SELECT[@name="ageSeekHigh"]').val()) : ($jq('#formRegistration INPUT[@name="ageSeekHigh"][@checked]').val());
Line 94: _postalCode = $jq('#formRegistration INPUT[@name="postalCode"]').val();
Line 95: _countryCode = ($jq('#formRegistration INPUT[@name="countryCode"]').length) == 1 ? ($jq('#formRegistration INPUT[@name="countryCode"]').val()) : ($jq('#formRegistration select[@name="countryCode"]').val());
Line 95: _countryCode = ($jq('#formRegistration INPUT[@name="countryCode"]').length) == 1 ? ($jq('#formRegistration INPUT[@name="countryCode"]').val()) : ($jq('#formRegistration select[@name="countryCode"]').val());
Line 95: _countryCode = ($jq('#formRegistration INPUT[@name="countryCode"]').length) == 1 ? ($jq('#formRegistration INPUT[@name="countryCode"]').val()) : ($jq('#formRegistration select[@name="countryCode"]').val());
Line 96: _stateCode = $jq('#formRegistration select[@name="stateCode"]').val();
Line 97: _cityCode = $jq('#formRegistration select[@name="cityCode"]').val();
Line 99: if (($jq('#formRegistration select[@name="genderGenderSeek"]').length) == 1) {
Line 100: var genderGenderSeek = parseInt($jq('#formRegistration select[@name="genderGenderSeek"]').val());
Line 121: _gender = ($jq('#formRegistration SELECT[@name="gender"]').length != -1) ? ($jq('#formRegistration SELECT[@name="gender"]').val()) : ($jq('#formRegistration INPUT[@name="gender"][@checked]').val());
Line 121: _gender = ($jq('#formRegistration SELECT[@name="gender"]').length != -1) ? ($jq('#formRegistration SELECT[@name="gender"]').val()) : ($jq('#formRegistration INPUT[@name="gender"][@checked]').val());
Line 121: _gender = ($jq('#formRegistration SELECT[@name="gender"]').length != -1) ? ($jq('#formRegistration SELECT[@name="gender"]').val()) : ($jq('#formRegistration INPUT[@name="gender"][@checked]').val());
Line 122: _genderSeek = ($jq('#formRegistration SELECT[@name="genderSeek"]').length != -1) ? ($jq('#formRegistration SELECT[@name="genderSeek"]').val()) : ($jq('#formRegistration INPUT[@name="genderSeek"][@checked]').val());
Line 122: _genderSeek = ($jq('#formRegistration SELECT[@name="genderSeek"]').length != -1) ? ($jq('#formRegistration SELECT[@name="genderSeek"]').val()) : ($jq('#formRegistration INPUT[@name="genderSeek"][@checked]').val());
Line 122: _genderSeek = ($jq('#formRegistration SELECT[@name="genderSeek"]').length != -1) ? ($jq('#formRegistration SELECT[@name="genderSeek"]').val()) : ($jq('#formRegistration INPUT[@name="genderSeek"][@checked]').val());
Line 126: if ($jq('#formRegistration INPUT[@name="phoneAreaCode"]').val() != null) {
Line 127: _phoneAreaCode = $jq('#formRegistration INPUT[@name="phoneAreaCode"]').val().replace(" ", "", "gi");
Line 129: if ($jq('#formRegistration INPUT[@name="phoneNumber"]').val() != null) {
Line 130: _phoneNumber = $jq('#formRegistration INPUT[@name="phoneNumber"]').val().replace(" ", "", "gi");
Line 134: _emailMatchInfo = ($jq('#formRegistration INPUT[@name="emailMatchInfo"][@checked]').val() != null);
Line 137: _emailVenusMatches = ($jq('#formRegistration INPUT[@name="emailVenusMatches"][@checked]').val() != null);
Line 140: _emailNewsOffers = ($jq('#formRegistration INPUT[@name="emailNewsOffers"][@checked]').val() != null);
Line 141: _emailPartners = ($jq('#formRegistration INPUT[@name="emailPartners"][@checked]').val() != null);
Line 142: _platinumContact = ($jq('#formRegistration INPUT[@name="platinumContact"][@checked]').val() != null);
Line 171: if ($jq.readCookie('MatchSearch') == undefined) {
Line 182: $jq.createCookie('MatchSearch', hash, false, true);
Line 185: hash = $jq.readCookie('MatchSearch');
Line 203: $jq('.btnRegister').bind('click', this.submit);
Line 206: $jq('#formLogin INPUT[@name="handle"]').val(MatchCore.CP.CurrentUser.Handle());
Line 209: $jq('.btnValidate').bind('click', this.validate);
Line 227: _ageSeekLow = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC03'] != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : 25;
Line 227: _ageSeekLow = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC03'] != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : 25;
Line 227: _ageSeekLow = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC03'] != undefined) ? $jq.readCookie('MatchSearch')['SC03'] : 25;
Line 230: _ageSeekHigh = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC04'] != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : 35;
Line 230: _ageSeekHigh = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC04'] != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : 35;
Line 230: _ageSeekHigh = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC04'] != undefined) ? $jq.readCookie('MatchSearch')['SC04'] : 35;
Line 244: _gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : 1;
Line 244: _gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : 1;
Line 244: _gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : 1;
Line 247: _genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : 2;
Line 247: _genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : 2;
Line 247: _genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : 2;
Line 353: _ageSeekLow = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC03'] : 25;
Line 353: _ageSeekLow = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC03'] : 25;
Line 356: _ageSeekHigh = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC04'] : 35;
Line 356: _ageSeekHigh = $jq.readCookie('MatchSearch') != undefined ? $jq.readCookie('MatchSearch')['SC04'] : 35;
Line 370: _gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : 1;
Line 370: _gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : 1;
Line 370: _gender = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC01'] != undefined) ? $jq.readCookie('MatchSearch')['SC01'] : 1;
Line 373: _genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : 2;
Line 373: _genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : 2;
Line 373: _genderSeek = ($jq.readCookie('MatchSearch') != undefined && $jq.readCookie('MatchSearch')['SC02'] != undefined) ? $jq.readCookie('MatchSearch')['SC02'] : 2;
Line 481: $jq(document).ready(function() {
new 9 (6 hits)
Line 14: (function($jq){
Line 16: $jq.fn.shuffle = function() {
Line 18: var items = $jq(this).children().clone(true);
Line 19: return (items.length) ? $jq(this).html($jq.shuffle(items)) : this;
Line 19: return (items.length) ? $jq(this).html($jq.shuffle(items)) : this;
Line 23: $jq.shuffle = function(arr) {