$('div.cont').serialize();
/* and */
$('div.cont').serializeArray();
Both of them come up blank. I need it so I can get a string like &friendslist[]=97333&friendslist[]=100507... etc.
Last edited by s.dot on Mon Sep 17, 2007 6:52 pm, edited 1 time in total.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
OK. I suppose I can't serialize div elements. Only form elements. =/
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I suggest for your first project using jquery or ajax or advanced javascript to NOT do draggable/droppable sortable elements using ajax to save a serialized array to a database.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.