[jQuery] jQuery cluetip plugin

2009-05-08 Thread Bharat
this problem? Thanks. Bharat

[jQuery] Re: jQuery cluetip plugin

2009-05-08 Thread Bharat
I am now able to load images/colors out of the CSS file but cluetip iteself refuses to recognize any options that I set so for example if I say $(.tip).cluetip({arrows: true}); It does not honor the arrows options setting same thing for sticky: true, etc. Any ideas?

[jQuery] Re: jQuery cluetip plugin

2009-05-09 Thread Bharat
Hello Karl, I sent you a login to my beta site. I am not sure if you had a chance to look at it yet? Thanks. Bharat

[jQuery] jQuery Function - how should I write it?

2009-05-13 Thread Bharat
) }); }); /script I am struggling with the jQuery syntax and hence the question. Thanks. Bharat

[jQuery] Re: jQuery Function - how should I write it?

2009-05-13 Thread Bharat
I am all set. Figured it out. It does take some getting used to, but seems to be quite similar to Java: jQuery.fn.toggleOpposite = function(readonly) { if (readonly this.val().length 0) { // reset the value to null this.val(''); } return

[jQuery] Re: jQuery cluetip plugin

2009-05-13 Thread Bharat
started to attach help text to the links not contained in the partial. This is a really nice piece of work. Thank you. Bharat

[jQuery] cluetip - highly recommended

2009-05-17 Thread Bharat
the correct file because of the Rails Route specifics. Again, these tips are Rails specific, but I suspect that a number of Rails programmers like me are using jQuery/cluetip and they may find it useful. Bharat

[jQuery] JQuery UI Accordion Plugin

2009-05-25 Thread Bharat
is not even there on the page, yet it is being shown in the browser. How could that be? There is something fundamental that I am missing here. Kindly explain. Thanks. Bharat

[jQuery] Re: Ajax tooltips using jQuery?

2009-06-24 Thread Bharat
Cluetip works well for me. Bharat

[jQuery] Re: jQuery with HTML radio button forms

2009-07-02 Thread Bharat
Can you try the change event instead of click? Bharat

[jQuery] Ajax with jQuery and Rails

2009-07-04 Thread Bharat
to the server side so that the redirect_to documents_path can execute. Bharat