Hello all,
I've spent a good while trying to solve this on my own with no luck. The .blur jquery event I'm trying to use isn't firing and I can't figure out why.
My entire JS file:
And the snippet where its used:Code:$('#unitOneRent').blur(function() { alert('**** yeah!'); }); $(function() { $( "#datepicker" ).datepicker(); });
Any ideas?Code:<div class="fm-opt"> <label>Unit Name:</label> <input type="text" name="unitOne" /> <label>Current Rent (per Mnth):</label> <input id="unitOneRent" type="text" name="unitOneRent" /> </div>





Bookmarks