Pull dynamic content from jQuery load div iframe -


how can pull dynamic content page's div of same domain using jquery load function

$(document).ready(function(){     $( "#bres" ).load( "http://www.mydomain.com/front-desk #b_col" ); });  <div id="bres"></div> 

http://www.mydomain.com/front-desk page

this not working, there anyway how can achieve this? tried few years ago worked not not working.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -