Web Development || Node JS, Angular, PHP

Pages

  • Home
  • About Us
  • Prtfolio
  • Motivational Quotes
  • Useful Links

Saturday, October 12, 2019

JQuery count number of divs with a certain class?


var numItems = $('.item').length;
Posted by Hanzala Subhani at 11:03 PM No comments:

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
Posted by Hanzala Subhani at 10:58 PM No comments:

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
Posted by Hanzala Subhani at 8:16 AM No comments:
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ►  2025 (2)
    • ►  May (2)
  • ►  2024 (3)
    • ►  January (3)
  • ►  2023 (2)
    • ►  July (2)
  • ►  2022 (2)
    • ►  June (1)
    • ►  May (1)
  • ►  2021 (6)
    • ►  April (2)
    • ►  February (2)
    • ►  January (2)
  • ►  2020 (1)
    • ►  January (1)
  • ▼  2019 (13)
    • ▼  October (3)
      • JQuery count number of divs with a certain class?
      • Get all text field value located in a specific class
      • Building a Video/Audio Chat Web App with WebRTC
    • ►  June (1)
    • ►  April (2)
    • ►  March (5)
    • ►  February (2)
  • ►  2016 (2)
    • ►  November (1)
    • ►  April (1)
  • ►  2012 (8)
    • ►  March (1)
    • ►  February (5)
    • ►  January (2)
  • ►  2011 (24)
    • ►  October (2)
    • ►  September (1)
    • ►  April (1)
    • ►  March (12)
    • ►  February (1)
    • ►  January (7)
  • ►  2010 (4)
    • ►  June (1)
    • ►  April (3)

Popular Posts

  • Make Tab Dynamically Active Using JQuery and PHP
  • Extract Email Address From Search URL ( Different Search Engine )in PHP
  • HOW TO: Setup Gmail for Hosted Domains
  • SIMPLE CRUD – CODEIGNITER
  • Full Stack Developer
Theme images by enot-poloskun. Powered by Blogger.