-
Recent Posts
Recent Comments
Archives
Categories
- ActionScript
- AI
- Algorithms
- Apache
- Best Practices
- Business
- C
- Chrome
- Clisp
- CMS
- Code theory
- Common Lisp
- Communication
- Development Systems
- extensions
- Frameworks
- Hacker lore
- History
- Inter-personal Relations
- Java
- Land of Lisp
- Languages
- Lisp
- Lisp1
- Lisp2
- Marketing
- Math
- Mathematics
- Personal
- PHP
- Products
- PyCrypto
- PyFram
- PyFram tutorial
- Python
- Quotes
- Review
- Ruby
- SBCL
- Scheme
- Scripts
- Security
- servers
- StackOverflow
- Symfony
- UI
- Uncategorized
- WordPress
- Worst Practices
Meta
Tag Archives: jquery
jQuery without a DOM
If you’re ever using jQuery without a proper DOM, you may want to use this. It provides enough of a DOM-like syntax to suffice. (Literally, this is every function which jQuery calls on the DOM directly (assuming no selectors). I … Continue reading