This website requires JavaScript.
Explore
Help
Sign In
t1meshift
/
expressCart
mirror of
https://github.com/t1meshift/expressCart.git
Watch
1
Star
0
Fork
You've already forked expressCart
0
Code
Issues
Releases
Wiki
Activity
0dff79f889
expressCart
/
views
/
themes
/
Material
/
index.min.js
1 line
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add country select for customer form & handle customer register fix
2019-12-19 15:05:48 +10:00
$
(
document
)
.
ready
(
function
(
)
{
$
(
".materialboxed"
)
.
materialbox
(
)
,
$
(
"select"
)
.
formSelect
(
)
}
)
;