You've already forked qlg.frontend
Init Repo
This commit is contained in:
9
js/essaylist.js
Normal file
9
js/essaylist.js
Normal file
@ -0,0 +1,9 @@
|
||||
mui.plusReady(function () {
|
||||
// var url ="",
|
||||
$("body").on("tap" ,".add1",function () {
|
||||
JZL.openWindow('addessay.html', 'addessay.html')
|
||||
})
|
||||
$(".row_con").on("tap" ,".memorandum",function () {
|
||||
JZL.openWindow('memorandumlist.html', 'memorandumlist.html')
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user