Re: [jQuery] Ajax Load, CSS Insert on Loading Gif and Fade Out

2009-11-10 Thread Nathan Bubna
Why not just use something like this: http://plugins.jquery.com/project/loading On Tue, Nov 10, 2009 at 5:37 AM, artesianwells wrote: > Hello, > > I would like to add css through jquery to make a loading gif appear. > Say in the css stylesheet itself, #vv is set without a width, so I was > hopin

[jQuery] Ajax Load, CSS Insert on Loading Gif and Fade Out

2009-11-10 Thread artesianwells
Hello, I would like to add css through jquery to make a loading gif appear. Say in the css stylesheet itself, #vv is set without a width, so I was hoping to put a width on the css loading gif background image in jquery to make it appear. If this is not possible to do in jquery, then a style:non al

[jQuery] AJAX load: scrolling

2009-10-04 Thread Dennis Madsen
I've created some jQuery which remove many tr rows from my table and inserts new via AJAX. This indicate that the page is scrolling because first the table increase after elements is removed and afterwards it grows when the new content is inserted. Is there a way to let jQuery update this table wi

[jQuery] Ajax load function - different php each time?

2009-09-25 Thread thodoris
I am developing a webpage that is jquery powered. Many div-hotspots in the page is ajax powered and they should update dynamically. For example number of ratings average rating number that a video is favoured Now i am doing this: $("#DIV1...").load(some1.php); $("#DIV2...").load(some2.php); $("#D

[jQuery] AJAX load()

2009-07-17 Thread Phil
Here i have a problem: I am uing the AJAX load() and use it like this $(document).ready(function(){ $('#load1').click(function(){ $('#Details').load('episodes.html .one'); }); $('#load2').click(function(){

[jQuery] Re: Jquery Ajax load function

2009-07-09 Thread nasionalem
Code --->> function test(){ $("#main").load("compare.do"); } Start Test

[jQuery] Jquery Ajax load function

2009-07-09 Thread merihsaka...@yahoo.com
Hi all I want to load some url without refreshing the page in my project. I am using jquery for it. It is working but just once. When I cliked it twice its not working. code is like that function test(){ $("#main").load("compare.do"); } Test in jquery

[jQuery] ajax .load() function appends a 0 to returned values

2009-06-28 Thread Peter
I just can't figure this one out, and it's got to be something silly, since I can't find anyone else having the problem. My code looks like this: $('#edit' .postcontent').load('admin-ajax.php', {'action':'qe- getpost'}); Everything works great - the returned value is loaded into .postcontent pe

[jQuery] ajax load

2009-06-27 Thread Peter Marino
hi, when I use the $(".main_view").load( "my.php" ); all my danish letters are rendered wrong. is there something I need to do in the my.php to make sure it shows the danish characters correctly? anyone? Peter -- Power Tumbling - http://www.powertumbling.dk OSG-Help - http://osghelp.com

[jQuery] Ajax load not working with IE

2009-01-18 Thread netcomp
Hi there, trying to load some asp pages w\using load and it works in FF and Chrome but not in IE (6 or 7). Is this a known problem or is there something up with my code? Thanx ahead of time $(document).ready(function() { $("#nouns").change(function() {

[jQuery] ajax load() error works intermittently [Interakt form]

2009-01-10 Thread cherry.aus...@gmail.com
Hi. I'm embarrassed about this, but determined to soldier on for a while! I'm using Interakt's old package, MX Kollection, for my contact form. I've pared it down, but don't fully understand the code it uses. I have experienced conflicts between the packaged javascript and jQuery on other sites,

[jQuery] Re: jQuery Ajax load problem

2008-11-13 Thread Tor Skogen
g if anyone has > experienced this problem? > > Thanks > Thanks > -- > View this message in context: > http://www.nabble.com/jQuery-Ajax-load-problem-tp20486998s27240p20486998.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > >

[jQuery] Re: jQuery Ajax load problem

2008-11-13 Thread Tor Skogen
ing in the .tablesorter table, including the thead and the tbody >> tags. >> >> I had it working with just jQuery, but with the inclusion of Prototype and >> Scriptaculous it doesn't seem to work right. Wondering if anyone has >> experienced this problem? >> &

[jQuery] Re: jQuery Ajax load problem

2008-11-13 Thread Shazzaam
nm, I think it's an issue with something inside the load method. -- View this message in context: http://www.nabble.com/jQuery-Ajax-load-problem-tp20486998s27240p20487325.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] jQuery Ajax load problem

2008-11-13 Thread Shazzaam
lusion of Prototype and Scriptaculous it doesn't seem to work right. Wondering if anyone has experienced this problem? Thanks Thanks -- View this message in context: http://www.nabble.com/jQuery-Ajax-load-problem-tp20486998s27240p20486998.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Ajax load callback not firing

2008-11-11 Thread Andy
Hey everyone- I'm trying to get the load function to work properly and I've been using this page as a reference: http://docs.jquery.com/Ajax/load#urldatacallback As far as I can tell, the URL I want it to hit is getting hit, but the callback function never fires. Any ideas?

[jQuery] Jquery Ajax load()

2008-11-10 Thread adwivedi
Hi, I am using the command, $("#divId").load('url'); my development is in J2EE(JSP). The problem is the content loaded by this command is not accessible to other jquery scripts. like if i have cascading dropdowns. the user selects first dropdown, based on its value the other dropdown gets loaded.

[jQuery] Ajax load() problems

2008-10-14 Thread Miroku
Hi guys, I'm having problems with the Ajax load() function. I use it one time and then I'm not able to use it anymore. I know there's a section for this in the FAQ but there it talks about links... I need to use that function with the onload event or in the body inside a javascript tag, so I don'

[jQuery] AJAX Load two external files into separate divs

2008-10-06 Thread morningovermidnight
I am trying to use AJAX to load two external files into separate divs. I have one file loading into one div with no problem. I am thinking that if I can just repeat this action with the other url for the other external file and chain the two together so that a click on ONE link will load TWO files

[jQuery] Ajax/load help with external javascripts

2008-10-04 Thread Steve
Hi, I'm a jQuery newbie. Basically, I'm trying to load an html file into a div when a button is clicked. The html file contains external .js and .css files for the Greybox widget. I can't get Greybox working, do I have to do something special to load the js and css before the load method? Apprecia

[jQuery] Ajax load to revealed content area.

2008-08-31 Thread TheOriginalH
I have the following code which nicely displays a list for me: $(document).ready(function() { $('dl> dd').hide(); //$('dl.menuleft> dd:gt(0)').hide(); use this if you want the first one to stay opened $('dl> dt').click(function() { if($(this).find("a").attr("href")){}else{ var $nextDT = $(th

[jQuery] ajax .load in old version (May 12 2006) how to upgrade

2008-07-10 Thread Guerrero
I've several pages working fine using ajax (load) from an old JQuery Version (May 12 2006). Now I try to upgrade to use version 1.2.6 but the ajax functions doesn't work. please anybody knows some about ajax(Load) changes? Thanks in advance.

[jQuery] AJAX Load posting script defined datas

2008-07-01 Thread PatrickPoncet
I'm a jquery beginer. I want to use the load function in a special way, the datas should be defined by th sript, depending on which part of my form I'm posting. My code is the following : $(".form_param").change(function(){ var param_val = $(this).val();

[jQuery] ajax load()

2008-06-08 Thread Rick Pasotto
I have a "quote" div that should return a random quote via ajax when it is clicked on. Some time ago I asked why I wasn't getting a new quote and how to force a new quote. The response was to add { nocache:Math.random() } to the load call. That has been working fine but now I'm trying to implem

[jQuery] Ajax load, and bad javascript

2008-05-15 Thread hubbs
I am using the jQuery ajax function using GET to load data into a div. Part of the page contains a WYSIWYG editor, which contains alot of javascript code. When I try to load that page, it starts to load it, but then basically refreshes the page, and just sits there and tries to load something.

[jQuery] Ajax Load Question

2008-05-12 Thread Chris
Hello, I am trying to create a dynamic daily calendar (see image http://img107.imageshack.us/img107/8425/picture7gv1.png) that when the user hits "next" or "last" the calendar will slide out/in to the next week of days. I have looked at this ajax load plugin (http:// www.andreacfm.com/index.cfm/j

[jQuery] Ajax .load() with Report Pagination

2008-04-10 Thread tfat
Hi, Really hoping someone can assist as if it's not possible then I will probably have to pull out my jQuery code. Basically using the following jQuery Ajax call, i.e: $ ("#links").load("/Main_Page #p-Getting-Started li"); from the following link http://docs.jquery.com/Ajax/load#urldatacallback

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2008-02-12 Thread jjyepez
I don't know if the problem you both guys are having has to do exactly with this, but this is what I suggest to you: Add the following line at the very top of your script <- the script you are requesting through AJAX. header('Content-Type: text/html; charset=windows-1252'); Use the right c

[jQuery] AJAX Load Image Puzzle

2008-01-28 Thread jerryji
Hi JQuery Gurus, I'm sure someone will find this question simple -- I am serving images dynamically in my HTML as that every time /images/next is accessed, it returns a new image as Content-Type: image/jpeg byte stream. This is fine until I wrap it in a block like and hoping to update it via A

[jQuery] AJAX Load Image Puzzle

2008-01-28 Thread jerryji
Hi JQuery Gurus, I'm serving images dynamically as where when /images/next is accessed my server side controller returns a new image as Content-Type: image/jpeg byte stream. This is all fine until I wrap it with and wish to use AJAX to update it. It seems that since the portion never changes,

[jQuery] ajax load, url variable question.

2008-01-20 Thread Mike Geise
I am using the ajax load method to populate a select list. $("#games").load("$siteRoot/file/ajaxgames.aspx", {criteria.Platform.PlatformID: $(this).val(), view: "normal"}); what I am wondering is how I can get jquery to work with the var "criteria.Platform.PlatformID" I am doing it this way so

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-12-18 Thread Brandnew
I have exactly the same problem... And didn't find yet an answer... I have all sort of crazy characters... The "é", "è" and all that stuffs, they make horrible things. Even if on my PHP page which I load, I put é or &eagrave; If someone can answer both of our problems, would be great ! On Oct 2

[jQuery] ajax load and javascript

2007-11-16 Thread george.gsgd
I'm loading the content of an external page via load but I don't want the script content, as it buggers up ie6 (it's a page with jquery included and that seems to cause problems). Is it possible to tell load not to run scripts on the HTML it loads? Thanks, George.

[jQuery] Ajax load() function + document.getElementById.value solved

2007-10-23 Thread Boyd
Hi all, this may not be a good codes but maybe a quick and dirty solution for those who met with the same problem like me. I am developing a photo section in my web app using jquery BUT I have a problem when trying to use the Ajax load() function to pass the new Photo Title to a my php file for

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
Dan, I have removed the HTML and body tags now, but unfortunately this doesn't seem to help. Any other ideas? -Original Message- One thing I noticed quickly is this page is a full HTML that includes and tags. If you're loading HTML fragments into a DIV, you shouldn't load a fully quali

[jQuery] Re: jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Dan G. Switzer, II
Jesse, >I have already spent hours and hours on the following problem. I am using >jQuery's AJAX load method in order to put a portlet in a DIV. The portlet >url is: >http://www.bam.nl/baminternet/baminternet/test/test_jQueryAjax/actueel.jsp >http://www.bam.nl/baminternet/baminternet/test/test_jQ

[jQuery] jQuery AJAX load and encoding/charset problems

2007-10-22 Thread Jesse Klaasse
dashes and so forth. I have tried to remove and put charset specifications everywhere, but nothing seems to help. Does anyone have a suggestion how to fix this? Thank you all very much in advance! Kind regards, Jesse Klaasse -- View this message in context: http://www.nabble.com/jQuery-AJAX-

[jQuery] Ajax/load doesn't load Google Ads?

2007-10-19 Thread Trans
Hi-- I am using AJAX to load a sidebar into my page: $('#side').load('side.html') It loads fine except for the the Google Ad code that is in side.html: