Quote:
Originally Posted by carpeperdiem
1. javascript option validation does not work??? !!!
|
OK -- this is very simple.
xMobile
works with javascript option validation, if you use the EXACT js as published by xcart.
BUT -- if you call any other js function in the validation js, we must deal with it.
I elected to use the xcart function, 'xAlert' - which is in the common.js library (as opposed to default function 'alert') for the validation to make the alerts look like my skin, and not default grey.
This does not work in xMobile.
Working on a solution - will share when I have it.