jquery & javascript (13)
how to use jquery dialog to show content in asp.net
Written by Super Userjquery dialog is not only best for showing only content but
also can be used to show form,buttons for postback.......
but for this jquery dialog must be appended to form as -
dealing with CSS browser differences by javascript & css hacks
Written by Super Usermost developers have been facing the problem that pages
not appears same in different browsers.mostly internet
explorer makes problem than other browsers.
to overcome that probelm different style sheets for different
browsers is a good approach -
how to compare two floating point numbers in JavaScript properly
Written by Super UserIn JavaScript, comparing floating-point numbers can sometimes lead to unexpected results due to the way floating-point arithmetic is handled by computers. This is because floating-point numbers are represented with a finite number of bits, which can lead to rounding errors.