[jQuery] Code Simplifying Help
Is there a better way to do this? I think that it's possible to
shorten this code, but I just don't know how. A little help would be
appreciated. :)
HTML form code:
http://pastebin.com/m664f5de6
JQuery code:
http://pastebin.com/m60b285b0
Maybe something like the following pseudo-code:
-----------------------------------
on selectField change {
clear the div container next to it and replace it with html
recieved from the server.
}
-----------------------------------