[jQuery] Re: how can i upload file with $.post and php

2007-10-30 Thread Aditya Mooley
On 10/30/07, Saleh Souzanchi <[EMAIL PROTECTED]> wrote:
>
>
> i can not use  $.post for upload file
> plz help me.(i need sample)
>
>
It is not possible to upload files using AJAX as multipart posting is not
supported by JS

-- 
Aditya Mooley
=
PHP Applications for E-Biz: http://www.sanisoft.com
Coppermine Picture Gallery: http://coppermine.sf.net
Koppermine KDE Client: http://koppermine.sf.net
=


[jQuery] Re: Interface Slider plugin problem

2007-04-05 Thread Aditya Mooley

Thanks for the reply. But that didn't solved the problem.
After a lot of debugging in islider.js file we noticed that it's the
indicator GIF image which is creating this problem. I had to add the width
of indicator image in the width of slider image to make it work correctly.
So, if I need the slider of length 100 and the indicator image has width 16
then the slider length has to be 100 + 16 = 116.

I have updated my example script accordingly to demonstrate this ->
http://sanisoft-demo.com/jquery/slider.html

This I feel is a bug in slider plugin !!

Regards,
Aditya

On 4/6/07, Seth <[EMAIL PROTECTED]> wrote:



You're using an old version of jQuery with the latest version of
Interface. My first guess would be to update your jQuery to 1.1.2.

Seth

On Apr 5, 7:14 am, "Aditya Mooley" <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I am trying to use slider plugin from interface for price range. But,
> when I try to set the values for slider indicators using
> SliderSetValues function it sets the indicator to incorrect value.
> For e.g. if I set slider 1 to [15, 0] it changes its X by 17 and not
> 15.
>
> My working example can be seen here ->
http://sanisoft-demo.com/jquery/slider.html
>
> Please help.
>
> Thanks,
> Aditya





--
Aditya Mooley
=
PHP Applications for E-Biz: http://www.sanisoft.com
Coppermine Picture Gallery: http://coppermine.sf.net
Koppermine KDE Client: http://koppermine.sf.net
=


[jQuery] Interface Slider plugin problem

2007-04-05 Thread Aditya Mooley

Hello all,

I am trying to use slider plugin from interface for price range. But,
when I try to set the values for slider indicators using
SliderSetValues function it sets the indicator to incorrect value.
For e.g. if I set slider 1 to [15, 0] it changes its X by 17 and not
15.

My working example can be seen here -> 
http://sanisoft-demo.com/jquery/slider.html

Please help.

Thanks,
Aditya