spent about an hour trying to figure out why a form I was loading to
a web page was not updating.
In my web page I have a navigation button tool, when I click I want to
load a form into the #display div.
$(document).ready(function(){
.. a bunch of code.
$('#menu li.tool').click(func
i spent about several days trying to figure out hot to save state of
open forms.
In my web page I have a jquery treeview tool, when I click form is
loaded into the #form div.
$(document).ready(function(){
$('#treeview').click(function() {
$('#form').load('../forms/inputdata.php');
});
2 matches
Mail list logo