I want to do something like:

UpdateItems = function(what){

$.get(myprocess.lasso?id=what, function(response){
    //take items from myprocess.lasso page and insert into my form elements
    //insert value one into form element actionitem
    //insert value two into form element assignedto
    //insert value three into form element status
//etc
    });
}

How do I need to format the output from myproces.lasso page and how do I
process that output to insert pieces into elements of my form?


Thanks.
[Shelane]


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to