Hey guys!
I need to dynamically load result from query. Not all at the time, but by portions (like person scrolls down and they dynamically load).
By now I add them all and then manipulate them with jQuery, but it makes final html code too large.
Is there any other way to load results?

Recommended Answers

All 4 Replies

You can use jQuery to make server calls and retrieve the information in parts.

Member Avatar for diafol

perhaps if you show your code?

You can use jQuery to make server calls and retrieve the information in parts.

Oh yeah, i just found solution with json.
Thanks, problem solved : )

Member Avatar for diafol

Mark it solved, please.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.