manusharma1
manusharma1
Hi, I am using bootstrap confirmation in Meteor.JS App Here is my code: **HTML** There is a loop which fetch the data from DB ``` {{#each FetchRecords}} {{name}} {{order_id}} Delete...
Hi @themeteorchef I am able to submit form if I give some space by pressing keyborad spacebar, How to resolve this issue? I have mentioned required in the rules. Thanks...
I am using this package to render data from one collection, I have also tried collection helpers, but failed to join 2 collections, Can you give some simple example which...
Hi @aldeed , I am trying to implement the inline editor using Jeditable via fnDrawCallback, below is my code I am able to get the edit mode and value but...
Hi All, I am using Meteor CollectionFS in one of my projects, When I Use Image Uploads the thumbnails are getting generated. Is it possible to create thumbnails for Videos...