var numItems = $('.item').length;
Saturday, October 12, 2019
Get all text field value located in a specific class
$(".test .text-field").each(function() {
alert($(this).val());
});
Note : test and text-field is class of text field
Wednesday, October 2, 2019
Building a Video/Audio Chat Web App with WebRTC
https://web-engineering.info/node/57
https://github.com/dimircea/WebRTC
https://medium.com/@amirsanni/building-a-text-audio-and-video-chat-web-app-using-webrtc-and-ratchet-45863446e79a
https://github.com/amirsanni/Video-Call-App
https://subinsb.com/live-group-chat-with-php-jquery-websocket/
https://github.com/rdegges/chatapp
Subscribe to:
Posts (Atom)