Just a month ago I released a huge project for “Is it kosher?” – web search app. And now it came time for Gluten free project. Here we go – web search engine for Gluten free products. Database contains more that 1 million products from different sources of information. It is possible to buy right… Continue reading Gluten free product web search engine
Tag: mobile
jQuery Mobile: dynamically add ajax data
I was looking for a method to add data to jQuery Mobile page by simultanious AJAX requests. The problem was that after adding, css was not applied to the html code. So, the solution was found and here is the code: <input type=”search” name=”search” id=”search” data-mini=”true” /> <ul id=”list” data-role=”listview” data-inset=”true” data-add-back-btn=”true” data-split-icon=”check”> </ul> and… Continue reading jQuery Mobile: dynamically add ajax data