Closed (fixed)
Project:
LivePerson LiveChat + Messaging Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Sep 2011 at 03:40 UTC
Updated:
28 Feb 2012 at 19:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
firebus commentedvery simple. but maybe i'm missing something and there's another reason for/way to resolve this problem...
Comment #2
nicholas.alipaz commentedMaybe this is related to this bug: http://www.google.com/search?channel=fs&q=jquery+attr+onclick&ie=utf-8&o...
I think we should explore better method than "onclick". $(this).click(); perhaps?
Comment #3
firebus commentediirc, i had some trouble with .click(). i'll do some cross-browser testing with various strategies and will see what i get/post code in case i'm doing something dumb :)
thanks as always for the feedback!
Comment #4
firebus commentedokay, here's a version that uses jQuery.click(); correctly, i think...
Comment #5
firebus commentedComment #6
nicholas.alipaz commentedCommitted to dev of both branches.