Tagged Questions

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
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"> ...
0
votes
4answers
215 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
258 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
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
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 ...