Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
How to do the same thing with Laravel?
Sir can you do a codeigniter form_validation + ajax submit.
sir you did not tell us how to upload videos and how to display on webpage in php please make a tutorial on it .
Hello sir,can u please make a WordPress Tutorial for beginners?1. static HTML to dynamic WordPress.2. static HTML template to E-Commerce Website.3. static WordPress theme to dynamic WordPress.Thanks in Advance
not working in mobile...
please show us how to make a email checker website using smtp please please
Sir I contacted you two times through mail id, you are not giving any response. I think it's a waste of time to subscribe and trying to contact
Thank you!
Please create a tutorial like this using laravel framework tia
thank you
add to cart paypal integration strip integration in codeigniter using ajax and jquery
jQuery in 2k19 haha
scroll not smooth
i have updated JS code now it's working fine$('body').on('touchmove', onScroll); $(window).on('scroll', onScroll); function onScroll(){ if($(window).scrollTop() + $(window).height() > $("#load_data").height() && action == 'inactive') { lazzy_loader(limit); action = 'active'; start = start + limit; setTimeout(function(){ load_data(limit, start); }, 1000); } };
How to do the same thing with Laravel?
Sir can you do a codeigniter form_validation + ajax submit.
sir you did not tell us how to upload videos and how to display on webpage in php please make a tutorial on it .
Hello sir,
can u please make a WordPress Tutorial for beginners?
1. static HTML to dynamic WordPress.
2. static HTML template to E-Commerce Website.
3. static WordPress theme to dynamic WordPress.
Thanks in Advance
not working in mobile...
please show us how to make a email checker website using smtp please please
Sir I contacted you two times through mail id, you are not giving any response. I think it's a waste of time to subscribe and trying to contact
Thank you!
Please create a tutorial like this using laravel framework tia
thank you
add to cart paypal integration strip integration in codeigniter using ajax and jquery
jQuery in 2k19 haha
scroll not smooth
i have updated JS code now it's working fine
$('body').on('touchmove', onScroll);
$(window).on('scroll', onScroll);
function onScroll(){
if($(window).scrollTop() + $(window).height() > $("#load_data").height() && action == 'inactive')
{
lazzy_loader(limit);
action = 'active';
start = start + limit;
setTimeout(function(){
load_data(limit, start);
}, 1000);
}
};