[jQuery] Adsense

2010-02-24 Thread Priya Ram
About Adsense...?

[jQuery] Re: csv2table

2009-11-26 Thread Ram
ns.jquery.com/project/jQcharthttp://allabout.co.jp/internet/javascript/profile/mbiopage.htmhttp://jsgt.org/mt/01/ > > On 11月27日, 午前10:49, Toshiro Takahashi wrote: > > > Hi, Ram > > > Thank you for using my plugin. > > > On Thu, 26 Nov 2009 02:21:19 -0800 (PST) >

[jQuery] csv2table

2009-11-26 Thread Ram
I am new to jquery Its nice in csv2table i need to get values dynamically from a particular url everyminute ... i dont know how to get from particular url ( www.websitename.com?asdfasdf.csv ) and generate table for that value. $(function(){ $('#view1').csv2table('book12.csv'); }); any h

[jQuery] Superfish -- Problem in IE7 and IE8 for drop down with iframe with (xml xsl content)

2009-11-05 Thread Ram Kumar
Please. Regards, Ram

[jQuery] Jquery issue with IE 6 (works in chrome and firefox)

2009-10-24 Thread ram
This works fine in chrome and firefox but does not in IE6. i am yet to try it out in IE 7. As you can see, i have an input field and when user enters a value and clicks on Save, Jquery $("span.saveLink").click (function() gets invoked which populates the SaveUserForm(pls note my input field is out

[jQuery] problem with multi-upload

2009-10-08 Thread RAM
I have the following lines on my main HTML page: The problem is that although I see input type=file control, I don't see associated list of file names below, so I cannot attach many files. Please help.

[jQuery] jQuery lightbox

2009-08-24 Thread Ram...
Hi, Lightbox is not showing on prod site, but its working on local box and internet. Any idea what may be the problem? Thank you, Ramanjaneyulu

[jQuery] Re: calling a jQuery function from RJS/onclick

2009-08-10 Thread Ram
implementing the live() function solved this problem. http://docs.jquery.com/Events/live#typefn On Aug 10, 9:53 am, Ram wrote: > anyone? any ideas at all?? > > On Aug 7, 4:38 pm, Ram wrote: > > > Hi, > > > Im using jNice (a jQuery plugin) in rails. I have the follo

[jQuery] Re: calling a jQuery function from RJS/onclick

2009-08-09 Thread Ram
anyone? any ideas at all?? On Aug 7, 4:38 pm, Ram wrote: > Hi, > > Im using jNice (a jQuery plugin) in rails. I have the following jQuery > function on the head of my page. > > >                 jQuery.noConflict(); > >                 /* call

[jQuery] calling a jQuery function from RJS/onclick

2009-08-07 Thread Ram
Hi, Im using jNice (a jQuery plugin) in rails. I have the following jQuery function on the head of my page. jQuery.noConflict(); /* calling jNice on document ready */ jQuery(document).ready(function($) { $(

[jQuery] 2 onchange functions - 1 jquery, 1 prototype - not working in safari

2009-08-06 Thread Ram
Hi all, Im using the jNice plugin on a select box in a form of mine in Rails. Im also calling a custom JS function which uses Prototype on the same select box. <%= f.collection_select :item_name, Item.all, :item_for_order, :name, { :name => "select", :onchange => "item_row($(this));"} %> now bot

[jQuery] How to append the new post?

2009-07-21 Thread Ram...
Hi, How to append the new post to all the other users list. Like the way facebook.com doing. if I put a post it will update the my friends list automatically with out refreshing the browsers immediately. So could you please tell me how to do that? How to append the new post. Thank you, Ramanjan

[jQuery] Check box's as Array - jQuery ajax post

2008-08-22 Thread Ram...
$.validator.setDefaults({ submitHandler: function(){ var checkedregions = new Array() var checkedtopics = new Array() if($("input.regionschk:checked").length > 0) { $("input.regionschk:checked").each(function(){ checkedregions.push($(this).val());

[jQuery] jquery ajax post issue

2008-04-28 Thread Ram
. Is this the default behaviour? Should I execute the javascript as part of my ajax post call? Thanks Ram

[jQuery] Image bounce

2008-03-29 Thread ram
A wile back I received a email demonstrating several different image displays. One that I need today but cant find is where the image dropped down from the top and bounced for a few seconds. If any one has a link to the I would be very appreciative. Thanks Ram