64
favorites
favorites
3
comments
comments
Submit a form by hitting the enter button inside an input field with jQuery
Users a used to submit a form without clicking the submit button of a form. They expect to get to the next step or page just by hitting the enter button. The code snippets binds the keypress action to all form with the specific CSS-class "enter-submit". In order to bind the action also for ajax-loaded elements we use the binding function "live". ...
0
favorites
favorites
0
comments
comments
validator class
a validtor class that validates inputs from a form ...
0
favorites
favorites
0
comments
comments
Iterate through hashmap
This loop iterates through a hashmap. very simple. ...
0
favorites
favorites
0
comments
comments
Jquery Accordion
Jquery accordion. Easy customization with CSS. ...
0
favorites
favorites
0
comments
comments
jQuery Tabs
A simple jquery tab.
You can style it as you want with CSS. :)
...
0
favorites
favorites
0
comments
comments
LibraryAdmin Use in Backend Addons
Create a preset as normal and include it into the BE like this.
The steps are modular to allow to add multiple presets according to current needs and print them out whenever it makes sense. (Mostly when printing the footer of the module.) ...
0
favorites
favorites
0
comments
comments
Minecraft .txt from URL reader.
Title says all!
...
0
favorites
favorites
0
comments
comments
Vanity URLs in CodeIgniter
Everyone want vanity urls in their CodeIgniter applications. Giving a user their own spot on your server makes them feel important after all. The closer that username is to the domain in the url the better (for seo). Here's my snippit for ideas on the subject. ...
0
favorites
favorites
0
comments
comments
Android Wheel component
Android Wheel component ...
0
favorites
favorites
0
comments
comments
Check in PHP your environment : DEV or PROD
If you need to check your environment : DEV or PROD in order to display or not debug data.
Extracted from symfony framework ...