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

node.js - StackOverflow API not returning JSON -

python - Subclassed QStyledItemDelegate ignores Stylesheet -

php - Laravel 4.1 to Heroku: SQLSTATE[HY000] [2002] No such file or directory -