- 1
- 2
- 3
if (typeof window.$lab === 'undefined') {
document.write('<script type="text/javascript">var $lab = jQuery.noConflict(true);\x3C/script>');
}
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
+143
if (typeof window.$lab === 'undefined') {
document.write('<script type="text/javascript">var $lab = jQuery.noConflict(true);\x3C/script>');
}
потому что eval - зло
P.s. \x3C/script> - такая запись ибо впилено тегом скрипт в head
+135
function e(id){ return document.getElementById(id); }
Бредогенерации тред.
+155
...
$ (object.position).animate (data.point, { duration: data.instant ? 1 : 7 * distance,
progress: data.instant ? function () {} : function (lol, progress) {
object.position.y = data.point.y + Math.abs (Math.sin (progress * distance * 0.3));
},
always: data.instant ? function () {} : function () {
object.position.y = data.point.y;
...
как труъ, сделать if (data.instant) { ... } или и так покатит?
+151
//...
<script>splashRadar('leftcol', 1);</script>
<script>splashRadar('baseStyles');</script>
//...
На мейл.сру.
+157
$('#id_accept_eula').click(function () {
// код аффтара
try {
var v = 1 - this.getAttribute('value');
this.setAttribute('value', v);
if (v == 1) {
$('#submit_button').removeAttr('disabled');
} else {
$('#submit_button').attr('disabled', 'disabled');
}
} catch (e) {
alert('exc: ' + e);
}
// заменил на
$("#submit_button").prop('disabled', !this.checked);
});
Когда платят за строки кода...
+153
$("div.entry-comment-wrapper").has("p strong a").each( function (i,e){
$.ajax({'url':'http://govnokod.ru/ratings/comment/'+$(e).attr('id').replace('comment-','')+'/against'}) } );
+173
var magnitude = parseInt('10' + new Array(8).join('0'));
вот такое встретилось
+158
$(document).ready(function() {
var links = $("a[href*='shop.mts.ru']");
$.each(links, function(i, val) {
$(val).attr('onclick', "_gaq.push(['_link', '" + $(val).attr('href') + "']); return false;");
});
//for ThreeSmallBanners adfox:
$('a.offer_button').removeAttr('onclick');
});
mts.ru
+163
if (form.find('input[name*=payout_max]').val() > 0 || form.find('input[name*=payout_max]').val() > 0) {
form.find('input[name*=payout_max]').closest('div.form-group').show();
form.find('input[name*=payout_max]').closest('div.form-group').show();
} else {
form.find('input[name*=payout_max]').closest('div.form-group').hide();
form.find('input[name*=payout_max]').closest('div.form-group').hide();
}
код лида. видимо, два раза для пущей убедительности
+152
jQuery(document).ready(function (){
var setCookie = function (c_name, value, exdays) {
var exdate = new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value = escape(value) + ((exdays == null) ? "" : "; expires=" + exdate.toUTCString());
document.cookie = c_name + "=" + c_value;
}
var getCookie = function (cname){
var name = cname + "=";
var ca = document.cookie.split(';');
for(var i=0; i<ca.length; i++){
var c = ca[i].replace(/^\s+|\s+$/gm,'');
if (c.indexOf(name)==0) return c.substring(name.length,c.length);
}
return "";
}
if (window.location.hash=='#stop' || (!getCookie('crimea_is_ukraine') && jQuery.inArray(codehelper_ip.Country,ciu_countries)>=0)){
if (typeof(_gaq)!='undefined'){
_gaq.push(['_trackEvent', 'Protest', 'Show', 'Crimea is Ukraine']);
}
http://putlerstop.2-you.info/share/stop_putler.js