Language : javascript

Title User Language Tags Description Date
Responsive Adsense Code yanseo JavaScript

If you're using Adsense on responsive design, this is the code that you can use and it's NOT against its TOS.

18 hours ago
Merge or unmerge lists of items depending on window size jbernus JavaScript

For side by side ULs that become too wide on small screens/devices. The following script let you merge or unmerge ULs depending on the size of the screen/device.

Works with jQuery

June 13
Javascript - How to know if an object is Empty satie83 JavaScript

Assuming that by empty means "has no properties of its own"

June 13
jQuery selector extention Pjotor JavaScript

Just a little skeleton for selector extentions in jQuery/sizzler

June 11
Really basic jquery plugin template - with callback rickygri JavaScript

This is a really basic skeleton template for jQuery plugins. It provides a callback function which can be called anywhere in your plugin with base.success(); This will return the current element, but you can pass anything you like back by changing the base.$el value passed to the function to whatever you like.

June 8
javascript no image eliphas JavaScript

this code is active is an image is missing it will just not display the misisng image

June 7
Poor Man's JavaScript OOP Tools octaviannitagmailcom JavaScript

In which one can see why exactly JavaScript is the 'assembler' of the web :) ...

June 2
node.js_url_shortener_w_qr_code_generation_api/service by Matt Grill redhatmatt JavaScript

It currently uses redis as a store for the data. The url's are pretty long since it's all base64 encoded data and the images are returned as base64 encoded PNG's but that can be solved pretty easily. This could be used a service for something kind of authentication front end, drupal

June 1
Simple File Http Server in NodeJS with Connect ironicnet JavaScript May 27
Safe console.log usage in all browsers bitsculptor JavaScript

IE doesn't like console.log. This fixes that.

May 24
Equal height for list items jbernus JavaScript

It's not mine, found it on stackoverflow

May 23
iOS orientation change zoom bug fix bitsculptor JavaScript

This is a simple fix for the iOS zoom bug that happens when changing screen orientations.

May 22
Check If JQuery Is Loaded In The Browser nshakin JavaScript

Use Javascript to check if JQuery is loaded properly in the browser

May 17
Animating Shapes COBOLdinosaur JavaScript

Changes shape back and forth from a round element to a square element.

May 15
How to retrieve data from a list in Sharepoint 2013 using oData and JavaScript rumremix JavaScript

The following code fetches contents of each Title field from the list called "LandingMiddleLinks"

May 15