jquery - Could I use an old Javascript file with a new CSS file in Materialize? -
this short problem, in page have old version of materialize, , have seen in last version of have added class "xl" define grid's sizes. if upgrade files, page break, because example, in js file open modals function "leanmodal()" , in new version use "modal()" , if upgrade it, lot of time!!.
my questions next:
if need class "xl" can upgrade css file? if make it, have problem in future js file?
my version of materialize: v0.97.7 (2014-2015)
the actual version of materialize: v0.98.1 (2017-now)
i'm not familiar materialize believe has components implemented mix of css, html , js. if using of these components yes, there's possibility other things might break. typically these components expecting html structure , css classes available/used. if name of has changed in 1 area of framework it's reasonable else have changed elsewhere. you'd have verify yourself.
Comments
Post a Comment