[jQuery] Re: Advanced table/grid - like donjon

2008-11-02 Thread Quinode

have you checked tablesorter or flexigrid ?
the other functions you mention could be added with custom jquery code

Dominique


[jQuery] Re: Safari 3.0.4 - problems with $.ajax and authentication?

2008-08-18 Thread Quinode

I'm seeing exactly the same thing
However, what is super stange, it's that it happens on my dev machine,
but when, with the same browser i go on the inline site, the same code
works 


[jQuery] Re: New Plugin: Magnify

2008-05-31 Thread Quinode


LIke it too :)

Did you see it under safari mac ? it works but the magnified div
position is not as i firefox


[jQuery] Re: Google Maps / JQuery

2008-05-16 Thread Quinode

try to debuf with FIREBUG jquery code and gmap code alone from each
other
if javascript has one error, it will block everyhting
so find the blocking error first, fix it, and put it alltogether again


[jQuery] Loading splash widget blocking UI until everything is loaded

2008-05-15 Thread Quinode

I have a page with a lot of jquery plugins, and a Google Map
When loading the page, it's heavy for the browser so it can take 4-5
seconds before the page is loaded and ready

Is there a simple solution to put a loading bar and hide the page, in
the blockUI plugin manner, until we are sure everuthing is loaded ?

Dominique
www.quinode.Fr


[jQuery] Re: extending a jmaps Google map

2008-05-14 Thread Quinode


sorry, an update broke it all
the link works  now : http://www.fetedupanier.org/fete_du_panier.html

at first the map is something like 280 x 280
when hovering, it grows to 500 x 500
the markers are loaded at first, but when the map grows, only the
markers in the 280x280 area are shown

i tried to reinvoke  jmap('addFeed'  in the hovering call but it does
ot fix it
in fact, the gmap useable area seems to be defined for the size it
has when calling jmap(init
so my problem is how to redefine on the fly this useable area


[jQuery] Re: Encoding image upload through ajax POST

2008-05-13 Thread Quinode



On 13 mai, 05:44, Karl Rudd [EMAIL PROTECTED] wrote:
 You can't actually do file upload via AJAX, it's a security feature,
 it can be faked though.

this plugin works too :
http://www.phpletter.com/Demo/AjaxFileUpload-Demo/


[jQuery] extending a jmaps Google map

2008-05-13 Thread Quinode

I used jmaps on this page :

http://www.fetedupanier.org/fete_du_panier.html

JMaps is very robust and the API is great
the only problem I have is that I set up this hover effect to make the
map grow :

- the markers are only showed in the initial map area, they disappear
when entering the newly added area. Seems like I need to re-
initialize Gmap to tell him the map has grown

Also, is it possible to control the opening of an infowindow (from a
KML placemark) from jmaps ?
I'm also willing to donate to the project

thank you
Dominique


[jQuery] Re: [ANNOUNCE] jQuery UI v1.5b3 is Now Available for Download plus New Site

2008-05-06 Thread Quinode


little bug inthe last resize example : when resizing the top border
under FF 2 Mac, it comes over the text


[jQuery] TableSorter + TableEditor

2008-03-28 Thread Quinode

Is it my setup or did the new releases of Tablesorter broke definitely
the compatibility with TableEditor ?
I would surely donate to an update project, i'm not able to do this


[jQuery] Re: JQuery TableSorter pager Plugin problem

2008-03-28 Thread Quinode

I cannot help you, just wanted to add that i try also to use the pager
plugin, and it doesn't want to stay on the same place in the page : at
every reload it goes up or down my table. I tried to fix this with
CSS, but it does not solve the problem, random positions still occur.


[jQuery] Is there a problem with JQuery Form Plugin and v1.2.1 ?

2008-01-05 Thread Quinode

I use a lot JQuery on my sites although I'm not a savvy javascript
writer (but that's common now)

I turned to 1.2.1 to be able to use the new version of Tabs.
It did not arrive immediatly (that is why i scratch my head hard) but
within two weeks I began having more and more problems with every
jquery module I use, until now where the only solution is to disable
jquery.form.js to allow something to work.
Of course, it breaks all the data submit functions...

- Is there a known problem between these  two ?
- Could my calls to  jquery.form.js that were valid with 1.1.3.1 could
have turned invalid under 1.2.1 ?
- Is there another easy way to submit xmlhttp forms giving a target
div (that's mainly what i do) ?

thanks you all, this is my first post here, but I'm ok to learn...


[jQuery] Re: build my first jquery plugin multiselect

2008-01-05 Thread Quinode

I'm french, my english isn't better
I tried the demo under firefox 2 but select the menus did nothing ?