Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
2k views

jQuery difference between live() and ready()?

What is the exact difference between live() and ready()? Edit: found that die() is the opposite of live()
2
votes
4answers
505 views

BufferedReader never ready (Socket programming in Java)

I have socket already declared socket like this: serverAddr = InetAddress.getByName(this.ip); socket = new Socket(serverAddr, port); out = new PrintWriter(new BufferedWriter(new ...
2
votes
4answers
972 views

How to check if javascript function is ready/done (jQuery)

I am working on a learning planer, which gets its data (languagekeys, tasks, activities,..) from a database. As I need a json string I encode it with json_encode to work with it in javascript. I have ...
2
votes
2answers
161 views

How to interpret full programs in Ready Lisp?

I've just downloaded Ready Lisp and am playing around with the REPL. What I want to know is, how do I write a long program, interpret it and get the output? Sort of like what PLT Scheme has. I'd like ...
2
votes
3answers
192 views

How to only fade content once it is ready in Jquery?

I've seen examples for load() and ready(), but they always seem to apply to the window or document body, or a div or img or something like that. I have a hover() function, and when you hover over it, ...
2
votes
3answers
64 views

Is there a NotReadyFunction in jQuery?

Is it possible to check if the document is not ready and execute a function periodically in jQuery? Simply I would like to achieve something like : $('document').isNotReady(function(){ ...
2
votes
3answers
937 views

$(document).ready() timeout for images

When using jQuery you wait for the DOM to be ready before you start doing stuff. My problem is with images. Sometimes images take ages to load, and quite frequently not at all. So I want ready() to ...
1
vote
0answers
47 views

.ready fires too soon in iframe when sharing jQuery instance

I am wanting to avoid loading a seperate instance of jQuery in each of many iframes. For the most part this is working well. The problem I'm having is with the ready event. It does not seem to work ...
1
vote
6answers
70 views

jQuery document ready functions

what are the differences (if any) for the following jQuery document ready functions: $("document").ready(function() {}); and $(function() {});
1
vote
2answers
76 views

jQuery combine .ready and .resize

Some (well, nearly all) of my code that is in my jQuery .ready function also applies when the window is resized, as it's layout work. However, since it's the same code, how could I "combine" the two ...
1
vote
5answers
75 views

i feel confused with jquery's load

with jquery,how can i do something just after the dom loaded,i write like this: <script> $("#google").load(function() { alert('ok'); }); </script> <img ...
1
vote
1answer
190 views

Multiple $(document).ready(function(){})

Hi Ehsan Here I have recently started workin in jquery. and now when i am working on an project where i am using ajax function and loading the same library(i have written) again and again. and due to ...
1
vote
2answers
79 views

ajax script works only for the first row when page is refreshed

I have a problem my script. It purpose is to display some values in fields depending on value from dropdown select. When I fire other scripts that are adding or removing new rows into the form with ...
1
vote
1answer
93 views

How do I ensure that Google Analytics is loaded before calling it's functions?

After reading a blog post, I got the idea to add safety code to ensure that the Google Analytics objects are fully loaded before calling it's functions. Typicle Google Analytics code goes something ...
1
vote
2answers
597 views

$(document).ready(function() {…}) runs before plugin script loads

I'm getting a JS error because my $(function () {...}) handler is being fired seemingly before the prerequisite plugin script is loaded. Only happens in IE (testing in IE7). I have some HTML in my ...
1
vote
1answer
227 views

jquery : how to test for Ready when document is in a FRAME and it contains a large image with an image-map?

I am encountering problems which I believe to be related to the document (inside a FRAME) not being quite ready to go, and would like to know what the best practices are for testing for "ready" using ...
1
vote
3answers
82 views

What is wrong with these jquery statements?

I cant able to get this jquery statement to work on page load but it works once when i refresh F5 the page..... <div id="ResultsDiv"> </div> <div id="pager" class="pager"> ...
1
vote
6answers
2k views

jQuery ready event not fired on partial page load

Here's the situ: A page which contains html and using the jQuery libray and tabs jQuery UI plugin loads another page when some tab is clicked. The problem is that when the page/html is ...
1
vote
2answers
4k views

MooTools: domready vs load

With which will function(){} fire first? A) window.addEvent('domready', function(){}); B) window.addEvent('load', function(){});
0
votes
3answers
40 views

slideDown div after the DOM is ready.(jquery)

basically I am looking for a way to slideDown a div in jquery after the page has loaded. I've found few ways how to do it with a click button like this but less luck in finding a solution to load it ...
0
votes
3answers
38 views

JQuery ready function doesn't load what I want

I'm trying to make sure that my JQuery ready function is working. In the long run, I want to be able to load an image once the page loads, but for now, I am trying it merely with text, and it is not ...
0
votes
2answers
53 views

Jquery document ready function, after load function

I have loaded in a form via jQuery. As a consequence the $(document).ready(function() that was applied to it no longer functions. How do we reestablish the function to the form after it has loaded in. ...
0
votes
5answers
80 views

How to check if page has FULLY loaded(scripts and all)?

I know, there are lots of answered questions about it here. My situation is a bit different, though, and I couldn't find an answer yet. I'm trying to show a message after the page has fully loaded. ...
0
votes
1answer
61 views

jquery offset and images

im trying to position a div relative to an image element. problem is, the image takes a while to load, and i am getting the offset coordinates of the image's alt text. im using the jquery's offset ...
0
votes
1answer
165 views

Can someone provides a vimeo simple api working example (using the standard embed object, not froogaloop)?

Vimeo docs are quite poor. I cannot get the simple api ready event fired. I studied the docs, but their not clear. I posted in forums, but answers are not clear. If I use a normal embed tag (in this ...
0
votes
1answer
32 views

Calculating Variables from Variables from ids

The following code placed in document.ready() finds every .scrollable div and creates a variable giving each panel an id and activating a scrolling script. var orderit = 0; var scrolls = {}; ...
0
votes
3answers
98 views

Jquery - live ready

I need to use the function live on the document ready. I tried this code: (This does not work correctly.) Thanks for the advice. $(document).live('ready', function() { $(".icons").contextMenu( ...
0
votes
2answers
247 views

what is wrong with this jquery delegate code?

function onBodyLoad() { document.addEventListener("deviceready",onDeviceReady,false); //for testing in safari only, comment out for deploy to iphone with phonegap ...
0
votes
1answer
45 views

Replacement in 1.9 for Socket's ready? method

For some time I have been using an old Ruby distribution (I think it was 1.8.6) on which I coded with the socket library. The old library had a method called ready?, which checked whether there was ...
0
votes
5answers
391 views

jQuery .ready() for infopath form?

I have an infopath form that I want to modify via jQuery. The only problem is that it loads after the pages DOM loads, so jQuery's standard $(document).ready(handler); won't work here. My question is ...
0
votes
2answers
100 views

Pause jQuery ready events until multiple HTML DOM updates are finished

I am using jQuery to make AJAX submits and receive JSON replies containing multiple DOM IDs and corresponding HTML fragments that I need to update. Thus, I do multiple jQuery.html calls like ...
0
votes
4answers
213 views

jquery binding events to dynamically loaded html elements

using jquery we can attach event handlers to the elements present in page, this is done inside document.ready() function. Now my difficulty is i have some elements like links etc loaded later (using ...
0
votes
1answer
109 views

Executing JS before whole DOM is ready

Ok, I made 2 posts about this but somehow I can't get it into my little mind. So I concluded that if we have something like this: <script type="text/javascript" ...
0
votes
1answer
257 views

JQuery on document ready after load second document

I have web page in which one part is changed dynamically (clock on menu item). I use JQuery in both pages - main - and dynamic and use function on document ready. I cannot use use only in main webpage ...
0
votes
5answers
92 views

What triggers the jQuery ready() function?

I'm really confused now, I thought jQuery(document).ready(function(){ ... }) was triggered when the page ends to load all the stuff in. Well it doesn't look like that though, I was just experiencing ...
0
votes
4answers
97 views

jQuery do something when an own function is ready

I'd like to priorize my functions. $(document).ready(function(){ drawMap(); on showLinks() ready do drawChart(); }); How can i do this with jQuery? Thanks, Répás
0
votes
1answer
28 views

Why not use a full list of runnable threads, as opposed to just threads that are runnable but not running?

I'm considering the concepts behind multiprocessing, and I'm trying to come up with some reason why a ready list is used that contains all runnable threads that aren't running, as opposed to a list of ...
0
votes
3answers
77 views

Jquery ready dom

i got a kind of issue of JQuery ( i started few times ago), i have a very BIG html page, and i have a widget at the start of this page, but i did a document.ready so it's waiting that all my page is ...
0
votes
0answers
122 views

Simple SQL Server user's front end with basic functionality

I need to create something to browse SQL Server tables and allow editing and searching... I guess something like this can be very generic so was hoping if anyone knows about any plug and play ...
0
votes
2answers
1k views

jQuery: recieve document ready() on child window

Hey, I'm trying to get notified when the child window I'm opening has its document loaded and ready. This doesn't seem to work: win = window.open(href, 'test', 'width=300, height=400'); win.focus(); ...
0
votes
1answer
216 views

How to execute functions inside jquery document ready function closure, from a global context

I want to execute a function that is inside the jquery document ready closure. But I want to execute it from a global context. e.g. $("document").ready(function () { function myFunction() { ...
0
votes
3answers
113 views

jQuery ready() in asp.net mvc2 only fires on first visit

<script type="text/javascript"> $(document).ready(function() { alert("Hello jQuery."); }); </script> This works the first time I request /Home/Index, but if I ...
0
votes
2answers
255 views

Doing a .post on multiple objects in Jquery on ready

Right now, what i'm trying to do is display some lists on a page and pull out that information from the server using Jquery. The code looks like: <div class="list" name="category1" /> <div ...
0
votes
1answer
2k views

Where put SWFObject in JQuery

I have 2 javascripts in my head section. Now I want to place the embedSWF function inside the first script. Only I am not sure where.. <!-- JQUERY Functions --> <script ...
0
votes
1answer
96 views

jquery hiding works in .live and fails in .ready

Both of the below functions (which are identical except for when they should run) are in $(document).ready. The .live version works as expected, hiding 2 divs when the selector is checked and showing ...
0
votes
3answers
3k views

javascript Document ready firefox (jQuery)

In FireFox I have this jQuery at the end of the body: $(document).ready(function() { $.getScript('LiveMapsJavascriptProvider.aspx?type=reference&value=6', init); }); There are a lot of js ...
0
votes
2answers
106 views

ready event on a posted form

I have a form in an iframe, when this form is posted a file is returned to the user (based on the form information). This file is returned using content-disposition:attachment so that only a file save ...
-1
votes
0answers
23 views

Best Community Fourms With Chat on ASP.Net? [closed]

I am currently searching for best ASP.Net C# implemented Community Module that include (Forums, chat, belongs). i searched the net and the only thing i could found was YAF.net which is an open source ...