how can i get facebox to fire within a viewhttp://forums.asp.net/t/1804476.aspx/1?how+can+i+get+facebox+to+fire+within+a+viewFri, 18 May 2012 08:18:41 -040018044764984256http://forums.asp.net/p/1804476/4984256.aspx/1?how+can+i+get+facebox+to+fire+within+a+viewhow can i get facebox to fire within a view <p>Hi</p> <p>I have a view where i have a button which when clicked needs to display the facebox dialog.</p> <p>But it just not seem to work. All my js and css files are being referenced in the _layouts. page.</p> <p>Is there something i am missing?</p> <p>my code is simple</p> <p></p> <pre class="prettyprint">&lt;p&gt; &lt;a href=&quot;#info&quot; rel=&quot;facebox&quot;&gt;View the 'info' div in the Facebox&lt;/a&gt; &lt;/p&gt; &lt;div id=&quot;info&quot; style=&quot;display:none;&quot;&gt; &lt;p&gt; Hey, I'm the 'info' div! &lt;/p&gt; &lt;p&gt; I look like this: &lt;/p&gt; &lt;code&gt; &amp;lt;div id=&quot;info&quot; style=&quot;display:none;&quot;&amp;gt; &lt;br/&gt; &amp;nbsp;&amp;nbsp;text&lt;br/&gt; &amp;lt;/div&amp;gt; &lt;/code&gt; &lt;/div&gt; &lt;script type=&quot;text/javascript&quot;&gt; jQuery(document).ready(function ($) { $('a[rel*=facebox]').facebox() }); &lt;/script&gt;</pre> <p><br> <br> </p> <p></p> 2012-05-16T21:17:05-04:004984268http://forums.asp.net/p/1804476/4984268.aspx/1?Re+how+can+i+get+facebox+to+fire+within+a+viewRe: how can i get facebox to fire within a view <p></p> <blockquote><span class="icon-blockquote"></span> <h4>tejp</h4> <p></p> <pre class="prettyprint">$('a[rel*=facebox]').facebox()</pre> <p></p> </blockquote> <p></p> <p>Where did you get the</p> <p>facebox</p> <p>function?</p> <p></p> 2012-05-16T21:27:01-04:004984755http://forums.asp.net/p/1804476/4984755.aspx/1?Re+how+can+i+get+facebox+to+fire+within+a+viewRe: how can i get facebox to fire within a view <p>Hi</p> <p>That was from the facebox website as i wanted it basically to fire so thoguht would start by using the example code</p> <p></p> 2012-05-17T07:46:10-04:004986631http://forums.asp.net/p/1804476/4986631.aspx/1?Re+how+can+i+get+facebox+to+fire+within+a+viewRe: how can i get facebox to fire within a view <p>Since facebox is third-party plugin, I suggest you post this question to their forum, you may get someone's help from there.</p> <p>Regards</p> 2012-05-18T08:18:41-04:00