> target: '#test1 #test2', // target element(s) to be updated
Just change that to: '#test1,#test2' The target option takes a normal jQuery selector string. Mike
> target: '#test1 #test2', // target element(s) to be updated
Just change that to: '#test1,#test2' The target option takes a normal jQuery selector string. Mike