jQuery Tiles Gallery is a gorgeus way to immediately present all your pictures, the visitors of your web site can see all the pictures at a glance, like no other gallery or slider can do! And now It ‘s free one on codecanyon this month. You can check the demo URL here http://tiles-gallery.com/ Read More »
Tag Archives: javascript
Full width 100% for youtube video iframe
Today I will share you the issue what take me entire of day to solve about Full width 100% for youtube video iframe. Hope it will save your time. If you meet this issue, I believe it just take you 5 minutes to finish the task. Read More »
Lock orientation to portrait layout in mobile web by js
Have you ever become crazy with orientation change? If yes then you are in the same issue with me some days ago. But I figured out the solution so that I share you here to save your time and my time if I want to use it later. Let ‘s lock orientation to portrait layout in mobile web by js ... Read More »
jQuery Mobile update popup layout after content change
Recently we have a wordpress project with jQuery Mobile is the core framework to build the client theme. I meet the problem with popup with content change, so in the first popup show we only have the limited content text but then the content need to show ‘s much more than the first show, and the layout become too bad. Read More »
How to get Current URL in Javascript?
When develop a wordpress plugin or work in wordpress theme, I usually meet the problem with getting URL in javascript code. The problem come is I want to get current URL of current page because not all situation we can pass the current URL from PHP code. That ‘s why I decide to share this tips to you to save ... Read More »