kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

On mobile #217

Open Nornatt opened 8 years ago

Nornatt commented 8 years ago

Can't Click item in Block

My code...

<div class='cell' style='width:" & dr("BaseItem").ToString() & "px; height: " & dr("BaseItem").ToString() &
                "px;' data-id='" & dr("MenuID").ToString() & "' Title='" & Desc & "' Onclick='" & OnClick & "'>" &
            "<div class='widget-item " & normalsize & "' Title='" & Desc & "' ><img src=" & dr("MenuIcon").ToString() & " Onclick='" & OnClick &
            "' /></div><div class='widget-number'></div>" &
            "<div class='p' Title='" & Desc & "' Onclick='" & OnClick & "' >" & Desc & "</div></div>

i use ... Freewall.js // created by Minh Nguyen; // version 1.05;

Thank you so much.

kombai commented 8 years ago

Hi, Think your HTML code got some wrong. Could you give the link for check please ? Thanks