Запись [z:visual] < dev.sky.1.001
Версия 1.000
• N1: WRITE FILE: _dev/util/visual.js
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 |
function uvd(post, func) {
$.post('dev.php', 'ajax=uvd' + post, function(r) {
if ('undefined' !== typeof r.catch_error) box(r.catch_error, '');
else if ('function' == typeof func) func(r, 0);
else if ('string' == typeof func) $('#' + func).html(r);
else if ('object' == typeof func) func.html(r);
else if ('' != r) alert(r);
});
}
$(function() {
sky.act = 0;
sky.key[120] = function() { // F9
if (sky.act = 1 - sky.act) box('test'); else sky.hide();
}
sky.key[113] = function() { // F2
uvd('&html=' + encodeURIComponent($('html').html()), '');
}
});
|
• N2: WRITE FILE: _dev/util/visual.css
001 |
• N3: END:
Записи Codebase (89)
Статус SKY.
Current version: 1.001
Coresky records: 22
Local (DEV) records: 89
Web (all) records: 105
Download: dev.php
Coresky records: 22
Local (DEV) records: 89
Web (all) records: 105
Download: dev.php