Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
IIFE - Immediately Invoked Function Expression.
http://gregfranko.com/jquery-best-practices/#/7
http://gregfranko.com/jquery-best-practices/#/8
0
1404
posted 10 years ago by Waltem
Array.prototype.forEach
You can't break forEach. So use "some" or "every".
Array.prototype.some
some is pretty much the same as forEach but it break when the callback returns true.
Array.prototype.every
every is almost identical to some except i...
0
3456
posted 10 years ago by Waltem
A plugin that adds widget functionality to a third-party video modal plugin. The widget accepts a YouTube video ID and a thumbnail URL of the user's choice. It then generates a thumbnail link that launches a video modal via the third-party plugin. Op...
0
2419
posted 10 years ago by julian90
This is code you put in a CSS file. It queries the size of the screen using the parameters passed in. If its true, it then applies the CSS
0
1544
posted 10 years ago by heathbo
feed class with baseUrl and endpoint curling the target and caching on memcache
0
1332
posted 10 years ago by ramirog89
If you syndicate your content with an RSS feed it can help to drive additional traffic to the content pages.
0
2458
posted 10 years ago by COBOLdinosaur
Using underscore.js, you could combine .findWhere with .without
Although, since you are creating a new array in this case anyway, you could simply use _.filter or the native Array.prototype.filter function (just like shown in the other question)....
0
6477
posted 10 years ago by Balamir
// create a variable to toggle debugging
// to use it, just call debug(with,any,optional,parameters)
debug(x,y,z);
// it will try to guess what type of message to log, or you can specify in the first parameter
debug("error",x,y,z);
1
3559
posted 10 years ago by brandonjp
Really, this is part of a set of classes that is stored in a Git repository and under MIT license.
The function I'll expose is Circunscription::distributeSeats().
0
3188
posted 10 years ago by garciacarmonaam
Add class .green to class .payment-container and make it flash every 3 seconds
0
2287
posted 10 years ago by envane21
Used to automatically scroll up the page so that it is focused on user entry (mobile devices)
0
2219
posted 10 years ago by envane21
First you need to write your script. In your theme folder create a folder called something like 'js'. Create a file in that folder for your javascript. E.g. your-script.js. Add your jQuery script to that file (you don't need <script> tags in a .js fi...
0
2046
posted 10 years ago by designermedia
I have been trying to solve my problems on stackoverflow, but none seems to help. Hopefully someone here could help me.
0
2757
posted 10 years ago by raymondeu
Configure program for CalAmp lmu-800 and skypatrol nitro gps avl , (works with every device who support AT Command)
0
3301
posted 10 years ago by hidroxido
This is a simple PHP class that can be used to produce nicely formatted reports from unorganized data.
0
2424
posted 10 years ago by COBOLdinosaur
This source code contains two files:
1) result.php is a php webpage which expects a post request and renders some static results
2) mycurl.php uses curl to post programmatically some data to the result.php and after rendering the result is being re...
1
2860
posted 10 years ago by pligor