Haz
06
2009
|
Yazar Nokta
|
|
Cumartesi, 06 Haziran 2009 |
|
This is a code that will disable highlighting on a web page. Copy and paste this wherever you want on your web page. It is JavaScript. :) |
|
Son Güncelleme ( Cumartesi, 06 Haziran 2009 )
|
|
Devamını oku...
|
|
Haz
06
2009
|
Yazar Nokta
|
|
Cumartesi, 06 Haziran 2009 |
This is a simple Javascript snippet that lets you toggle a group of checkboxes on or off at the same time. This is the format for your HTML form: | Code: | <input type=checkbox id='toggleall' onClick="toggleAll('myform');"> Toggle All <input type=checkbox id='myform1'> <input type=checkbox id='myform2'> <input type=checkbox id='myform3'> |
You can use this in multiple groups on the same page or form. Groups are determined by the checkbox id's which need to match followed by 1, 2, 3.. |
|
Son Güncelleme ( Cumartesi, 06 Haziran 2009 )
|
|
Devamını oku...
|
|
Haz
06
2009
|
Yazar Nokta
|
|
Cumartesi, 06 Haziran 2009 |
This snippet changes the color of an element which is selected from a list when called (OR it can change the color of an object to a specified color). To Setup: Edit line: | Code: | | b='505050 6633FF 000000 765981 149387 999999 666666 666999 FFF5CF' ; | to your list of colors to randomly pick from (6 digits necessary per color) e.g. | Code: | | b='color1 color2 color3'; |
To Use: For specified color change - Your HTML should look like this: | Code: | | <div onclick='javascript:colorChange("colorHere", "ID of the Element to change the color of")'> | (NOTE: obviously replacing the "<div" tag with the tag for what you need, "colorHere" with your color, "ID of element etc." is self explanatory :) and onclick for whatever event to trigger.) For random color change - Your HTML should look like this: | Code: | | <div onclick='javascript:colorChange("rand", "ID of the Element to change the color of")'> | (NOTE: obviously replacing the "<div" tag with the tag for what you need, "ID of element etc." is self explanatory :) and onclick for whatever event to trigger.) Colors currently MUST have 6 characters - but that's a standard number for a Hex Color Code anyway. Tested in Firefox and IE. |
|
Son Güncelleme ( Cumartesi, 06 Haziran 2009 )
|
|
Devamını oku...
|
|
Tem
13
2008
|
Yazar Nokta
|
|
Pazar, 13 Temmuz 2008 |
|
Ucirit geri ileri butonu |
|
Son Güncelleme ( Pazar, 13 Temmuz 2008 )
|
|
Devamını oku...
|
|
Tem
13
2008
|
Yazar Nokta
|
|
Pazar, 13 Temmuz 2008 |
|
Degisik bir popup pencere efekti!. |
|
Son Güncelleme ( Pazar, 13 Temmuz 2008 )
|
|
Devamını oku...
|
|
|
|
<< Başa Dön < Önceki 1 2 3 4 5 Sonraki > Sona Git >>
|
| Sonuçlar 1 - 9 Toplam: 45 |