Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Home > Programm > jQuery the chain operation

jQuery the chain operation

    jQuery the chain operation, what is a chain operation? » To see if we should have been written like this:
[codes = javascript]
$ ( ". stripe tr"). mouseover (function () (
         $ (this). addClass ( "over ");})
$ ( ". stripe tr"). mouseout (function () (
         $ (this). removeClass ( "over");))
[/ codes]
However, we wrote:
[codes = javascript]
$ ( ". stripe tr"). mouseover (function () (
              $ (this). addClass ( "over ");}). mouseout (function () (
                  $ (this). removeClass ( "over ");})
[/ codes]
Because the mouse is moved in to remove the same object, so we can be an object in the same action on the link to write, like this if there are many objects in their possession and in a lot of action it will save a lot of Code.

Categories: Programm Tags:
  1. No comments yet.
  1. No trackbacks yet.
  • Partner links