House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / JQuery

: Re: Reload div in jQuery

Author:
Joshua Rowe
01/28/2010 10:24 AM

Yes!  This is exactly what I was looking for.  Thank you all for your help! :) specify the div you want to load after the page and if you need any db interaction the call it within the div you are loading $('#dealerTable').load('index.cfm #dealerTable'); >Reloading the div with the same URL will load everything within the whole >page inside the div.  The content outside the div  (in this case) does not >need to be reloaded.  Only the content inside the  div needs to be >reloaded. > >Um, why not just use load with the same url? > > >example.  I don't want to reload the div with content from another page >like the following: $("#myDiv").load("pageName.cfm"); >> >>


Search jquery

February 12, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29