This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
phpsqlitecms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70
Commits
1
Branch
1.5 MiB
PHP
74.9%
Smarty
22.5%
JavaScript
1.4%
CSS
1.1%
Tree:
52d4381498
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '52d4381498'
${ noResults }
phpsqlitecms
/
static
/
js
/
main.js
5 lines
106 B
Raw
Blame
History
$
(
function
(
)
{
$
(
"#menu-toggle-handle"
)
.
click
(
function
(
e
)
{
$
(
'#nav'
)
.
slideToggle
(
'fast'
)
;
}
)
;
}
)
;