From 2565d6e5e04c756db1760081cb7acc33d78401ce Mon Sep 17 00:00:00 2001
From: ben
- - + $(document).ready(function() { - $("#widgetformgetGUID(); ?>").submit(function () { + $("#widgetform").submit(function () { + + $("#submit").attr("disabled","disabled"); + $("#submit").attr("value",""); - var variables = $("#widgetformgetGUID(); ?>").serialize(); - $.post($("#widgetformgetGUID(); ?>").attr("action"),variables,function() { - $("#widgetgetGUID(); ?>").load("pg/view/getGUID(); ?>?shell=no&username=username; ?>&context="); + var variables = $("#widgetform").serialize(); + $.post($("#widgetform").attr("action"),variables,function() { + $("#widget").load("pg/view/?shell=no&username=username; ?>&context="); }); return false; -- cgit v1.2.3