I got some nice layout generator using jquery dynamic forms, and jquery ui features to change number of used elements, their css properties etc. Everythin looks great but there is one ...
I have this script working with jquery and uploadify
$('#uploader').uploadify({ 'uploader' : '/admin/includes/uploadify/uploadify.swf', 'script' : '/admin/includes/uploadify/uploadify_storage.php', ...
The code looks like:
var jsonUrl = url +"&callback=?"; // $("#getJSON").click(function(){ $.getJSON( ...
In a jQuery callback, I would like to store a status of the dom and to restore this status when escape key is pressed :
$(document).ready(function() { // add ...
i want to save element dialog box and save it to a variable so i can use it again,my problem is how to connect them... here is my code.
$(function() { ...