| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- $(function(){
- // $('.ruzhou').hover(function(){
- // $('.ruzhou1').show();
- // },function(){
- // $('.ruzhou1').hide();
- // })
- // $('.jiaxian').hover(function(){
- // $('.jiaxian1').show();
- // },function(){
- // $('.jiaxian1').hide();
- // })
- // $('.shilongqu').hover(function(){
- // $('.shilongqu1').show();
- // },function(){
- // $('.shilongqu1').hide();
- // })
- // $('.lushan').hover(function(){
- // $('.lushan1').show();
- // },function(){
- // $('.lushan1').hide();
- // })
- // $('.pingdingshan').hover(function(){
- // $('.pingdingshan1').show();
- // },function(){
- // $('.pingdingshan1').hide();
- // })
- // $('.baofeng').hover(function(){
- // $('.baofeng1').show();
- // },function(){
- // $('.baofeng1').hide();
- // })
- // $('.yexian').hover(function(){
- // $('.yexian1').show();
- // },function(){
- // $('.yexian1').hide();
- // })
- // $('.wugang').hover(function(){
- // $('.wugang1').show();
- // },function(){
- // $('.wugang1').hide();
- // })
- $('.ruzhou').click(function(){
- $('#allJARate').text('90.9%')
- $('#allMYRate').text('90.9%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('90000')
- $('#allJACount').text('85000')
- })
- $('.jiaxian').click(function(){
- $('#allJARate').text('80.9%')
- $('#allMYRate').text('80.8%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('80000')
- $('#allJACount').text('75000')
- })
- $('.shilongqu').click(function(){
- $('#allJARate').text('70.8%')
- $('#allMYRate').text('70.9%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('80000')
- $('#allJACount').text('75000')
- })
- $('.lushan').click(function(){
- $('#allJARate').text('88.1%')
- $('#allMYRate').text('85.5%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('95000')
- $('#allJACount').text('87000')
- })
- $('.pingdingshan').click(function(){
- $('#allJARate').text('89.6%')
- $('#allMYRate').text('86.9%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('66000')
- $('#allJACount').text('59000')
- })
- $('.baofeng').click(function(){
- $('#allJARate').text('87.9%')
- $('#allMYRate').text('84.5%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('78000')
- $('#allJACount').text('73000')
- })
- $('.yexian').click(function(){
- $('#allJARate').text('97.5%')
- $('#allMYRate').text('97.5%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('89000')
- $('#allJACount').text('86000')
- })
- $('.wugang').click(function(){
- $('#allJARate').text('99%')
- $('#allMYRate').text('99%')
- $('#allPJRate').text('2645')
- $('#allSLCount').text('85000')
- $('#allJACount').text('79000')
- })
-
- })
|