Skip to content

Tag: html

WebRTC issue when using RecordRTC

We use the RecordRTC library to record user audio to our system. But an user got this error: Uncaught sample-rate must be under range 22050 and 96000 And I’m not sure what does it mean, as far as I could find on google it has something to do with his hardware (mic or headphone). Is that correct? There&#…

How to check if input file is empty in jQuery

Brand new to JS. I am trying to check if the file input element is empty when submitting the form with jQuery/JavaScript. I have gone through a bunch of solutions and nothing is working for me. I am trying to avoid the /c/fakepath (unless there is no other option) This does not work: The only way I can get th…

Get first column text from table on onclick function

I’m trying this, but can’t make it happen. I am trying to get the first column text. First column text contains the room Number. Here is what I have done so far: I used onclick=”showDetails(e)” on a tag, then I defined function on page: I get this error on Firebug: I also tried without…