Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged javascript
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To display events from The Events Calendar Pro organized by taxonomy
0
6124
posted 2 years ago by reflectiondigital
With this snippet you will have the ability to deliver the most recent version of any file.
When dealing with a browser's cache you can't be certain your viewers are getting the most recent copy. By appending a GET value (the UNIX timestamp) to, f...
0
5564
posted 2 years ago by daemondevin
It should work for domains like @something.co.uk
note that regex will never really be able to match 100% of e-mail addresses without allowing some false positives
0
543
posted 4 years ago by plasticbottle
Bei Autocomplete aus größeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.
0
519
posted 7 years ago by ulfinger
Configure settings for all external links on your site.
Features:
* Open external links in new window or tab
* Add "nofollow"
* Set link title
* Set link icon
* Set classes (for your own styling)
* Set no-icon class
* SEO friendly
0
478
posted 9 years ago by freelancephp
How to insert the less preprocessor script in WordPress Websites and Blogs
0
459
posted 9 years ago by ecksteing
Adds a method to the jQuery Validation plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) to return false if the field equals a specified string
0
888
posted 9 years ago by StevenW721
This code should be added to the functions.php file in the theme's folder. The code will deregister the local copy of jQuery and instead include the google hosted copy. It will also register other scripts.
0
509
posted 11 years ago by jschultz76
If your page has already sent headers to the browser you cant redirect with headers('Location:' . $url);
But you can use the following:
0
313
posted 11 years ago by prwhitehead
Mix EE channel tag into javascript add the following code into the config array.
0
354
posted 11 years ago by audiopleb
This is to call up Javascript alert through PHP. I hate switching between echoing Javascript while writing PHP so I wrote one in PHP.
0
454
posted 11 years ago by chopbust
This is a simple bit of code that allows you to do a write once date format in a PHP style date() format and convert it to be used by datepicker jQuery UI widget. It returns the converted string.\r\n\r\nNothing fancy here, but a time saver for the f...
1
721
posted 11 years ago by roblynch