Browse by Tags
All Tags
»
DEV
»
JavaScript
(
RSS
)
Custom Controls
getTimeStamp()
HTML
Javascript Tips and Tricks
jQuery
Object Oriented Programming in JavaScript
Recursion
UI
20 July 2011
Javascript "object or function?"
Hi all, See below example, how to make your javascript code sexy. If you call --> getTimeStamp as variable, return object of the Date.now, but if you call --> getTimeStamp() as function, return a timestamp value. var getTimeStamp = Date.now || function () { return +( new Date).getTime(); }; Best...
Read More...
23 January 2010
JavaScript Breadcrumbs navigation
In this code listing I want to demonstrate how to implement "Breadcrumbs" in JavaScript for the pages collection, where page object have a two main key's pageId and parentPageId, and create a new collection sorted by current parents. Listing 1: function page(pageId, parentPageId, title...
Read More...
21 August 2008
jQuery.create() - jQuery plugin to create HTML elements
jQuery.create() - it's a featured plugin for jQuery JavaScript Library. You can create any types of HTML elements, set attributes and context or HTML using jQuery.create(). See below the HTML example declaration. I think it make easy and fast your programming in JavaScript. jQuery.create = function...
Read More...
20 August 2008
JavaScript Repeater Control (dataRepeater) - from jQuery.Presenter.1.0.8 - UIControls Library
In this post, I want to present a new JavaScript Repeater Control from my latest UIControls Library jQuery.Presenter 1.0.8. This control like (ASP.NET Repeater Control) created using jQuery Library 1.2.3 and support for later versions. It's a free open source script... Enjoy... /* * jQuery.Presenter...
Read More...
Home
Contact
Client-Side
with Basil Goldman
RSS
Atom
Comments RSS
Recent Posts
radio button - jQuery .change() event not working in IE 6, 7
Javascript "object or function?"
JavaScript Breadcrumbs navigation
"Run as Administrator" - Run an application in Vista with Administrator rights using app.manifest
Windows Hosts File Manager
Tags
.NET
.NET 2
ASP.NET 2
C#
change event
CSS
Custom Controls
DEV
getTimeStamp()
Hack
HTML
IE
JavaScript
Javascript Tips and Tricks
jQuery
jQuery().change()
Object Oriented Programming in JavaScript
radio button
Recursion
Security
TECH
Thoughts
Tools
UI
VB.NET
Vista
Windows
WinForms
Archives
July 2011 (2)
January 2010 (1)
October 2008 (2)
September 2008 (1)
August 2008 (2)
February 2008 (6)
Search
Go
Navigation
Home
All Posts
RSS
Popular Tags
News