[jQuery] Re: function not defined

2009-12-25 Thread Saledan
I tried again with "this" reference, and now with settings.originalCall.myFunction() I received that the function is not a function :-\

[jQuery] function not defined

2009-12-25 Thread Saledan
Hello, it's a long time that I don't write some code with jquery. Yesterday I wrote some lines for my photo portfolio script. I use lightbox plugin, but also I wrote few functions to manage the thumbnails slide show. I include the lightbox plugin script and into the main html I add my own function

[jQuery] Re: script and strange behaviours with ie

2009-01-29 Thread Saledan
any suggest? thx On 18 Gen, 16:31, Saledan wrote: > up! > > thanks > > On 8 Gen, 07:18,Saledan wrote: > > > up, please! > > > thanks > > > On 3 Gen, 11:50,Saledan wrote: > > > > Hi, > > > yes i supposed that browsers older than ie6

[jQuery] Re: script and strange behaviours with ie

2009-01-18 Thread Saledan
up! thanks On 8 Gen, 07:18, Saledan wrote: > up, please! > > thanks > > On 3 Gen, 11:50,Saledan wrote: > > > Hi, > > yes i supposed that browsers older than ie6 are now unsupported by > > jQuery and web developers, i just play with those versions... the >

[jQuery] Re: script and strange behaviours with ie

2009-01-07 Thread Saledan
up, please! thanks On 3 Gen, 11:50, Saledan wrote: > Hi, > yes i supposed that browsers older than ie6 are now unsupported by > jQuery and web developers, i just play with those versions... the > important issues are with ie 6 and 7. > Yes, maybe the issue is with cache, but th

[jQuery] Re: script and strange behaviours with ie

2009-01-03 Thread Saledan
roblem could be anything, do > you have a test page we can take a look at, or some code? > > I guess it has to do with the ready/load events, as when you reload > the page the images are in the browser cache already. > > On Jan 2, 3:20 pm, Saledan wrote: > > > hello, >

[jQuery] script and strange behaviours with ie

2009-01-02 Thread Saledan
hello, I was sure that my script failed the ie execution test. IE7: activex and script check block the script, then allow and it works. IE6: it works IE5.5: my script waits the image loading with a animated gif, than show the images. This ie waits without end or errors. IE5, IE4: raise two errors

[jQuery] Re: writting plugin

2008-12-31 Thread Saledan
is most likely a reference to $myObj.prototype but it's not > indicated in your code above. > > Hope I could help a bit, the mailing seems to be dead during the > holidays :) > > On Dec 28, 12:11 pm,Saledan wrote: > > > up, please! > > > bye > > max &

[jQuery] Re: writting plugin

2008-12-28 Thread Saledan
up, please! bye max On 26 Dic, 12:19, Saledan wrote: > Hi, > i'm trying to write a jQuery plugin, i have read some posts, documents > and other plugin code, but i don't understand the right standard to > write a plugin. > I found some patterns... >

[jQuery] writting plugin

2008-12-26 Thread Saledan
Hi, i'm trying to write a jQuery plugin, i have read some posts, documents and other plugin code, but i don't understand the right standard to write a plugin. I found some patterns... == example 1== (function($) { $.fn.myPlugin = function(o) { return this.each(function() { // do somet

[jQuery] Re: image tag xhtml validate

2008-12-26 Thread Saledan
long as you serve your so called XHTML as text/html it is > HTML anyway, thus no need to worry about a thing. > > --Klaus > > On 25 Dez., 18:48, Saledan wrote: > > > Hi, > > just a question about xhtml validation. > > I have an xhtml page and it has been vali

[jQuery] image tag xhtml validate

2008-12-25 Thread Saledan
Hi, just a question about xhtml validation. I have an xhtml page and it has been validate. Now i add with .append some image, i suppose that the img tag is in html and not xhtml .. and not ... is there a solution to have all in xhtml format? thanks bye max