javascript+css好多網站用的選星星實現打分功能的函數

來源:互聯網
上載者:User

函數有兩個參數,功能如下:
obj: img標籤組的父容器,類型為DOM對象;
oEvent: event對象。
這個函數的優點是html代碼可以很簡潔,使用圖片也可以很少,只需要兩張圖片。事件控制代碼只需要寫在img的父容器上即可。示範用的圖片我用的是絕對位址,各位在使用的時候改成網站的相對位址就可以了。當我們點擊的時候,我用的是個alert事件。事實上,我們會在這個地方用個ajax方法,把相關的參數傳到伺服器端。只要把alert(this._num+1)寫成sendAjax(this._num+1)就可以了。
需要的兩張圖片:
xmlns="http://www.w3.org/1999/xhtml">


相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.