I have similiar problem :

http://stackoverflow.com/questions/696220/jquery-portlet-and-dialog-box-problem

but i assign the link using

$("#maincontent .column .portlet-header  .ui-icon-wrench").click
(function() {
 ....
  ...
 dialog.open()
}

You can see the complete code on the above url.

Thanks!

On Mar 17, 6:22 pm, "black.horizons" <[email protected]> wrote:
> Found the solution:
>
> I was trying to assign the JQuery to more than one link with the same
> id, i changed id to class and changed the JQuery from "#linkid" to
> ".linkclass"
>
> On Mar 16, 1:29 am, Scott González <[email protected]> wrote:
>
> > Can you provide a page showing the problem?
>
> > On Mar 12, 9:50 am, "black.horizons" <[email protected]> wrote:
>
> > > i've got a dialog link on my page, but it occurs more than once. the
> > > first link on every page works, but then the next links "break" and
> > > redirect the page to "page.html#"
>
> > > is there anyway to bind the dialog open function to more than one link?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to