[jQuery] Re: jQuery problem

2009-06-10 Thread Tale Masinov
Thanks, that was the problem. :) On Tue, Jun 9, 2009 at 7:40 PM, GaVrA wrote: > > You need to put jquery.js above all other .js's. > > On Jun 9, 2:58 pm, Masinov wrote: > > I'm trying to use the autocomplete plugin for jQuery. I include all > > the nessesart .js libraries such as bgiframe.js,

[jQuery] Re: jQuery problem

2009-06-09 Thread GaVrA
You need to put jquery.js above all other .js's. On Jun 9, 2:58 pm, Masinov wrote: > I'm trying to use the autocomplete plugin for jQuery.  I include all > the nessesart .js libraries such as bgiframe.js, > jquery.autocomplete.js and jqury.js (version 1.3.2). I'm attaching the > autocomplete on

[jQuery] Re: jQuery problem

2009-06-09 Thread GaVrA
You need to put jquery.js above all other .js's. On Jun 9, 2:58 pm, Masinov wrote: > I'm trying to use the autocomplete plugin for jQuery.  I include all > the nessesart .js libraries such as bgiframe.js, > jquery.autocomplete.js and jqury.js (version 1.3.2). I'm attaching the > autocomplete on

[jQuery] Re: jQuery problem with setTimeout()

2009-05-10 Thread kiusau
On May 9, 10:06 pm, "Michael Geary" wrote: > Kali, since we're wondering if this is a jQuery problem, let's find out by > taking jQuery out of the equation. Where the code uses jQuery to load the > message into the #mailSuccess element, we'll just alert it instead - but > we'll call alert in exac

[jQuery] Re: jQuery problem with setTimeout()

2009-05-09 Thread Michael Geary
Kali, since we're wondering if this is a jQuery problem, let's find out by taking jQuery out of the equation. Where the code uses jQuery to load the message into the #mailSuccess element, we'll just alert it instead - but we'll call alert in exactly the same way that you're calling jQuery now. Fi

[jQuery] Re: jQuery problem with setTimeout()

2009-05-09 Thread kali
I solved this, BUT: another weird problem: var message is passed to the function, so I have: function successHome(message) { setTimeout('$("#mailSuccess").html(message) 1000); but it says 'message' is not defined only this works: function successHome(message) { setTimeout('$(

[jQuery] Re: jQuery problem in php

2009-04-17 Thread Jonathan Vanherpe (T & T NV)
JACK3985 wrote: hi all,i face some problem in php,when i using html2php (http:// www.quasarcr.com/html2php/ ) convert my html code to php the jquery scrollTop will not work. Forgive me for asking, but why would you even do such a thing? Anyway, the best you can do is view the source of the pag

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-28 Thread KrushRadio - Doc
dG, Okay, I tried using Troy Wolf's Proxy php page... It's a little more than what i needed, but it works just fine. I think this is something with JQuery itself... For anyone who wants to look at this, i've uploaded it to my server: http://ww2.krushradio.com/test/yp/jquery.zip Now... I wante

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread KrushRadio - Doc
I see what you mean... I've used something like that before, where i have one page do the httpreferr, and then i load that php page as xml... I think I built a couple RSS Feeds that way... Let me try that, thanks for the reminding. I got more stuff to work on now. Thanks ~Doc On Feb 27, 10:31

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread KrushRadio - Doc
>>> no, I have a yp server that is used by a bunch of radio stations >>> (yp.krushradio.com) >>> the website will be on either ww2.krushradio.com or >>> www.krushradio.com... not sure yet. >>> I see what you mean about cross domain scripting.. I totally forgot >>> abo

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread deafGuru
Type 'cross domain XML with ajax' in the search field. You will find an excellent answer to common problem. Last night it was first time it worked magically. If you have own website, you just call "proxy.php" in which it calls another domain for XML document, receives and wraps it, and return it t

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread Dor
Is that your website? It might be that on the server side, the access to some pages are not allowed if the HTTP_REFERER header is from another website. Try to set the HTTP_REFERER of the AJAX request to an empty string. On Feb 27, 6:19 am, KrushRadio - Doc wrote: > Hey guys, > > I'm a bit new t

[jQuery] Re: JQuery problem trying to read XML from a site (xmlhttp)

2009-02-27 Thread Mike Alsup
> I pulled this from a website and modified it to work on mine.  I'm > using jQuery 1.3.2, btw... > For the life of me, i cannot get it to pull the xml data from > getstream.aspx.  if you open it up in a browser, it shows as perfect > xml.  If i parse it with straight php, it works, but i want to

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-11-07 Thread mrleesimpson
Thanks for this Ariel. Managed to get this working. On Oct 30, 9:10 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Try this plugin: > > http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Oct 30, 9:01 am, mrleesimpson <[EMAIL PRO

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread Ariel Flesler
Try this plugin: http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html -- Ariel Flesler http://flesler.blogspot.com On Oct 30, 9:01 am, mrleesimpson <[EMAIL PROTECTED]> wrote: > Hi, > > I'm fairly new to jQuery and having some problems with getting a > plugin to work with Wordpress. > >

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread mrleesimpson
Adexcube, Thanks for this but this still isn't working. I'm starting to think that I must be doing something super wrong. I have this: $('html, body').animate({scrollTop:0}, 'slow'); In the header of my theme. Is that correct? On Oct 30, 2:36 pm, adexcube <[EMAIL PROTECTED]

[jQuery] Re: jQuery Problem - Animated scrolling for in page links

2008-10-30 Thread adexcube
Well I´m using this and it works fine $('html, body').animate({scrollTop:0}, 'slow'); Let me know if you have any issues On Oct 30, 11:01 am, mrleesimpson <[EMAIL PROTECTED]> wrote: > Hi, > > I'm fairly new tojQueryand having some problems with getting a > plugin to work with Wordpress. > >

[jQuery] Re: Jquery Problem in IE 6

2008-09-07 Thread µseless
Sorry, i didnt realize that i was writing in spanish. Here is the traduction: I had a trhouble with the .html() method, it seems to dont perform successfully the append of

[jQuery] Re: Jquery Problem in IE 6

2008-09-07 Thread Jani
Hi, i used .html(), but IE6 is crashed. i found the solution: The problem with expression in css (max-height hack for IE): JS: $("#chat_userlist").html(out); // here chrashed CSS: #chat_userlist .u .p img{ width: 100%; height: auto; max-height:40px; _height:expression( this.scrollHeight

[jQuery] Re: Jquery Problem in IE 6

2008-09-06 Thread kara swisher
sarah palin http://www.gpirate.com/search?q=sarah+palin 2008/9/6 µseless <[EMAIL PROTECTED]> > > tube un problema similar con el .html(), cuando metia codigo > javascript dentro del contenido me tiraba errores. > Estaba usando la version 1.2.3, la version 1.2.6 no la podia usar > porque me traia

[jQuery] Re: Jquery Problem in IE 6

2008-09-06 Thread µseless
tube un problema similar con el .html(), cuando metia codigo javascript dentro del contenido me tiraba errores. Estaba usando la version 1.2.3, la version 1.2.6 no la podia usar porque me traia conflictos que no pude solucionar con Prototype. Finalmente termine debugeando la version 1.2.3 de jQuer

[jQuery] Re: Jquery Problem in IE 6

2008-08-31 Thread Mike Alsup
> I have the same problem in IE. The .html() it's not working. > > On Aug 30, 12:39 pm, Scott González <[EMAIL PROTECTED]> wrote: > > > Have you verified that the HTML you're trying to add is valid? > > > On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote: > > > > I have the same problem too

[jQuery] Re: Jquery Problem in IE 6

2008-08-31 Thread marcoshernandez
I have the same problem in IE. The .html() it's not working. On Aug 30, 12:39 pm, Scott González <[EMAIL PROTECTED]> wrote: > Have you verified that the HTML you're trying to add is valid? > > On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote: > > > I have the same problem too ... I use jQ

[jQuery] Re: Jquery Problem in IE 6

2008-08-30 Thread Scott González
Have you verified that the HTML you're trying to add is valid? On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote: > I have the same problem too ... I use jQuery 1.2.6. > > This script doesn't work on IE 6: > > > >         $(document).ready(function() { >                 $.ajax({ >        

[jQuery] Re: Jquery Problem in IE 6

2008-08-27 Thread Kusmayadi
I have the same problem too ... I use jQuery 1.2.6. This script doesn't work on IE 6: $(document).ready(function() { $.ajax({ type: "POST", url: "someurl.php", dataType: "html",