Blog Archives

Slimbox Mouseover

Open slimbox.js and comment out the line:el.onclick = this.click.pass(el, this);and add the following line below it:el.onmouseover = this.click.pass(el, this);

Rate this:

Tagged with:
Posted in JavaScript

Script to Stop List Permissions Inheritance via API

Rate this:

Tagged with: ,
Posted in 2010, JavaScript, Microsoft SharePoint Server

JSON Dates

JSON Dates

Rate this:

Tagged with: ,
Posted in JavaScript

DataTables with Knockout Observables

DataTables with Knockout Observables DataTables 1.10 with Knockout.JS observables.

Rate this:

Tagged with: ,
Posted in JavaScript

JSON Web Service Image Upload

Rate this:

Tagged with: ,
Posted in JavaScript, WCF

JQuery Tip

$(function(){   //Code.. }) same as $(document).ready(function(){ //Code.. });

Rate this:

Tagged with:
Posted in JavaScript

JScript: place single quote

value = value.replace(/’/g,””);

Rate this:

Tagged with:
Posted in JavaScript
Antek Group Blog
Categories