July 2011 - Posts
20 July 2011
radio button - jQuery .change() event not working in IE 6, 7
IE < 8 Hack for radio button jQuery .change() event. /* * hack for radio button change event * @author : basil.goldman@gmail.com */ if ($.browser.msie && $.browser.version < 8) { $( 'input[type=radio],[type=checkbox]' ).live( 'click' , function () { $( this ).trigger( 'change'...
Read More...
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...
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