Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
$('.notmain').on('click', function(){ $('#input').val($('span.red', this).text()); });
var masiive = []; masiive.push($('<li>',{"data-context-key": ''})); console.log(masiive);
$.ajax({ url: 'some_action.php', type: 'get', data: {action: window.location.hash}, }) .done(function() { console.log("success"); }) .fail(function() { console.log("error"); }) .always(function() { console.log("complete"); });
$('.some_frame').contents().find("html").html();