javascript - Open modal pop-up using custombox.js in Meteor -


How can I open a model pop-up using custombox .js plugin? It works well on my non-meteor page and now I do not seem to render it.

I think that in the custom box Jn's funnel prototype is because I get an undefined function error. I tried with it because it applies in a layout of the layout (feeds item, which in turn is a substate of the feed).

Code means opening a model pop-up with more information about a news post. HTML code for hyperlinks, where the model pop-up will open when clicked:

  & lt; A href = "# modal" class = "list-group-item" id = "flip" & gt; Read more & lt; / A & gt;   

and html to open in the form of a modal pop-up (there will be an event later onclick later):

  

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -