rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r... | var Prototype={Version:"1.6.1_rc2",Browser:{IE:!!(window.attachEvent&&navigator.userAgent.indexOf("Opera")===-1),Opera:navigator.userAgent.indexOf("Opera")>-1,WebKit:navigator.userAgent.indexOf("AppleWebKit/")>-1,Gecko:navigator.userAgent.indexOf("Gecko")>-1&&navigator.userAgent.indexOf("KHTML")===-1,MobileSafari:!!nav... | b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r... |
installInfo.installs.forEach(function(aInstall) { var error = "addonError"; if (aInstall.error != 0) error += aInstall.error; else if (aInstall.addon.blocklistState == Ci.nsIBlocklistService.STATE_BLOCKED) error += "Blocklisted"; else error += "Incompatible"; messageString = gNavigatorBundle.getString(error); messageS... | ["UP", "RIGHT", "DOWN", "LEFT"].forEach(function (dir) { if (aEvent.direction == aEvent["DIRECTION_" + dir]) return this._doAction(aEvent, ["swipe", dir.toLowerCase()]); }, this); | installInfo.installs.forEach(function(aInstall) { var error = "addonError"; if (aInstall.error != 0) error += aInstall.error; else if (aInstall.addon.blocklistState == Ci.nsIBlocklistService.STATE_BLOCKED) error += "Blocklisted"; else error += "Incompatible";... |
this.selectbox.bind("change." + widgetName, function(e) { if(self.isUpdatingMaster){ self.isUpdatingMaster = false; return true; } self.revertSelected(); }); | self.setActiveTimeout = setTimeout(function() { $(self.selectedLi).addClass(css.liActive); }, self.options.delayYield); | this.selectbox.bind("change." + widgetName, function(e) { if(self.isUpdatingMaster){ // self.log("master changed but we did the update"); self.isUpdatingMaster = false; return true; } // self.log("master changed; reverting"); self.revertSelected(); }); |
var nPatterns = fallthroughStylePatterns.length; var notWs = /\S/; var decorate = function (sourceCode, opt_basePos) { opt_basePos = opt_basePos || 0; var decorations = [opt_basePos, PR_PLAIN]; var lastToken = ''; var pos = 0; var tail = sourceCode; while (tail.length) { var style; var token = null; var match; var p... | (function () { var allPatterns = shortcutStylePatterns.concat(fallthroughStylePatterns); for (var i = allPatterns.length; --i >= 0;) { var patternParts = allPatterns[i]; var shortcutChars = patternParts[3]; if (shortcutChars) { for (var c = shortcutChars.length; --c >= 0;) { ... | |
$('#help_captcha_link').click(function() { $('#help_captcha').lightbox_me({centered: true}); }); | $(':radio[name=valid_until_select]').change(function() { if ($(this).val() == "for_now") { $('select.listing_date_select').attr('disabled', 'disabled'); $('selector2').addClass('disabled'); $("label[for='for_now_radio_button']").removeClass('disabled_grey'); } else { $('select.listing_date_select').removeAttr('disabled... | $('#help_captcha_link').click(function() { $('#help_captcha').lightbox_me({centered: true}); }); |
self._children.forEach(function(child) { box = child.getBounds(); if (box.bottom < dropPos.top || box.top > dropPos.top) return; var dist = Math.sqrt(Math.pow((box.top+box.height/2)-dropPos.top,2) + Math.pow((box.left+box.width/2)-dropPos.left,2)); if (dist <= best.dist) { best.item = child; best.dist = dist; best.in... | b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].co... | self._children.forEach(function(child) { box = child.getBounds(); if (box.bottom < dropPos.top || box.top > dropPos.top) return; var dist = Math.sqrt(Math.pow((box.top+box.height/2)-dropPos.top,2) + Math.pow((box.left+box.width/2)-dropPos.left,2)); if ... |
self.log("master changed but we did the update"); | this.selectbox.bind("change." + widgetName, function(e) { if(self.isUpdatingMaster){ self.log("master changed but we did the update"); self.isUpdatingMaster = false; return true; } self.log("master changed; reverting"); self.revertSelected(); }); | |
self.log("master changed; reverting"); | this.selectbox.bind("change." + widgetName, function(e) { if(self.isUpdatingMaster){ self.log("master changed but we did the update"); self.isUpdatingMaster = false; return true; } self.log("master changed; reverting"); self.revertSelected(); }); | |
w.on('done', function(object) { this.fireEvent('create', object); | function(but) { if (but == 'yes') { this.deleteButton.disable(); this.fireEvent("delete"); } | w.on('done', function(object) { this.fireEvent('create', object); }.createDelegate(this)); |
$.get("operations.xql", params, function (data) { | $('#collection-reload').click(function () { | $.get("operations.xql", params, function (data) { $("#collection-tree-tree").dynatree("getRoot").reload(); dialog.dialog("close"); }); |
dialog.dialog("close"); | return false; | $.get("operations.xql", params, function (data) { $("#collection-tree-tree").dynatree("getRoot").reload(); dialog.dialog("close"); }); |
test('RegExps', function(){ equals(console.dir(/.+/), '/.+/'); equals(console.dir(new RegExp('.+')), '/.+/'); var start_tag = /^<(\w+)((?:\s+\w+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/; equals(console.dir(start_tag), '/'+start_tag.source+'/'); | test('Date', function(){ var date = new Date; equals(console.dir(date), "Date " + date.valueOf() + " {}"); | test('RegExps', function(){ equals(console.dir(/.+/), '/.+/'); equals(console.dir(new RegExp('.+')), '/.+/'); var start_tag = /^<(\w+)((?:\s+\w+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/; equals(console.dir(start_tag), '/'+start_tag.source+'/');}); |
jq('.listingBar span a, .listingBar a').click(function(e,o) { e.preventDefault(); e.stopPropagation(); var obj = jq(this); var pagenumber = jq.find_param(this.href).pagenumber; arbeitsraum.param('pagenumber:int', pagenumber); arbeitsraum.reload_view(); | jq('.sortable').bind('click', function(e, o) { var selected = jq(this); var current = jq('#'+arbeitsraum.prop('view_name')+'_overview .sort-selected'); var sort_order = 'asc'; if ( selected.attr('id') == current.attr('id')) { sort_order = current.hasClass('sort-reverse') ? 'asc': 'reverse'; } arbeitsraum.flush_params()... | jq('.listingBar span a, .listingBar a').click(function(e,o) { e.preventDefault(); e.stopPropagation(); var obj = jq(this); //console.log(obj); var pagenumber = jq.find_param(this.href).pagenumber; arbeitsraum.param('pagenumber:int', pagenumber); ... |
ct.on("create", function(f, c) { var callback = function() { ct.factorValueCombo.store.reload(); this.factorValuesChanged.call(this, []); }.createDelegate(this); ExperimentalDesignController.createFactorValueCharacteristic(f, c, callback); | this.getTopToolbar().on("toggleExpand", function() { this.getView().toggleAllGroups(); | ct.on("create", function(f, c) { var callback = function() { // console.log("reload"); ct.factorValueCombo.store.reload(); this.factorValuesChanged.call(this, []); // TODO do something to reset the text of the // selected // item, // in case it changed... }.createD... |
$(document).ready(function(){ $("#nick_text").hide(); $("#tabFriend").hide(); $("#manual").hide(); $("#lookup_progress").hide(); $("#search_progress").hide(); $("#searchmine_progress").hide(); $("#searchMineBar").hide(); $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); $("#book_ti... | $("#showAllMyBooks").click(function(){ myall(); | $(document).ready(function(){ $("#nick_text").hide(); $("#tabFriend").hide(); $("#manual").hide(); $("#lookup_progress").hide(); $("#search_progress").hide(); $("#searchmine_progress").hide(); $("#searchMineBar").hide(); $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); $("#book... |
fetch_and_render_books(); setup_handlers(); cursor_ok(); }); | $(document).ready(function(){ $("#nick_text").hide(); $("#tabFriend").hide(); $("#manual").hide(); $("#lookup_progress").hide(); $("#search_progress").hide(); $("#searchmine_progress").hide(); $("#searchMineBar").hide(); $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); $("#book... | |
self.updateOnTimeout = setTimeout(function(){screenUpdate();}, self.options.delayYield); | this.selectbox.bind("change." + widgetName, function(e) { if(self.isUpdatingMaster){ self.isUpdatingMaster = false; return true; } self.revertSelected(); }); | self.updateOnTimeout = setTimeout(function(){screenUpdate();}, self.options.delayYield); |
return function (sourceCode) { var decorations = splitStringAndCommentTokens(sourceCode); | return function (plainText) { var out = null; var pos = 0; for (var i = 0, n = plainText.length; i < n; ++i) { var ch = plainText.charAt(i); | return function (sourceCode) { // Split into strings, comments, and other. // We do this because strings and comments are easily recognizable and can // contain stuff that looks like other tokens, so we want to mark those // early so we don't recurse into them. var decorations = splitString... |
decorations = splitNonStringNonCommentTokens(sourceCode, decorations); return decorations; | switch (ch) { case '\t': if (!out) {out = [];} out.push(plainText.substring(pos, i)); var nSpaces = tabWidth - (charInLine % tabWidth); charInLine += nSpaces; for (; nSpaces >= 0; nSpaces -= SPACES.length) { out.push(SPACES.substring(0, nSpaces)); } pos = i + 1; break; case '\n': charInLine = 0; break; default: ++c... | return function (sourceCode) { // Split into strings, comments, and other. // We do this because strings and comments are easily recognizable and can // contain stuff that looks like other tokens, so we want to mark those // early so we don't recurse into them. var decorations = splitString... |
$('#terms_link').click(function() { $('#terms').lightbox_me({centered: true}); }); | $('#help_captcha_link').click(function() { $('#help_captcha').lightbox_me({centered: true}); }); | $('#terms_link').click(function() { $('#terms').lightbox_me({centered: true}); }); |
item.addSubscriber(this, "close", function() { self.remove(item); }); | b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].co... | item.addSubscriber(this, "close", function() { self.remove(item); }); |
disabled.each(function(item) { item.disable(); }); | var index = store.findBy(function(r) { return r.getLayer() === node.layer; }); | disabled.each(function(item) { item.disable(); }); |
test('Misc', function(){ equals(console.dir(undefined), 'undefined'); equals(console.dir(null), 'null'); equals(console.dir(true), 'true'); equals(console.dir(false), 'false'); var date = new Date; equals(console.dir(date), date.toString()); | test('Recursive objects', function(){ console.dimensions_limit = 5; var obj = {a: 1}; obj.root = obj; equals(console.dir(obj), '{\n "a": 1, \n "root": #\n}'); var obj2 = {a: {b: 1}}; obj2.a.root = obj2; equals(console.dir(obj2), '{\n "a": {\n "b": 1, \n "root": #\n }\n}'); equals(console.dir(obj2.a), '{\n "b... | test('Misc', function(){ equals(console.dir(undefined), 'undefined'); equals(console.dir(null), 'null'); equals(console.dir(true), 'true'); equals(console.dir(false), 'false'); var date = new Date; equals(console.dir(date), date.toString());}); |
jq('.arbeitsraum-types li').each(function(index, type) {jq(type).hide();}); | jq('.listingBar span a, .listingBar a').click(function(e,o) { e.preventDefault(); e.stopPropagation(); var obj = jq(this); var pagenumber = jq.find_param(this.href).pagenumber; arbeitsraum.param('pagenumber:int', pagenumber); arbeitsraum.reload_view(); }); | jq('.arbeitsraum-types li').each(function(index, type) {jq(type).hide();}); |
this.factorValuesChanged.call(this, selected); | ct.factorValueCombo.store.reload(); this.factorValuesChanged.call(this, []); | ct.on("delete", function() { // console.log("deleting factorvalue(s)"); var selected = this.getSelectedRecords(); var callback = function() { this.factorValuesChanged.call(this, selected); }.createDelegate(this); ExperimentalDesignController.deleteFactorValueCharacteristics(selected, c... |
$("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); $("#book_title").focus(); | $(window).scroll(function() { if(!availableTabInFocus) return; var gap = $(document).height() - $(window).height() - $(window).scrollTop(); if (gap < 2) { loadMore(); } | $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); $("#book_title").focus(); }); |
, function(json) { showComments(id, json); }); | function(json) { showComments(id, json); }); | , function(json) { showComments(id, json); }); |
this.filterOnTimeout = setTimeout( function(){ search(); }, this.options.delayFilter ); | self.updateOnTimeout = setTimeout(function(){screenUpdate();}, self.options.delayYield); | this.filterOnTimeout = setTimeout( function(){ search(); }, this.options.delayFilter ); |
retrievePage(1); | var currentPage = Math.floor(currentItem / options.itemsPerPage); currentItem = currentPage * options.itemsPerPage; if (currentItem == 0) currentItem = 1; retrievePage(currentItem); | listLink.click(function (ev) { ev.preventDefault(); options.itemsPerPage = 10; retrievePage(1); }); |
if (onSuccessFn) onSuccessFn(r.getResult().Value); | if (onSuccessFn) onSuccessFn(r.Value); | function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Value); }, |
jq('.arbeitsraum-types li').each(function(index, type) { var ty = jq(type); var found = 0; jq(types).each(function(e, t) { if(ty.attr('class') == t){ ty.show(); } }); }); | jq('.arbeitsraum-types li').each(function(index, type) {jq(type).hide();}); | jq('.arbeitsraum-types li').each(function(index, type) { var ty = jq(type); var found = 0; jq(types).each(function(e, t) { if(ty.attr('class') == t){ ty.show(); } }); }); |
function(but) { if (but == 'yes') { this.changeExperimentalFactor(efId); } }.createDelegate(this)); | ct.on("delete", function() { var selected = this.getSelectedRecords(); var callback = function() { this.factorValuesChanged.call(this, selected); }.createDelegate(this); ExperimentalDesignController.deleteFactorValueCharacteristics(selected, callback); }.createDelegate(this), this); | function(but) { if (but == 'yes') { this.changeExperimentalFactor(efId); } }.createDelegate(this)); |
function(event) { return event + '.dialog-overlay'; }).join(' '), | break}}).bind("focus.autocomplete",function(){a.selectedItem=null;a.previous=a.element.val()}).bind("blur.autocomplete",function(d){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(d);a._change(d)},150)});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=e("<u... | function(event) { return event + '.dialog-overlay'; }).join(' '), |
b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(pa... | this._trigger("open")}else this.close();this.element.removeClass("ui-autocomplete-loading")},close:function(a){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this._trigger("close",a);this.menu.element.hide();this.menu.deactivate()}},_change:function(a){this.previous!==this.element.val()&&this._trigger(... | b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(pa... |
b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(pa... | "i");return e.grep(a,function(b){return d.test(b.label||b.value||b)})}})})(jQuery); | b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(pa... |
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele... | (function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele... | (function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele... |
this.ajID = setTimeout( function() { pointer.doAjaxRequest(input) }, this.oP.delay ); | $(document).ready(function(){ addOverlay(); $("#nick_text").hide(); $("#tabFriend").hide(); $("#manual").hide(); $("#lookup_progress").hide(); $("#search_progress").hide(); $("#searchmine_progress").hide(); $("#searchMineBar").hide(); $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(... | this.ajID = setTimeout( function() { pointer.doAjaxRequest(input) }, this.oP.delay ); |
this.selectbox.parents().each(function(){ curZ = parseInt($(this).css("zIndex"), 10); if(curZ > zIndex) zIndex = curZ; }); | this.filterOnTimeout = setTimeout( function(){ search(); }, this.options.delayFilter ); | this.selectbox.parents().each(function(){ curZ = parseInt($(this).css("zIndex"), 10); if(curZ > zIndex) zIndex = curZ; }); |
function() { $('#account_email_content').hide(); $('#account_email_form').show(); $(this).text(cancel_text); $('#person_email').watermark(email_default, {className: 'default_text'}); $('#person_email').focus(); }, | $('#terms_link').click(function() { $('#terms').lightbox_me({centered: true}); }); | function() { $('#account_email_content').hide(); $('#account_email_form').show(); $(this).text(cancel_text); $('#person_email').watermark(email_default, {className: 'default_text'}); $('#person_email').focus(); }, |
w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(... | cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(thi... | w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(... |
jq(types).each(function(e, t) { | jq('.arbeitsraum-types li').each(function(index, type) { var ty = jq(type); var found = 0; jq(types).each(function(e, t) { | jq(types).each(function(e, t) { if(ty.attr('class') == t){ ty.show(); } }); |
}); | jq(types).each(function(e, t) { if(ty.attr('class') == t){ ty.show(); } }); | |
(function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele... | $('a').click(function(){ $(this).blur(); }); | (function($){var ver="2.86";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.sele... |
this.toID = setTimeout(function () { pointer.clearSuggestions() }, this.oP.timeout); | $("#show_manual").click(function(){ $("#show_manual_span").hide(); $("#manual").show(); $("#book_title").focus(); }); | this.toID = setTimeout(function () { pointer.clearSuggestions() }, this.oP.timeout); |
$('#account_email_content').show(); $('#account_email_form').hide(); $(this).text(change_text); } | $('#account_email_content').hide(); $('#account_email_form').show(); $(this).text(cancel_text); $('#person_email').watermark(email_default, {className: 'default_text'}); $('#person_email').focus(); }, | function() { $('#account_email_content').show(); $('#account_email_form').hide(); $(this).text(change_text); } |
$(this).attr('src',scriptUrl + 'media/images/close-small-hover.png'); | $(this).attr('src',mediaUrl('media/images/close-small-hover.png')); | cBox.each( function(i){ var post_id = $(this).attr('id').replace('comments-container-' + objectType + '-', ''); $(this).children().each( function(i){ var comment_id = $(this).attr('id').replace('comment-',''); var... |
$(this).attr('src',scriptUrl + 'media/images/close-small.png'); | $(this).attr('src',mediaUrl('media/images/close-small.png')); | cBox.each( function(i){ var post_id = $(this).attr('id').replace('comments-container-' + objectType + '-', ''); $(this).children().each( function(i){ var comment_id = $(this).attr('id').replace('comment-',''); var... |
function (data, status) { if (status != "success") $('#optimize-message').text('Error during optimize!'); else $('#optimize-dialog').dialog("close"); | $.get("operations.xql", params, function (data) { $("#collection-tree-tree").dynatree("getRoot").reload(); dialog.dialog("close"); | function (data, status) { if (status != "success") $('#optimize-message').text('Error during optimize!'); else $('#optimize-dialog').dialog("close"); }); |
jq('.filter_link').click(function(){ value = jq(this).attr('id'); filter = jq(this).parents('.filter_box:first').attr('id'); view_name = arbeitsraum.prop('view_name'); if (arbeitsraum._params[view_name]==undefined || arbeitsraum._params[view_name][filter]==undefined){ temp = [value,]; arbeitsraum.param(filter, temp); ... | jq(types).each(function(e, t) { if(ty.attr('class') == t){ ty.show(); } }); | jq('.filter_link').click(function(){ value = jq(this).attr('id'); filter = jq(this).parents('.filter_box:first').attr('id'); view_name = arbeitsraum.prop('view_name'); if (arbeitsraum._params[view_name]==undefined || arbeitsraum._params[view_name][filter]=... |
arbeitsraum.flush_params('pagenumber:int'); | jq('.filter_link').click(function(){ value = jq(this).attr('id'); filter = jq(this).parents('.filter_box:first').attr('id'); view_name = arbeitsraum.prop('view_name'); if (arbeitsraum._params[view_name]==undefined || arbeitsraum._params[view_name][filter]=... | |
c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui... | function(){c.disabled||a(this).removeClass(e)}).bind("focus.button",function(){a(this).addClass("ui-state-focus")}).bind("blur.button",function(){a(this).removeClass("ui-state-focus")});d&&this.element.bind("change.button",function(){b.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",functio... | c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui... |
this.toID = setTimeout(function () { pointer.clearSuggestions() }, 1000); | this.ajID = setTimeout( function() { pointer.doAjaxRequest(input) }, this.oP.delay ); | this.toID = setTimeout(function () { pointer.clearSuggestions() }, 1000); |
(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c... | (function (a) { a.widget("ui.slider", a.extend({}, a.ui.mouse, { _init: function () { var b = this, c = this.options; this._keySliding = false; this._handleIndex = null; this._detectOrientation(); this._mouseInit(); this.element.addClass("ui-slider ui-slider-" + this.orientation + " ui-widget ui-widget-content ui-corne... | (function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c... |
$('#account_password_content').hide(); $('#account_password_form').show(); $(this).text(cancel_text); $('#person_password').watermark(pw1_default, {className: 'default_text'}); $('#person_password2').watermark(pw2_default, {className: 'default_text'}); $('#person_password').focus(); }, | $('#account_email_content').show(); $('#account_email_form').hide(); $(this).text(change_text); } | function() { $('#account_password_content').hide(); $('#account_password_form').show(); $(this).text(cancel_text); $('#person_password').watermark(pw1_default, {className: 'default_text'}); $('#person_password2').watermark(pw2_default, {className: 'default_text'}); $('#person_password').focus(); }, |
this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){ return m+((this._base[i]+(this._delta[i]*position)).round().toColorPart()); }.bind(this)) }); | (function(c){c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(a._preventClickEvent){a._preventClickEvent=false;b.stopImmediatePropagat... | this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){ return m+((this._base[i]+(this._delta[i]*position)).round().toColorPart()); }.bind(this)) }); |
$(this).attr('src',scriptUrl + 'media/images/close-small-hover.png'); | $(this).attr('src',mediaUrl('media/images/close-small-hover.png')); | function(i){ var comment_id = $(this).attr('id').replace('comment-',''); var delete_url = scriptUrl + objectType + 's/' + post_id + '/' + $.i18n._('comments/') + comment_id + '/' + $.i18n._('delete/'); ... |
$(this).attr('src',scriptUrl + 'media/images/close-small.png'); | $(this).attr('src',mediaUrl('media/images/close-small.png')); | function(i){ var comment_id = $(this).attr('id').replace('comment-',''); var delete_url = scriptUrl + objectType + 's/' + post_id + '/' + $.i18n._('comments/') + comment_id + '/' + $.i18n._('delete/'); ... |
$('#keywords-result').load("filters.xql?type=keywords&prefix=" + input.val(), function () { if ($('#keywords-result ul').hasClass('complete')) $('#keyword-form').css('display', 'none'); | function (data, status) { if (status != "success") $('#optimize-message').text('Error during optimize!'); else $('#optimize-dialog').dialog("close"); | $('#keywords-result').load("filters.xql?type=keywords&prefix=" + input.val(), function () { if ($('#keywords-result ul').hasClass('complete')) $('#keyword-form').css('display', 'none'); }); |
cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(thi... | i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").spl... | cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(thi... |
jq('.ui-accordion-header').click(function(){ | jq('.filter_link').click(function(){ | jq('.ui-accordion-header').click(function(){ value = jq(this).attr('id'); filter = 'filter_box'; view_name = arbeitsraum.prop('view_name'); /* Toogle css classes*/ jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-e'); jq(... |
filter = 'filter_box'; | filter = jq(this).parents('.filter_box:first').attr('id'); | jq('.ui-accordion-header').click(function(){ value = jq(this).attr('id'); filter = 'filter_box'; view_name = arbeitsraum.prop('view_name'); /* Toogle css classes*/ jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-e'); jq(... |
jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-e'); jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-s'); jq(this).toggleClass('ui-state-active'); jq(this).toggleClass('ui-corner-all'); jq(this).toggleClass('ui-corner-top'); jq(this).next().toggle(); if(jq(this).hasClass('ui-state-active... | if (arbeitsraum._params[view_name]==undefined || arbeitsraum._params[view_name][filter]==undefined){ temp = [value,]; arbeitsraum.param(filter, temp); arbeitsraum.flush_params('pagenumber:int'); arbeitsraum.reload_view(); jq(this).addClass('activate'); } else if(arbeitsraum._params[view_name][filter].indexOf(value) == ... | jq('.ui-accordion-header').click(function(){ value = jq(this).attr('id'); filter = 'filter_box'; view_name = arbeitsraum.prop('view_name'); /* Toogle css classes*/ jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-e'); jq(... |
arbeitsraum.reload_view(); jq(this).removeClass('activate'); | jq('.ui-accordion-header').click(function(){ value = jq(this).attr('id'); filter = 'filter_box'; view_name = arbeitsraum.prop('view_name'); /* Toogle css classes*/ jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-e'); jq(... | |
this.nID = setInterval(function() { p._fade() }, this.nInt); | this.toID = setTimeout(function () { pointer.clearSuggestions() }, this.oP.timeout); | this.nID = setInterval(function() { p._fade() }, this.nInt); |
$('#account_password_content').show(); $('#account_password_form').hide(); $(this).text(change_text); } | $('#account_password_content').hide(); $('#account_password_form').show(); $(this).text(cancel_text); $('#person_password').watermark(pw1_default, {className: 'default_text'}); $('#person_password2').watermark(pw2_default, {className: 'default_text'}); $('#person_password').focus(); }, | function() { $('#account_password_content').show(); $('#account_password_form').hide(); $(this).text(change_text); } |
$('select[name ^= operator]', this).each(function () { $(this).css('display', ''); | $('#keywords-result').load("filters.xql?type=keywords&prefix=" + input.val(), function () { if ($('#keywords-result ul').hasClass('complete')) $('#keyword-form').css('display', 'none'); | $('select[name ^= operator]', this).each(function () { $(this).css('display', ''); }); |
cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(thi... | " ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(... | cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(thi... |
jQuery.History.bind(function(){ var tab_id = jQuery.History.getHash().split('-tab')[0]; if( arbeitsraum.prop('view_name') != tab_id) { jq('a[href="#'+tab_id+'_overview"]').trigger('click') ; } }) | jq('.ui-accordion-header').click(function(){ value = jq(this).attr('id'); filter = 'filter_box'; view_name = arbeitsraum.prop('view_name'); jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-e'); jq(this).children('.ui-icon').toggleClass('ui-icon-triangle-1-s'); jq(this).toggleClass('ui-state-active'); jq(... | jQuery.History.bind(function(){ var tab_id = jQuery.History.getHash().split('-tab')[0]; if( arbeitsraum.prop('view_name') != tab_id) { jq('a[href="#'+tab_id+'_overview"]').trigger('click') ; } }) |
link.parent().find('a').each(function() { if ($(this).hasClass("selected")) { none_selected = false; } }); | function() { $('#account_password_content').show(); $('#account_password_form').hide(); $(this).text(change_text); } | link.parent().find('a').each(function() { if ($(this).hasClass("selected")) { none_selected = false; } }); |
$(this).attr('src',scriptUrl + 'media/images/close-small-hover.png'); | $(this).attr('src',mediaUrl('media/images/close-small-hover.png')); | function(){ $(this).attr('src',scriptUrl + 'media/images/close-small-hover.png'); } |
$('.actions .save', this).click(function (ev) { var img = $('img', this); var pos = this.hash.substring(1); if (img.hasClass('stored')) { var id = this.id; img.removeClass('stored'); img.attr('src', 'disk.gif'); $.get('user.xql', { list: 'remove', id: id }); } else { img.attr('src', 'disk_gew.gif'); img.addClass('store... | $('select[name ^= operator]', this).each(function () { $(this).css('display', ''); | $('.actions .save', this).click(function (ev) { var img = $('img', this); var pos = this.hash.substring(1); if (img.hasClass('stored')) { var id = this.id; img.removeClass('stored'); img.attr('src', 'disk.gif'); $.get('user.xql', { list: 'remove', id:... |
i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").spl... | " ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(... | i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").spl... |
return lines; | each(function(lines) { for ( var i = 1; i < lines.length; ++i ) { for ( var j = i - 1; j >= 0; --j ) { if ( lines[i] == lines[j] ) { lines.splice(i, 1); // gets increased in the for --i; break; } } } }); | |
jQuery(window).load(function(e){ | jQuery(window).load(function(){ | jQuery(window).load(function(e){ generalstats_register_refresh(params, query_params); }); |
options.field.observe('keyup',function(){self.resize()}); | options.field.observe('keyup',function(){self.resize(false,true)}); | options.field.observe('keyup',function(){self.resize()}); |
var field = document.id(key).retrieve('field'); | var field = this.form.getField(key); | $H(this.options.fields).each(function (val, key) { var opts = $merge(this.options.fieldDefaults, val); var field = document.id(key).retrieve('field'); var p = new Jx.Plugin.Field.Validator(opts); this.plugins.set(key, p); p.attach(field); p.addEv... |
this.pBar.allMessages = message + "<br/><br/>Other messages:<br/>" + this.pBar.allMessages; this.pBar.showAllMessages("Job failed!"); | this.pBar.on('fail', function(message) { this.pBar.allMessages = message + "<br/><br/>Other messages:<br/>" + this.pBar.allMessages; this.pBar.showAllMessages("Job failed!"); if (this.errorHandler) { this.errorHandler(message); } this.destroy(); }.createDelegate(this)); | |
this.destroy(); }.createDelegate(this)); | }, this); | this.pBar.on('fail', function(message) { this.pBar.allMessages = message + "<br/><br/>Other messages:<br/>" + this.pBar.allMessages; this.pBar.showAllMessages("Job failed!"); if (this.errorHandler) { this.errorHandler(message); } this.destroy(); }.createDelegate(this)); |
document.addEvent('mousedown', this.hide); document.addEvent('keyup', this.keypressHandler); | document.addEvent('mousedown', this.bound.hide); document.addEvent('keyup', this.bound.keypress); | button.addEvent('click', function(e) { if (this.list.count() === 0) { return; } if (!button.options.enabled) { return; } this.contentContainer.setStyle('visibility','hidden'); this.contentContainer.setStyle('display'... |
this.on('ready', function(taxon) { | this.on('ready', function() { | this.on('ready', function(taxon) { /* * taxon is the one filled in by staterestore; we need to enforce that we pick an exact taxon. Cant * use getToolbar() at this point. Set taxon, hide taxon combo and disable it.... */ var foundTaxon = this.getTopToolbar().taxonCombo.setTaxonByCommonName(this... |
* taxon is the one filled in by staterestore; we need to enforce that we pick an exact taxon. Cant * use getToolbar() at this point. Set taxon, hide taxon combo and disable it.... | * Taxon is passed in during construction. | this.on('ready', function(taxon) { /* * taxon is the one filled in by staterestore; we need to enforce that we pick an exact taxon. Cant * use getToolbar() at this point. Set taxon, hide taxon combo and disable it.... */ var foundTaxon = this.getTopToolbar().taxonCombo.setTaxonByCommonName(this... |
var foundTaxon = this.getTopToolbar().taxonCombo.setTaxonByCommonName(this.taxon); | var foundTaxon = this.getTopToolbar().taxonCombo.setTaxonByCommonName(this.taxon.commonName); | this.on('ready', function(taxon) { /* * taxon is the one filled in by staterestore; we need to enforce that we pick an exact taxon. Cant * use getToolbar() at this point. Set taxon, hide taxon combo and disable it.... */ var foundTaxon = this.getTopToolbar().taxonCombo.setTaxonByCommonName(this... |
this.geneGroupCombo.taxon = this.taxon; | this.on('ready', function(taxon) { /* * taxon is the one filled in by staterestore; we need to enforce that we pick an exact taxon. Cant * use getToolbar() at this point. Set taxon, hide taxon combo and disable it.... */ var foundTaxon = this.getTopToolbar().taxonCombo.setTaxonByCommonName(this... | |
function(value, element, is_rideshare) { if (is_rideshare == "true") { return get_datetime_from_datetime_select() > new Date(); } else { return get_date_from_date_select() > new Date(); } } | function(value, element, param) { return value.match(new RegExp("(^[A-Za-z0-9_]*$)")); } | function(value, element, is_rideshare) { if (is_rideshare == "true") { return get_datetime_from_datetime_select() > new Date(); } else { return get_date_from_date_select() > new Date(); } } |
var s = row.getMarginBoxSize(); | var s = row.getContentBoxSize(); | document.id(this.grid.rowTableHead).getChildren().each(function(row){ row = document.id(row); var data = row.retrieve('jxRowData'); if (data) { var s = row.getMarginBoxSize(); this.heights[data.row] = Math.max(this.heights[data.row],s.height); } },this); |
if (Browser.Engine.webkit) { this.heights[data.row] -= 1; } | document.id(this.grid.rowTableHead).getChildren().each(function(row){ row = document.id(row); var data = row.retrieve('jxRowData'); if (data) { var s = row.getMarginBoxSize(); this.heights[data.row] = Math.max(this.heights[data.row],s.height); } },this); | |
alert(exception.msg); return; | adminLogout(); | gallery.getAlbumsToUser(SECURITY_TOKEN).addCallback(function(albums, exception) { // gallery.getAlbums().addCallback( function(albums, exception) { if (exception) { alert(exception.msg); return; } dojo.byId("albumDescription").value = a... |
dojo.byId("albumDescription").value = albums[selectAlbum.selectedIndex - 1].description; | dojo.byId("albumDescription").value = albums[albumIndex].description; | gallery.getAlbumsToUser(SECURITY_TOKEN).addCallback(function(albums, exception) { // gallery.getAlbums().addCallback( function(albums, exception) { if (exception) { alert(exception.msg); return; } dojo.byId("albumDescription").value = a... |
onComplete: (function() { if (!this.options.modal && this.options.parent.unmask) { this.options.parent.unmask(); } this.chrome.removeClass('jxChromeDrag'); this.contentContainer.setStyle('visibility',''); var left = Math.max(this.chromeOffsets.left, parseInt(this.domObj.style.left,10)); var top = Math.max(this.chromeOf... | window.addEventListener("ViewChanged", function() { window.removeEventListener("ViewChanged", arguments.callee, true); aCallback(); }, true); | onComplete: (function() { if (!this.options.modal && this.options.parent.unmask) { this.options.parent.unmask(); } this.chrome.removeClass('jxChromeDrag'); this.contentContainer.setStyle('visibility',''); ... |
function(i, provider_row){ var provider_name = $( provider_row ).find( '.ab-provider-name' ).html().trim(); existing_login_methods[provider_name] = true; } | function(e){ if ((e.which && e.which == 13)||(e.keyCode && e.keyCode == 13)){ if (handler_function){ return handler_function(); } else { element.click(); return false; } } } | function(i, provider_row){ var provider_name = $( provider_row ).find( '.ab-provider-name' ).html().trim(); existing_login_methods[provider_name] ... |
getVariableFromLocalStorage('bookmarkKeyCode','D'); console.log(bookmarkKeyCode); if (e.which == bookmarkKeyCode && e.altKey) { console.log('pressed ^d'); | if (e.which == localSettings.bookmarkKeyChar.charCodeAt(0) && e.altKey) { console.log('pressed ^d (or whatever key)'); | function(e) { // bookmarkKeyCode is always returning "undefined" not sure how to grab it from getVariableFromLocalStorage function getVariableFromLocalStorage('bookmarkKeyCode','D'); console.log(bookmarkKeyCode); if (e.which == bookmarkKeyCode && e.altKey) { console.log('pressed ^d'); addDeliciousFromCo... |
self.log("Key: " + key + " event: " + event.type); | this.input.bind("keydown keypress keyup", function(event) { // Key handling is tricky; here is great key guide: http://unixpapa.com/js/key.html isKeyDown = (event.type == "keydown"); isKeyPress = (event.type == "keypress"); isKeyUp = (event.type == "keyup"); key = null; if (undefined === event.which) { ... | |
return new Date(get_datetime_from_datetime_select()) > new Date(); | return get_datetime_from_datetime_select() > new Date(); | function(value, element, is_rideshare) { if (is_rideshare == "true") { return new Date(get_datetime_from_datetime_select()) > new Date(); } else { return new Date(get_date_from_date_select()) > new Date(); } } |
return new Date(get_date_from_date_select()) > new Date(); | return get_date_from_date_select() > new Date(); | function(value, element, is_rideshare) { if (is_rideshare == "true") { return new Date(get_datetime_from_datetime_select()) > new Date(); } else { return new Date(get_date_from_date_select()) > new Date(); } } |
w.hide('upload-button'); w.destroy(); | p.on('done', function(payload) { // this.onDoneLoading(payload); w.hide('upload-button'); w.destroy(); p.destroy(); window.location = payload; }.createDelegate(this)); | |
return args.shift(); | return console._inspect(args.shift()); | result.push(first_arg.replace(console._interpolate, function(){ return args.shift(); })); |
console.log('Logged from grid.editor validator event'); | validator.addEvent('fieldValidationPassed', function(field, validator) { console.log(field, validator); }); | |
$('.actions .save', this).click(function (ev) { var img = $('img', this); var pos = this.hash.substring(1); if (img.hasClass('stored')) { var id = this.id; img.removeClass('stored'); img.attr('src', 'disk.gif'); $.get('user.xql', { list: 'remove', id: id }); } else { img.attr('src', 'disk_gew.gif'); img.addClass('store... | $('#keyword-form').submit(function () { loadIndexTerms(); return false; | $('.actions .save', this).click(function (ev) { var img = $('img', this); var pos = this.hash.substring(1); if (img.hasClass('stored')) { var id = this.id; img.removeClass('stored'); img.attr('src', 'disk.gif'); $.get('user.xql', { list: 'remove', id:... |
this.saveRecord(record); | this.saveRecord(null, record); | records.flatten().each(function (record) { this.saveRecord(record); }, this); |
$('#views_slideshow_singleframe_playpause_' + settings.id).click(function(e) { if (settings.paused) { $(settings.targetId).cycle('resume'); $('#views_slideshow_singleframe_playpause_' + settings.id) .addClass('views_slideshow_singleframe_pause') .addClass('views_slideshow_pause') .removeClass('views_slideshow_singlefra... | $('#views_slideshow_singleframe_teaser_section_' + settings.id).hover(function() { $(settings.targetId).cycle('pause'); }, function() { | $('#views_slideshow_singleframe_playpause_' + settings.id).click(function(e) { if (settings.paused) { $(settings.targetId).cycle('resume'); $('#views_slideshow_singleframe_playpause_' + settings.id) .addClass('views_slideshow_singleframe_pause') .addClass('views_slideshow... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.