<script language="javascript" src="http://localhost/CodeIgniter/js/seajs/seajs/1.2.1/sea.js"></script> <script language="javascript"> seajs.config({ base:'/CodeIgniter/js', alias:{ 'jquery':'seajs/jquery/1.7.2/jquery.js' } }) s. Read More
posted @ 2013-02-28 16:44 break_happy Views(204) Comments(0) Diggs(0)
var get_urlparm={ int:function(parm_url){ if(parm_url){ this.url=parm_url } else{ this.url=window.location.href } this.get_obj() }, get_obj:function(){ var url=this.url var paraString =url.subst... Read More
posted @ 2013-02-28 10:15 break_happy Views(236) Comments(0) Diggs(0)