Here is a demo for custom checkbox using rivets -
http://jsfiddle.net/nsisodiya/6q6xL/
I need you to review it and correct if there is any problem in the code !!
Rivets can can useful to create new custom tag/attribute library !!
something like
<div ui-popup="true" ></div> will open div in popup or window style,
<div ui-zenmode="true" ></div> will open div in zen style editing popup,
I have one more question !
in my code, this code is working --
Here is a demo for custom checkbox using rivets - http://jsfiddle.net/nsisodiya/6q6xL/ I need you to review it and correct if there is any problem in the code !!
Rivets can can useful to create new custom tag/attribute library !! something like
<div ui-popup="true" ></div>
will open div in popup or window style,<div ui-zenmode="true" ></div>
will open div in zen style editing popup,I have one more question ! in my code, this code is working --
but when i change it to
this code is not working !!
In rivets.js, I have see the code like
So, if the value of keypath is "data.status" then it will not give correct property, as OBJ["data"]["status"] is not equal to OBJ["data.status"]