I am looking into jquery mobile cache 开发者_Go百科manifest and I was wondering if it works with Php files too.
Thanks
PHP is a server side language, jQuery is a JavaScript based library which is a client-side one. cache/manifest
is used by HTML(5) which also a client-side language, so long story short: it won't work with PHP.
精彩评论