随笔分类 - Jquery and JS
摘要:1 截取字符串//lastIndexOf();http://www.w3school.com.cn/js/jsref_lastIndexOf.asp//substring();http://www.w3school.com.cn/js/jsref_substring.asp2 字符串中查找指定字符串search() http://www.w3school.com.cn/js/jsref_search.asp
阅读全文
摘要:<html><head><script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript"> $(document).ready(function(){$("#selectTest").change(function(){//alert("Hello");//alert($("#selectTest&quo
阅读全文