Closed Bug 790751 Opened 13 years ago Closed 13 years ago

Problem on Firefox 15+ with event live

Categories

(Firefox :: Untriaged, defect)

15 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: jesuskateadio, Unassigned)

Details

(Keywords: js1.7)

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1 Build ID: 20120907231835 Steps to reproduce: Hi, First of all, sorry for my english, because is not perfect. This is my first time writing on this forum; the problem I've seen is that, on firefox 15+ the event live combined with ('change', function...) is not working... Here is the code that doesn't works for me: $('#Person\\[licence\\]').live('change', function(){ if($(this).val() != ''){ var a = $(this).val(); $('#div').load('../ajax/detail_validation.php?ac=person&lic=' + a); } }); Actual results: When i focus on field Person.licence, write some data and then tab, this doesn't work, does nothing. I have to change the event ('change',...) trying with 'blur' or 'focusout' and problem solved. This is a bug of jquery or firefox 15+? My version of jquery is 1.8.1 and Firefox 15.0.1 Expected results: Have to send an ajax to my server and get a response
Keywords: js1.7
Whiteboard: Problem on Firefox 15+ with event live
Could you attach a minimal testcase, please. (simple html file)
Whiteboard: Problem on Firefox 15+ with event live
(In reply to Loic from comment #1) > Could you attach a minimal testcase, please. (simple html file) My Apologies, the error was mine, i had some conflicts in the code ! Problem Solved !
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.