Re: [jQuery] Re: parsing big JSON file

2009-12-01 Thread km
s put it simply, JavaScript code just isn't that smart >>>> >>>> Your client-side code (1) makes a request, then (2) the server >>>> responds, ** that's it **.. as the person above me suggests, >>>> use your server side code, th

Re: [jQuery] Re: parsing big JSON file

2009-12-01 Thread km
n above me suggests, >> use your server side code, the one providing the "big JSON" data to do >> the filtering >> >> On Dec 1, 3:44 am, km wrote: >> > Hi all, >> > >> > I am currently using $.getJSON to load a big JSON format file (10

[jQuery] parsing big JSON file

2009-12-01 Thread km
Hi all, I am currently using $.getJSON to load a big JSON format file (100MB). So is there a way to selectively parse a few fields of the JSON file so that the full file doesnt get loaded in memory ? In summary i am looking for parsing a few keys in the JSON file and fetch those values only to di

[jQuery] Re: embed java applets in div element using jquery

2009-11-12 Thread km
just to update- I am using jquery 1.3.2 , jquery-ui 1.7.2 and java 1.6 with firefox 3.5.5 (firebug 1.4.5) Krishna On Thu, Nov 12, 2009 at 6:27 PM, km wrote: > Hi All, > > I am embedding a java applet into one of the div elements in a page. > > > and jquery function is &

[jQuery] embed java applets in div element using jquery

2009-11-12 Thread km
Hi All, I am embedding a java applet into one of the div elements in a page. and jquery function is $(document).ready(function(){ $('#appletHere').append(' jmolApplet("load somefile.pdb"); '); }); The applet loads fine but it is not getting embedded

[jQuery] Re: Jquery ClientSide validation

2009-09-22 Thread km
Vardhini, Please post your code. Krishna ~~~ On Tue, Sep 22, 2009 at 9:18 PM, Vardhini wrote: > > Hi, > > I'm using Jquery client side validation to validate my controls on the > form. I want to throw validations only for controls visible

[jQuery] Re: jquery with cherrypy

2009-08-19 Thread km
you are right! I could see the dynamic tree with firebug. thank you verymuch for the suggestions. it helps a lot. :-) regards Krishna ~ On Wed, Aug 19, 2009 at 9:41 PM, Richard D. Worth wrote: > > On Wed, Aug 19, 2009 at 4:45

[jQuery] jquery with cherrypy

2009-08-19 Thread km
Dear all, I have a html file with a submit button and a div element. I load the element with a table on button click event - as follows: (I omit the button click event wrapper for brevity). $('#someid').load('target_script', {'a':1}, function(data){ $('tr').css('backgroundColor', '#feefee'); })

[jQuery] Re: Selector help

2009-01-14 Thread km...@fensys.com
normal url, the other is a javascript postback. On Jan 13, 10:20 pm, brian wrote: > You could maybe follow with not(). What are you trying to do? > > On Tue, Jan 13, 2009 at 5:26 PM, km...@fensys.com wrote: > > > I'm using a attribute selector and I want to combine the

[jQuery] Selector help

2009-01-13 Thread km...@fensys.com
I'm using a attribute selector and I want to combine the *= with the ! = on href. Is there any way to do this?

[jQuery] Plugins mgt login problems

2007-09-18 Thread KM
Can anyone explain why I cannot retrieve my passwd from new plugins page http://jquery.com/plugins/user/login?destination=project%2FPlugins -Kush