From b0199c9007a6fcb78955e090cc9c85e284a402df Mon Sep 17 00:00:00 2001 From: EddieWen-Taiwan Date: Fri, 4 Mar 2016 14:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=CE=B5=3D=CE=B5=3D=CE=B5=3D=CE=B5=3D=CE=B5=3D?= =?UTF-8?q?=CE=B5=3D=E2=94=8C(;=EF=BF=A3=E2=97=87=EF=BF=A3)=E2=94=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7088c1b..0f7da5c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ You could control them with classname `fw_column` & `fw_grid`. ### Replace `fallwall_#N` -Please prepare your data like this array: +Prepare your data like this array: ~~~javascript var fallwall_data = [ @@ -154,7 +154,8 @@ $('#element').loadMoreFw( function() { `addFwGrid( data, callback ){}` -Directly append a new grid at the top, but you have to give a new data in Object, it doesn't use the old data you gave. +Directly append a new grid at the top. +But you have to give a new data in Object, it doesn't use the old data you gave. Example: