I am currently setting up a projects page with a series of links to project images, these im开发者_Python百科ages are loaded in using jquery load at the moment. However if I click a link then click a
Im working with a search flight API and I would like to set few settings when the API is loaded. Here is how the API is loaded:
I have something开发者_高级运维 like the following: $.ajax({ url: \"info.html?\" + $(this).attr(\'id\'),
I for this function to load an external page. Page URL grab from DIV id. $(\".contentArea\").load($(\'.contentArea\').attr(\'id\'), function(){
I have PHP file named \"content.php\" prepared for both kind of requests, just as an example: <?php
I have the following code in my page, which works fine on all browsers (even on IE9), but not on IE7 and IE8:
I have this function: $(\".delete\").live(\'click\', function() { var commentContainer = $(this).parent();
I\'m using jquery .load() to load some ex开发者_开发技巧ternal(but within same domain) resourses into the page.
I tried this code (it works but when we click 3-4 times, my browser frezzes, maybe due to huge variables):
I know this is a well known problem, however the other posts did not help much. So I have two pages \"A\" and \"B\". On page \"A\" I am refreshing the options in a select field with a jquery ajax load