Yes. This is quite easy. Simply do:

$("p#myseralhash").text(serial.hash);

Replace this would make:
<p id="myserialhash"></p>

into:
<p id="myserialhash">Serialization info here!</p>


kevdotbadger wrote:
> 
> ok ill be a lil shorter.
> 
> serial = $.SortSerialize('sortable1');
> alert(serial.hash);
> 
> make the result of that show on the page rather than in an alert box.
> 

-- 
View this message in context: 
http://www.nabble.com/interface-sotables-question-tf2285730.html#a6362987
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to