1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- // 报名
- PublicAction.AjaxSend(
- {
- CORID:'apply_submit', /*操作ID*/
- }
- );
- $('.m_KeyWord ul li a').on('click',function(){
- var _html = $(this).html();
- $(this).attr('href','/knowledgebase/list/k?keywords='+ _html +'');
- })
- //判断重复值
- $('.m_Hot_lp ul li').on('click',function(){
- // $('.m_Hot_lp ul li').each(function(){
- console.log($(this).find('.m_Hot_lp_text_zxtx').index());
- // })
- })
- window._bd_share_config = {
- "common": {
- "bdSnsKey": {},
- "bdText": "",
- "bdMini": "2",
- "bdMiniList": false,
- "bdPic": "",
- "bdStyle": "0",
- "bdSize": "16"
- },
- "share": {},
- "selectShare": {
- "bdContainerClass": null,
- "bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"],
- "bdContainerClass" : "con"
- }
- };
- with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
- var m_randomX = 100;
- var m_randomY = 300;
- var m_randvalue = parseInt(Math.random() * (m_randomX - m_randomY + 1) + m_randomY);
- $('.m_remind_title i').html('已有'+ m_randvalue +'人获取');
|