http://abrad45.com/sites/beta/

I have this almost working. When you drop the icons on the iMac
Screen, the pages are supposed to load in a new tab. I was doing this
by trying to have the action on "drop" click on a link on the page. I
have things pretty close, but then realized that .click() will not
work on actions which do not have .click() behaviors handled by
jQuery. I also tried .trigger('click') to no avail. Right now, the
drop function is working, but I removed the best functionality I had,
which was to have the sites open in the current tab (which defeats the
purpose in my mind).

Stated simply, is there a way to either:
1) Click a link on a page with jQuery, or
2) Open a link in a new tab.

Thanks.

Reply via email to