$( '<input />' ).attr( 'type', 'hidden' )
                            .attr( 'name', 'calc_shipping' )
                            .attr( 'value', 'x' )
                            .appendTo( $form );