[jQuery] visulization of network in jQuery .... e.g. Gene 1 -->(interacts with) Gene2 and so on..something like social network style,

2008-11-06 Thread SH
Hi all, I am bioinformatician and using jquery, its great and fantastic. I am looking for a plugin or script which can display Gene Interaction Data. I have finished one project and try to add one more functionality to it. I like to view Network of info. e.g. Gene1 -- >(interacts with) Gene2 and

[jQuery] Ajax request does not insert data after semi-colon...for CGI script,

2008-08-19 Thread SH
Hi there, I m using latest jQuery 1.2.6 and when I try to use ";" in my input and it does not read values/text after semi-colon. e.g. I enter abcd;xyz in to input box and I do following: var VER = $.trim($("#boxing1").val()); alert(VER); alert shows correct value and when i send it through: