If you guys need to change slot duration like 15min, 30min, 45 mitutes or 1 hour on axis times of your full calender than we can do it using slotDuration, slotLabelInterval and slotMinutes. also you need to make selected times slot should 30min or 15min by mouse click then we can do it using snapDuration in fullcalender jquery plugin. Actually, right now i was working on my laravel 5.7 app and i .....
In this article, i will explain you to how to get selected date from bootstrap datepicker using on change event. When ever you are working on using bootstrap project and you require to use datepicker then we always go to implement bootstrap datepicker js. it is very simple to use and we can simply customize it like change date format, you can give start date, disable some date etc. Sometime, we.....
In todays, jquery is a more popular and mostly use in every web application. same as for laravel. So if you are planing to create form validation using jquery in your laravel application then you are a right place. Yes, in this tutorial i will let you know how to create jquery form vvalidation using jquery.validate plugin in your laravel 5.6 application. So, you have to just follow few step and .....
A few days ago i was working on my php laravel 5.6 new project. i exactly remember i was working on user profile page and i need to add image upload on my user profile page. but i know image uploading is simple with laravel 5.6, but i also need to add crop and preview image before save image in folder. I was thinking how can i do it easily, i decide to do with my own jquery but after write some c.....
a few days ago I was working on my PHP laravel project with x-editable js. actually, I can say x-editable is amazing. everything was working fine with pk and value parameter. but I also need to add another custom parameters. I set with an attribute but can't get of ajax file. So I was confused with that. I search on google and found solution of my problem. we can also add another parameter with d.....
ajax is an important part in web development. here i will share with you to upload multiple images with preview using bootstrap-fileinput in PHP. this tutorial covers steps to upload multiple images with preview and also upload with process so you can see how much is left. Bootstrap fileinput is a bootstrap plugin. bootstrap-fileinput provide us to upload multiple images or file using dropzone js.....
Hi Developer, In this tutorial, i will let you know how to save data using ajax request with X-editable bootstrap plugin in laravel 5 application. you can simple call ajax request with z-editable bootstrap and update data using ajax request. I was thinking to share something new thing with laravel 5 application and i used before X-editable bootstrap plugin. it's amazing for ajax. really nice layo.....
Hi Friends, You add star rating system in your laravel 5 application by using Laravel Rateable composer package with bootstrap-star-rating jquery plugin for review. Here in this article i will explain how to implement star rating system in your php laravel framework project step by step tutorial. We always would like to see our website or product popularity. If you see in there are many website, .....
In this article, i wanted to share with you simple example of bootstrap sort table column using bootstrap-sortable plugin. We may sometime need to add sorting a-z or z-a means asc or desc order of table column. At that moment we can also use bootstrap plugin for that. So here i will show you simple example of bootstrap-sortable plugin and you can see how it easy. bootstrap-sortable plugin provi.....
If you are planing to implement drag and drop multiple images upload using ajax in your laravel 5.5 application then you a right place. Here i will let you know how to upload multiple images upload using ajax. If you think drag and drop images upload with ajax and it is easy then you are wrong. It is not easy to make drag and drop image upload. But if you are doing it using dropzone js then it's .....