Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
-
- jQuery(document).ready(function() {
- custom_switch_merchants() ;
- }) ;
-
- function custom_switch_merchants() {
- $('#switch-merchant select').change(function() {
- $('#switch-merchant form').submit() ;
- }) ;
- }
|