Support the ongoing development of Laravel.io →
posted 10 years ago
Blade
Last updated 1 year ago.
0

you can use the $('#carlistdiv').GET or $('#carlistdiv').load

$('#carlistdiv').load("/car/list");

OR

$.ajax({
		type		: "GET",
		url		: "/car/list",
		data		: { any },
		cache		: false,	
		success		: function(html) {					
						$("#carlistdiv").html(html).show('slow');
					} //end function
});//close ajax
Last updated 1 year ago.
0

Perfect. Thanks!

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

neon5 neon5 Joined 21 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.