Welcome To Snipplr
Everyone's Recent Snippets Tagged object
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
How to create a delete effect inspired by the iPhone iOS interface. By Carlos Yanez.
0
821
posted 14 years ago by Activetuts
this is my way of working out the contents of an object when I don't have access to a debugger like firebug
0
585
posted 14 years ago by iancrowther
This snippet will help create a flashSharedObject a.k.a Flash Cookie, which much better than conventional cookies since they remain through all browsers and cannot be erased by the user using traditional cookie erasing methods
3
961
posted 14 years ago by carbonr
The cleanest and most compact way I\'ve seen to empty out a display object.
2
985
posted 14 years ago by bshantz
pass in 2 json objects returns an array of all differences included those nested in children.
_Q used internally to pass through to self, do not pass in _Q
0
1115
posted 14 years ago by tennison
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery. If needing to perform this process more than once on a page, make sure namedListItem variable is unique for each case (...
0
1209
posted 14 years ago by rumremix
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery.
0
1055
posted 14 years ago by rumremix
SimpleSelector is a small DOM selector object with support for the most used selectors. It's also the default selector for the jLim JavaScript framework.
Why use SimpleSelector?
- very small, less than 2kb minified
- easy to use with $$()
- no...
1
1042
posted 15 years ago by freelancephp
These are important object oriented principles (OOP) that one must understand in PHP to create dynamic web applications. I hope you find this useful in understanding inheritance.
0
745
posted 15 years ago by alvincrespo