javascript - Reading querystring param with jQuery returns null -


i'm trying read querystring parameter ("ssip") via jquery , query plugin, seems return null instead of actual value.

here's code:

<script src="jquery-1.3.2.min.js" language="javascript"></script> <script src="jquery.query-2.7.1.js" language="javascript"></script>  <script language="javascript" type="text/javascript">   function getstreamingserverip() {     return $.query.get('ssip');   } </script> 

i'm calling method flex via externalinterface.

does spot problems above code?

i'm having same problem.

i believe query plugin version 2.1.7 compatible jquery 1.2.x.

on plugin download page, checkout api version select box, click apply , see there no releases jquery 1.3 or 1.4.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -