Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Javascript And PHP Ajax
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CosmoPeak" data-source="post: 412368" data-attributes="member: 68352"><p>If it were me, I'd format the data as JSON on the server and parse it using JS when it's received (look up JSON.parse). Then populate the elements on the page with the relevant data. To show the modal (if it's not bootstrap/anything and just CSS) you can just do something like $('#myModal').show() or $('#myModal').fadeIn();</p></blockquote><p></p>
[QUOTE="CosmoPeak, post: 412368, member: 68352"] If it were me, I'd format the data as JSON on the server and parse it using JS when it's received (look up JSON.parse). Then populate the elements on the page with the relevant data. To show the modal (if it's not bootstrap/anything and just CSS) you can just do something like $('#myModal').show() or $('#myModal').fadeIn(); [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Javascript And PHP Ajax
Top