Welcome To Snipplr


Everyone's Recent Snippets



1 ... 12 13 14 15 16 ... 553
stylize placeholder text without affecting user text
0 3265 posted 10 years ago by envane21
IIFE - Immediately Invoked Function Expression. http://gregfranko.com/jquery-best-practices/#/7 http://gregfranko.com/jquery-best-practices/#/8
0 1455 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 3508 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 2458 posted 10 years ago by julian90
Button pulse animation (scale up and down)
0 3435 posted 10 years ago by envane21
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 1652 posted 10 years ago by heathbo
JQUERY READY EVENT BEST PRACTICE
0 1315 posted 10 years ago by SmellWing
feed class with baseUrl and endpoint curling the target and caching on memcache
0 1375 posted 10 years ago by ramirog89
Copy files recursively in Windows
0 3418 posted 10 years ago by wesleydepoorter
If you syndicate your content with an RSS feed it can help to drive additional traffic to the content pages.
0 2542 posted 10 years ago by COBOLdinosaur
define ur thumbx
0 1114 posted 10 years ago by ramirog89
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 6534 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 3621 posted 10 years ago by brandonjp
Nice little Face in for long text (slightly modified)
0 3479 posted 10 years ago by designermedia
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 3225 posted 10 years ago by garciacarmonaam
The basic structure of making a page responsive
0 1485 posted 10 years ago by envane21
A simple left-right animation
0 1402 posted 10 years ago by envane21
Add class .green to class .payment-container and make it flash every 3 seconds
0 2327 posted 10 years ago by envane21
Submit function for Foundation framework
0 2314 posted 10 years ago by envane21
Used to automatically scroll up the page so that it is focused on user entry (mobile devices)
0 2269 posted 10 years ago by envane21
Wordpress Loop - WP_Query
0 1364 posted 10 years ago by alanyoshida
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 2136 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 2811 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 3344 posted 10 years ago by hidroxido
Allows for forname.o'[email protected]
0 1549 posted 10 years ago by flatearthcomms
Using cURL to get webpage DOM
0 1105 posted 10 years ago by mos666
This is a simple PHP class that can be used to produce nicely formatted reports from unorganized data.
0 2539 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 2917 posted 10 years ago by pligor
Snippet for a parent page to list child pages with excerpts.
0 2530 posted 10 years ago by hussong
1 ... 12 13 14 15 16 ... 553