Quickchange
I created QuickChange for use on some of my small client websites. It’s a simple script that allows for easy content editing of static pages. QuickChange v.1 is FREE, doesn’t require a database and uses popular jQuery & jQuery UI for easy styling and AJAX integration.
Installation
- Upload QuickChange to the root folder of your server
- Edit config.php file
- Add “qc-edit” class to elements you want to make editable
- Include jQuery and QuickChange javascript files on every page you want to make editable
Code Examples
Head: Include jQuery and QuickChange
Body: add QuickChange class “qc-edit” to the elements you want to make editable.
Welcome to my site
Faucibus non sit amet elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Usage as easy as 1-2-3
- Go to the page you want to edit and press “Ctrl+Alt+E” to login.
- Click a highlighted area and the editor will pop-up.
- Make your edits and press “Ctrl+Alt+E” to logout.
Requirements
- PHP 5+
