jquery - Frames at the center of a page -
i need put 2 separate frames @ center of page (see this). first frame (left) file tree displayed , second frame search results appear. in pic, put 2 separate divs overflow: scroll
style. purpose why switching frames not want file tree refresh , disappear whenever click submit button (see this). can please me? appreciate it. thanks. :)
you can use iframes inside divs, if wish. lets put frames wherever want.
one way works stick current system, on 1 page, , use jquery $('#dir_area').load('thispage #dir_area', {dirname: 'dir_to_load'})
(something that) load part ("fragment") of new page want refresh. see: https://api.jquery.com/load/
Comments
Post a Comment