This is a complex problem most people may face. I was working on a dynamic ad generation tool and I have to make an ad script. So that ad script was containing iframe. I was able to render that iframe successfully, but the requirement was passing a dynamic parameter to iframe and… read more →
Hi, In this article, I’m going to show how I faced that issue and make it work. I was working on a customer project and while implementing the bootstrap datetimepicker If found datetimepicker date was showing some weird date ending with the year 1899 instead of a current year. So I did… read more →
So as I was working on the javascript window.open, I have to override the title as it was taking the default url instead of the title. I did some research as I usually do and found a lot of ways to do this. It was working for a short while but when… read more →
So in this post I’m going to share another real experience with google map api v3. So I was working on google map api and I had a challenge to show the infowindow on marker hover. It wasn’t too difficult as google has great tutorial about all that. But the real challenge… read more →
So in the post I’m going to explain the another real word issue I faced while develop a application with google map and twitter bootstrap 3 tabs. So I have two tabs in my application one for picture and another for map. So the image was working fine, But when I click… read more →
I love jquery fullcalendar plugin. But sometime we need to do customizations as per our requirements. So I had a challenge to add a feature to copy last week events to next week on button click. I started work on this and created some logic to copy last week data and move… read more →
Hey friends, I was working on the mobile friendly forms for a paid work. But after the completion of work my client asked me to allow enter to new line in text area when press enter. But I tried jquery script code to put new line on press enter key on the… read more →
I worked a lot on the jquery data table. In one project I had a requirement to make the all rows of the jquery data table click able. So it wasn’t a tough task but I spend some time to make it working. So I decided to share my working code with… read more →
I used jquery full calendar in my one of project and I need to mark line through the past events of full calendar. I found some good ideas from the google, but I need to tweak that ideas and make it as per my requirements. I just added a css class to… read more →
I have used jquery datatable in all my applications. One of them I need to make a whole clickable, but did a lot of research and after spending couple of hours didn’t get proper solution. Then I just tweaked and it worked fine for me. I just added link to table tr… read more →