我在这里有一个下拉列表:
我不能避免使用 (Distributor) 和 (Public) 按钮而只显示文本自动出现在表格下方吗?
如果我不能.. 我可以在消息中出现的数字旁边添加 (CHF) 吗?
那是我使用的jquery
eval( $( 'td:nth-child(3)' ).map( function( td, $this ){
return ( ( parseFloat( ( $this = $( this ) ).text() ) || 0 )
* ( parseFloat( $this.parent().find( 'select' ).val() ) || 0 ) );
} ).get().join( '+' ) )
请详细解释因为我是超级初学者