[jQuery] Ajax get does not fetch image in IE

2007-02-27 Thread Vikrant Azad
I just upgraded to 1.1.2 version but still like in 1.1.1 when I try to use $.get to fetch a php file it load an image in FF and Opera but in IE the image in not loaded. The segment of code I am using is as follows $(#msg).show('slow'); $.get(test.php, function(item) {

Re: [jQuery] Inline editing-double entry in database

2007-02-05 Thread Vikrant Azad
into database but somehow that page is also called directly like as if I have typed that in browser so it made two entries. I think I will sort that out in joomla as such. Anyway I appreciate your input. Warm regards vik Mika Tuupola wrote: On 5 Feb 2007, at 09:01, Vikrant Azad wrote: I am

[jQuery] Inline editing-double entry in database

2007-02-04 Thread Vikrant Azad
No matter which plugin I try for inline editing,I always get double entries saved in my mysql database. I wonder why is so happening. Seems to me a basic mistake I am doing. Does anyone know what am I doing wrong before I post in detail. Thanks -- View this message in context:

Re: [jQuery] Inline editing-double entry in database

2007-02-04 Thread Vikrant Azad
would really help! On 2/4/07, Vikrant Azad [EMAIL PROTECTED] wrote: No matter which plugin I try for inline editing,I always get double entries saved in my mysql database. I wonder why is so happening. Seems to me a basic mistake I am doing. Does anyone know what am I doing wrong before I

Re: [jQuery] Inline editing-double entry in database

2007-02-04 Thread Vikrant Azad
I did not see the it under the options but I think you are right because under history it shows this [http://test.joomlaprodigy.com/index.php?option=com_hsbridgejpItemid=31task=joomlanswer;, http://www.joomlaprodigy.com/test/modules/mod_editinplacejp.php;,

Re: [jQuery] history/remote question

2007-02-02 Thread Vikrant Azad
Hi Klaus Thanks for all the great work you are doing on this forum especially, besides ofcourse with the plugins (Tab plugin I am really impressed with) and now that you have joined the jquery team I see more goodies coming. I am also trying to do someting like this. I want to use your history

Re: [jQuery] scroll buttons on one side in carousel plugin

2007-01-25 Thread Vikrant Azad
Thanks for your reply. But I have played enough with the css. Infact most of the things in css do not produce any result. I don't know how but the script generated most of the style and css is not respected for so many things. I wish I could give you examples here. vik Beren wrote:

[jQuery] need to show content by ajax in tabs

2007-01-23 Thread Vikrant Azad
I am using the jquery tab plugin by Jlaus and it works fine. Now instead of writing content that appears in the tabs in divs, I am trying to get the content in each tab with Ajax. The link for the file to fetch by Ajax from the server is provided as a variable form the php code along with another

Re: [jQuery] need to show content by ajax in tabs

2007-01-23 Thread Vikrant Azad
: Vikrant, I'm working on enhancing Tabs with accessible, unobtrusive loading of tab content via XHR... if you are a little patient, I'll let you and the list know when I'm ready. -- Klaus Vikrant Azad wrote: I am using the jquery tab plugin by Jlaus and it works fine. Now

[jQuery] scroll buttons on one side in carousel plugin

2007-01-23 Thread Vikrant Azad
How can I make the buttons for scrolling appear on one side of the slide show in carousel plugin for jquery. The did for the button are created dynamically and I know I have to make changes in carousel.js but I have not been able to do so. Can someone guide me how to make this happen. Right now