Jenice,
Here is an example of how I rearrange something in the patron edit page
in our jQuery:
//Move Physical Address under Mailing Address
$("#entryform
#address").parent().parent().parent().attr('id','memberentry_mailingaddress');
$("#memberentry_address").insertAfter("#memberentry_mailingaddress");
//end move physical address
Hope this helps.
___________________________
Christopher Brannon
IT Coordinator
Coeur d'Alene Public Library
702 E Front Ave
Coeur d'Alene, ID 83814
(208)769-2315 Ext. 456
[email protected]
www.cdalibrary.org
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha