Welcome Guest, Not a member yet? Register   Sign In
Problem in integrating jquery thickbox to call view pages on it
#6

[eluser]Zeeshan Rasool[/eluser]
Just find out these files and do it simple:

Code:
<link rel="stylesheet" type="text/css" href="/css/facebox.css" />    
script src="/js/jquery.js"> // include js file
script src="/js/facebox.js" // include js file

// js code
jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
})
// js code

And how you use this :

Code:
<a href="your_popup_view_path" rel="facebox">Login</a>
or
Code:
<a href="www.example.com/images/test.jpg" rel="facebox">Image</a>

Thats It Smile


Messages In This Thread
Problem in integrating jquery thickbox to call view pages on it - by El Forum - 04-13-2010, 02:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB