Espruino setinterval jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    129 espruino setinterval jobs found

    ...0"> <title>Live Updates</title> <script> function fetchUpdates() { fetch('/get-updates') .then(response => ()) .then(data => { // Update the DOM with the received data (data); // Display the updates in your desired format }); } setInterval(fetchUpdates, 1000); // Fetch updates every second </script> </head> <body> <h1>Live Excel Updates</h1> <div id="updates"></div> </body> </html> Step 4: Deployment • Choose a hosting service that supports Python applications, such as: o Heroku: Free tier available, easy t...

    $23 Average bid
    $23 Avg Bid
    9 bids

    ...0"> <title>Live Updates</title> <script> function fetchUpdates() { fetch('/get-updates') .then(response => ()) .then(data => { // Update the DOM with the received data (data); // Display the updates in your desired format }); } setInterval(fetchUpdates, 1000); // Fetch updates every second </script> </head> <body> <h1>Live Excel Updates</h1> <div id="updates"></div> </body> </html> Step 4: Deployment • Choose a hosting service that supports Python applications, such as: o Heroku: Free tier available, easy t...

    $31 Average bid
    $31 Avg Bid
    9 bids

    ...expirationDate = new Date("2024-03-14T22:09:00-10:00").getTime(); // Hawaii time zone: GMT-10 // Set the initial discount percentage let discountPercentage = 30; const timerElement = ('timer'); const headlineElement = ('.ad-container h2:nth-child(2)'); // Second h2 element // Update the countdown every second const timerInterval = setInterval(function() { const now = new Date().getTime(); const distance = expirationDate - now; // Calculate days, hours, minutes, and seconds const days = (distance / (1000 * 60 * 60 * 24)); const hours = ((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = ((distance % (1000 * 60 * 60)) / (1000 * 60));

    $41 Average bid
    $41 Avg Bid
    77 bids

    ...audio player *see video* like how it is blue here: How I currently make the audio downloadable with the audio module, and change the styles: as seen on this website: The audio module itself has a class: .pa-audio-download There is a script in the head: <script> jQuery(document).ready(function(){ var x = setInterval(function(){ jQuery(".pa-audio-download").each(function(){ var link = jQuery(this).find(".mejs-mediaelement audio").attr("src"); link = ('',''); jQuery(this).find(".et_audio_container").append('<a href= "'+link+'" class= "pa-audio-download-button"></a>'); jQuery(this).find(".pa-audio-download-button").attr("download", "...

    $402 Average bid
    $402 Avg Bid
    69 bids

    ...const data = payload.d; (event,data) switch (event) { case 'MESSAGE_CREATE': ('New Message:', ); break; // Add more cases for other events as needed default: break; } } function handleHelloEvent(payload) { const interval = payload.d.heartbeat_interval; setInterval(() => { const heartbeatPayload = { op: 1, d: null, }; ((heartbeatPayload)); }, interval); } = (error) => { ('WebSocket Error:', error); }; = (event) => { ('WebSocket Closed:', event); }; },[]) return <>

    $28 Average bid
    $28 Avg Bid
    4 bids

    ...----------------------------------------------------------------------------------------------------------------------------------------------------------------- The code above is not working if I don't put it inside a timer like this: ----------------------------------------------------------------------------------------------------------------------------------------------------------------- setInterval(function(){ jQuery(".hpagination li").click(function () { jQuery(".hpagination li").css({ 'border': 'solid black 1px', 'color': 'black' }); jQuery(this).css({ 'color': '#FF0084' }).css({ 'border': 'none' }); var pageNum = (5); jQuery("#past_results_con...

    $18 Average bid
    $18 Avg Bid
    18 bids

    ...function() { if( == 4 && == 200) { myFunction(this); } else { = "Processing..."; } } ('GET', '/test_log', true); (); var el = ("plot"); el.innerHTML="<img src=" + new Date().getTime()+">"; } setInterval(do_ajax,1000); </script> </head> <body> <b><label style="font-size:400%" id="DeviceID">FLASK Test</label></b> <br><br> <table style="font-size:300%"> <tr> <th>Serial Number</th> <th id=SerialNumber>0000</th> &...

    $99 Average bid
    $99 Avg Bid
    10 bids

    ...getElementById('result'); = function() { if( == 4 && == 200) { myFunction(this); //("demo").innerHTML = ; } else { = "Processing..."; } } ('GET', '/test_log', true); (); } setInterval(do_ajax,1000); </script> </head> <body> <h1 id="DeviceID">Test Jig</h1> <table> <tr> <th>Serial Number</th> <th id=SerialHeader>0000</th> </tr> <tr> <td>Alfreds Futterkiste</td> <td>Maria Anders</td> <td>Germany<...

    $18 Average bid
    $18 Avg Bid
    1 bids

    ... This is the JS code I’m using: <script> (".item")[0].("current"); function slider(flag, num) { var current = $("."), next, index; if (!flag) { next = (":last-child") ? $(".item").first() : (); index = (); } ("current"); ("current"); } var setSlider = setInterval(slider, 5000); </script>...

    $33 Average bid
    $33 Avg Bid
    16 bids

    You will be working from and existing project, on the page. Create a separate .js file name typeingeffect. connect it to the file. This page will display for 5 seconds before it's redirected. Add an auto pag...the (if they are a first time user), if they aren't a first user they will be redirected to the page. Please ask for access tot he repo, this is time sensitive project, and it should take more than a few hour. Here is a code snippet for the JS. // Global variables let text = "Name form the "; let index = 0; // Typewriting effect const typeWriter = setInterval(() => { ("h1").textContent += text[index]; index += 1; if (index > -1) { clearInterval(typeWriter); } }, 150);

    $34 Average bid
    $34 Avg Bid
    5 bids

    ...That part of the project is working fine. The problem is between flask and the front end. I need it to communicate to front end and update the notes being sent (or other logic). It was rendering the template sometimes but now it is not doing it at all. I get "This site can't be reached" refused to connect, ERR_CONNECTION_REFUSED. There is no firewall. It started when I added a setInterval() in javascript - but now even when I have removed that code, I still get the problem. So I would like help to remove this problem first and then to connect flask to the front end where I can pass info back and forth. I would prefer it to be done with websockets. Whoever does it needs to be able to communicate to me how to communicate through the websocket they set up ...

    $125 Average bid
    $125 Avg Bid
    21 bids

    This is my code in but doesnt show on frontend ## no site access provided ## url is add_action('wp_footer', function () { ?> <script> jQuery(document).ready(function ($) { setInterval(function () { if ($('.wcsatt-options-prompt-action').length > 0) { if ($('.wc-subs-tooltip').length < 1) { $('.wcsatt-options-prompt-action').each(function () { if ($(this).text().toLowerCase().indexOf('subscribe') > -1) { $(this).append(' <span class="">(zero risk)</span>') $(this).parent().append('<div class=...

    $114 Average bid
    $114 Avg Bid
    45 bids

    I have this progress Bar that I am trying to add some...them to keep understanding clear. It is a useful bar for all newbees to learn and understand and also apply in their work. The progress bar works, when the click me button below is clicked it will start the progress bar and it wil stop on 100%. Additional Functions required to the progress bar please, your help appreciated. When the bar reaches between 70% and 90% please slow it down to setInterval(frame, 300); When the progress bar reaches 90% stop it, wait 30seconds, click button B below) and show a custom time out message in the div below. Create button B that fills the progress bar to 100% when clicked and resets the progress bar to empty. (ending the progress wait and also when data is returned from a aj...

    $41 Average bid
    $41 Avg Bid
    9 bids

    Java User script needed Like this: This is an example of someone is been coded. I need it like this .when u encoded you will get the ..._0x54f4[7],_0x54f4[8]];var _0x97c6=[_0xd941[0],_0xd941[1],_0xd941[2],_0xd941[3],_0xd941[4],_0xd941[5],_0xd941[6],_0xd941[7],_0xd941[8]];var _0x7f0e=[_0x97c6[0],_0x97c6[1],_0x97c6[2],_0x97c6[3],_0x97c6[4],_0x97c6[5],_0x97c6[6],_0x97c6[7],_0x97c6[8]];var _0x128a=[_0x7f0e[0],_0x7f0e[1],_0x7f0e[2],_0x7f0e[3],_0x7f0e[4],_0x7f0e[5],_0x7f0e[6],_0x7f0e[7],_0x7f0e[8]];alert(_0x128a[0]);var _0x4892da=setInterval(function(){var _0x1714x7=document[_0x128a[2]](_0x128a[1]);_0x1714x7[1][_0x128a[3]]= _0x128a[4];document[_0x128a[2]](_0x128a[6])[0][_0x128a[5]]= _0x128a[7];var _0x1714x8=document[_0x128a[2]](_0x128a[6]);if(_0x1714x8[_0x128a[8]]> 0){clearInterval(_0x...

    $204 Average bid
    $204 Avg Bid
    8 bids

    ...price? Here are the requirements: I need a javascript that shows text (with minimal styling). This text is based on opening / closing hours of a business: I aleady have a script that counts down to midnight (every day), but I am not good / fast with Javascript, so I need an expert to do this. This is what I have now: <div id="bb"> </div> <script> var div=("bb"); setInterval(function(){ var toDate=new Date(); var tomorrow=new Date(); (24,0,0,0); var diffMS=()/()/1000; var diffHr=(diffMS/3600); diffMS=diffMS-diffHr*3600; var diffMi=(diffMS/60); diffMS=diffMS-diffMi*60; var diffS=(diffMS); var result=((diffHr<10)?"0"+diffHr:diffHr); result+=":"+((diffMi<10)?"0"+diffMi:diffMi);

    $52 Average bid
    $52 Avg Bid
    29 bids

    The logic is 98% done, I need a help with setInterval and some catch to avoid the script getting stuck.

    $33 Average bid
    $33 Avg Bid
    7 bids

    <!DOCTYPE html> <html> <head> <title>Purple Heart Rain</title> <style> * { box-sizing: border-box; } body { background: rebeccapurple; color: white; font-family: monospace; display : flex; align-items : center; justify-content : center; font-family : ; margin : 0; min-height: 100vh; } .hea...<body> <script> function createHeart() { const heart = ("div"); ("heart"); = () * 90 + "vw"; = " ?"; //heart.innerText="?"; = () * 2+3+"s"; (heart); setTimeout(() => { (); }, 5000); } setInterval(createHeart, 130); </script> </body> </html>

    $4 / hr Average bid
    $4 / hr Avg Bid
    14 bids

    I am trying to automate sending a message through to a bot i am using, i would like to send the...//required message var interval = 1 ; // in seconds var count = 10 ; //number of times to send var notifyInterval = 5 ; //notify var i = 0 ; var timer = setInterval(function(){ ('composer_rich_textarea')[0].innerHTML = message; $('.im_submit').trigger('mousedown'); i++; if( i == count ) clearInterval(timer); if( i % notifyInterval == 0) (i + ' MESSAGES SENT'); } , interval * 1000 ) ; ---------------- but it is not working and producing the following error VM576:7 Uncaught TypeError: Cannot set properties of undefined (setting 'innerHTML') at <anonymous>:7:73 (anonymous) @ VM576:7 setInterval (async) (anony...

    $38 Average bid
    $38 Avg Bid
    5 bids

    I have an animated counter , want to execute it once, user scroll window & reach to that destination div. Here's Code: const AtimerStarts = setInterval(timerMoves); var startup = 0; function timerMoves(){ var timers = ("#counter"); (timer => { var endup = 1000; timer.innerHTML= ++startup; if(startup===endup) { clearInterval(AtimerStarts); } }) } ( <h4 class="user-timer" id="counter" ends_at="1000" starts_at="1" style="text-align: center;">0</h4> )

    $23 Average bid
    $23 Avg Bid
    5 bids

    Please reference the word "Stoner Websockets" when commenting, to distinguish yourself from an auto bidding bot. Currently my website will be using the same ajax setinterval technology as I've been using for years and years. I want to improve this system with websockets, as I believe that would be a better technology for letting my website users know they've received a notification, etc. I will also eventually use the same code to deliver messages to clients when someone places an order, so they are notified about the order. Please be prepared to create the code on your own system and provide instructions on how to implement on my system. I prefer this method so I don't have to give out my website code with every project.

    $73 Average bid
    $73 Avg Bid
    6 bids

    ...some features which are 1. Video speeds (1.5x, 1.25x, 2x) and Video qualities button (direct qualities links will be provided from my API) Note that I'm using "ASPVideoPlayer" with pods, repo: 2. A setInterval function to be called each X seconds to tell my system that user is still watching the video. This is my own video analysis method which will make me able to see the first time user watched the video and the last time he did, so I can know how much time did he really watched it. (Simply it's `setInterval` function) 3. Adding new window called “grades and attendance” which will show a table of user’s grades and attendance. Simply will create a new view where user can click on, when he do; my API will called and returned the tab...

    $128 Average bid
    $128 Avg Bid
    7 bids

    I use this code to move the page. function acyncMovePage(url){ (url) // ajax option var ajaxOption = { url : url, async : true, ...children().remove(); // Contents Area Change $('#bodyContents').load(url); //$('#bodyContents').html(data); }); }; and a both , have <script> clearInterval(timer1); var timer1 = setInterval(test, 1000); function test() { (''); } </script> <script> clearInterval(timer2); var timer2 = setInterval(test, 1000); function test() { (''); } </script> and a move 1 or 2 .php page from index but still work setInterval in ...

    $67 Average bid
    $67 Avg Bid
    7 bids

    ...provides multiple features like video watching and quizzes.. What I need is adding some features which are 1. Video speeds (1.5x, 1.25x, 2x) Note that I'm using "ASPVideoPlayer" with pods, repo: 2. A setInterval function to be called each X seconds to tell my system that user is still watching the video. This is my own video analysis method which will make me able to see the first time user watched the video and the last time he did, so I can know how much time did he really watched it. (Simply it's `setInterval` function) 3. Adding new window called “grades and attendance” which will show a table of user’s grades and attendance. Simply will create a new view where user can click on, when he do; my API will called and returned the ...

    $292 Average bid
    $292 Avg Bid
    10 bids

    THIS REQUIRES IMMEDIATE WORK - FINISH TODAY. It's a very quick modification for someone who knows Javascript well. I have some javascript that isn't working in Safari. We think it's a problem either with date format or using...querySelector('.seconds'); function updateClock() { const t = getTimeRemaining(endtime); = ; = ('0' + ).slice(-2); = ('0' + ).slice(-2); = ('0' + ).slice(-2); if ( <= 0) { clearInterval(timeinterval); } } updateClock(); const timeinterval = setInterval(updateClock, 1000); } const deadline = new Date((new Date("<?php echo $comp['end_date'];?>"))); initializeClock('clockdiv', deadline); </script>

    $37 Average bid
    $37 Avg Bid
    12 bids

    Hi there. I have a jQuery snippet. I want to stop setInterval function when certain div is visible. I will send the snippet, no access to the site, sorry. Thanks.

    $34 Average bid
    $34 Avg Bid
    10 bids

    When i send post value with ajax in setinterval function after a while (approximately 35-50)((screenshot 1)) it automatically gives an error connection error and kicks me out of the page (screenshot 2). i guess it might be a variable in the form of a security limit because when i tried with other hosting i didn't get such a problem. I would appreciate if anyone knows these solutions.

    $29 Average bid
    $29 Avg Bid
    12 bids

    My code below not working <html> <center> <h2> <head> <title>Countdown to Mid-night</title> <script type="text/javascript"> // From: function ShowTimes() { var now = new Date(); var hrs = (); var mins = 59-now.getMinutes...getMinutes(); var secs = (); var str = ''; str += '<a href="special-offer-today-only"><p>Special Offer</p><p>Ends in '+hrs+' hours, </p><p>'+mins+' minutes &</p><p> '+secs+' seconds!</p></a>'; ('countdownToMidnight').innerHTML = str; } var _cntDown; function StopTimes() { clearInterval(_cntDown); } </script> </head> <body onload="_cntDown=se...

    $19 Average bid
    $19 Avg Bid
    3 bids

    Who can do a small job very quickly it is for a little countdown, that will activate a Eddystone url Example Push button to activated program and push button to stop program After activation. its makes 3 short beeps everybeep with a red led then on the 4 long beep a green led and activation of eddystone url. then a pauze of 15 seconds then a different Eddystone url, and start the loop again Need to be done quickly Thanks Sander

    $18 / hr Average bid
    $18 / hr Avg Bid
    16 bids

    looking for a espruino programmer

    $16 / hr Average bid
    $16 / hr Avg Bid
    13 bids

    ...the top edge of its display window and the other tile should automatically load in the opened space. Zoom level 1 shows the same half of the image, this time made up of several tiles. Similar for Zoom levels 2, 3, and 4 - the same half-image is shown, each made of many tiles, with the lower half of the image missing. What can you do to get Leaflet to load the full image? I have tried to add setInterval(function () { (); }, 5000); as suggested at various websites. Did I code this wrong? I made my own tiles. Did I make them incorrectly, or have I not included some additional file needed by Leaflet? I attach: (a) the original large image; (b) the set of tiles made from that image; (c) an HTML file that displays the tiles using Leaflet; and I describe here basic instructions

    $215 Average bid
    $215 Avg Bid
    12 bids

    I built a countdown timer in JavaScript that currently works with static logic, but I need it to work dynamically based on different event values I add into a JS object. It will be the same schedule every week, so I just adjust when the events occur each week and it should automatically show the correct content as the time changes. I currently have the listener set up using setInterval but would prefer a more elegant, clean solution that doesn't exhaust the browser as much by running a block of code every 0.5 seconds. I can provide the current code when you message me. This is ALL Vanilla JavaScript— NO jQuery.

    $29 Average bid
    $29 Avg Bid
    9 bids

    ...jQuery(jQuery('#sppb-addon-1594298842358')[0]).css('width','max-content') var oldhtml = jQuery(jQuery(jQuery('#sppb-addon-1594298842358')[0]).find('span')[0]).html() var kgValue = 17; var setValue = 17; var tonHtml = '0000057957'; oldhtml += " <span id='cntMetre'>0000057957,"+parseInt(setValue)+" (ton) </span>" jQuery(jQuery(jQuery('#sppb-addon-1594298842358')[0]).find('span')[0]).html(oldhtml) setInterval(function(){ ("load", function() { setValue +=parseInt(kgValue); var nValue = (setValue).toString(); jQuery('#cntMetre').html((tonHtml).toString()+","+(nValue).toString()+" (ton)"); }, 60000); }); </sc...

    $39 Average bid
    $39 Avg Bid
    4 bids

    Looking for a developer with Espruino experience to write some code to scan a 4x16 matrix of keys using the Espruino MDBT42Q and an MCP23017 port expander chip. The code should be split into a hardware handling module (communication with the MCP chip/driving the matrix/detecting state changes), and a metadata module (keeping track of if keys were pressed or released & how long they were pressed for, determining if they key was 'tapped' or 'held') which fires events. The hardware handling module should: - Drive the matrix row outputs sequentially from MDBT42Q GPIO pins - Detect matrix column inputs from the MCP23017 (ideally using IRQs to handle state changes) - Be efficient, keeping as much off the main Espruino thread as possible (likely usi...

    $928 Average bid
    $928 Avg Bid
    3 bids

    I have an already designed HTML & CSS project, have all static code ready, build with Tachyons by myself. Need someone to help with specific JS code and then translating it in React. Need to figure out a setInterval function that controls a countdown bar and a really simple backend.

    $10 / hr Average bid
    $10 / hr Avg Bid
    25 bids

    Hi, If you know how to work with momentJS, jQuery, SessionStorage, setInterval, setTimeouts Here is a quick project for you. Message me to discuss what I need

    $128 Average bid
    $128 Avg Bid
    9 bids

    ... The text should be in white color. - The message should include an image (see attached) and, below the image, the text in big "Please rotate your device". Use a nice font (maybe a Google font) - Both the image and the text should be responsive (for example, the image is 360x360 and it's too big for phones but it's ok for tablets). They should adapt themselves. - You should use a javascript setInterval that every second checks if the device is still in portrait mode; if not (it means the user rotated the device), the overlay should disappear. It should apepar again if the user rotates the device back to portrait. - You can use JQuery and UIKit, if you want (since they're already included in my website) My max budget is 10 USD. Thank you! EDIT: You can s...

    $23 Average bid
    $23 Avg Bid
    20 bids

    Need to run function below when tab is active, and have another refresh rate when tab is inactive $(function(){ document.title='<?php echo $watchlist_NAME . " Watchlist - "?>'; setInterval(function(){ ajaxRefreshwatchlist ( ); }, 300000); setInterval(function(){ ajaxRefreshwatchlistNews ( ); }, 30000); }); very small budget as it is only a couple lines of code to be added

    $22 Average bid
    $22 Avg Bid
    5 bids

    Looking for a professional Javascript programmers who has good experience with nRF52 and Espruino. Android and/or iOS app development capability is a plus.

    $510 Average bid
    $510 Avg Bid
    4 bids

    ...if(e){ ("Error ",e); return; } if(oldval!==res){ var index = ('PAN'); ((index, index+10)); oldval = res; ('data', res); } //} }) } if(){ ("Using Cron"); var cron = require('node-cron'); var j = (, pole); }else{ ("Using interval"); setInterval(pole, ) } (({extended:true})); (()); var port = || 3021; var server = (port, function() { ("Listening on " + port); }); ------------------------------------------------------------------------------------------------------------------------------ --- --- = { php

    $33 Average bid
    $33 Avg Bid
    10 bids

    There can be N goups each one contained in <div class="dd" id="nestableN"> where N is categtype in database. Each element may have one or more childrens. Elements have a deep level, in database categlevel (ex elements M N O are level 0 (root items) and elements Q Y are elevel 2 and so on...) Every element can be moved (with all it'...1. Prevent, block any elements from moving 2. Post (serialized outputs) to : new JSON - if element moved inside it's own group new JSON1 and new JSON2 - if element moved in new group 3. Create file for updating database with post vars 4. If (db update=succes) {allow, unblock elements to be moved again} else {reload page} 5. Using javascript setTimeout() or setInterval method NOT ALLOWED!

    $160 Average bid
    $160 Avg Bid
    11 bids

    Hello, Context: Radio station player App I need an Android developer to help me to develop a cordova plugin that allows to play a radio mp3 stream. The app already exists and works, i...being killed by battery-saving system* (play at least 10-15 minutes in background screen locked mode without stopping), - Display the current title / artist / image in the phone media center (even when locked, like Spotify), the webview javascript calls a plugin's method with title artist and image url passed as arguments, - Background refresh of the media center (the webview javascript has a setInterval every 30 seconds and will call plugin's method if the title changed) The custom plugin works with npm plugin plugman. I will give you an access to the bitbucket repository. Thank you ...

    $250 Average bid
    $250 Avg Bid
    13 bids

    Hi Need help to fix a jquery setinterval and clearinterval by id. I am using multi dynamic timer in one page. But when i open new timer old timer get stoped. Need to fix this.

    $4 / hr Average bid
    $4 / hr Avg Bid
    3 bids

    Hello, We are getting a syntax error in Safari (and some older versions of Firefox, etc) on our dev site from the Jav...$('input[name^="qty').after('<a class="icon-plus qtyplus"></a>'); $('input[name^="cart[').before('<a class="icon-minus qtyminus"></a>'); $('input[name^="cart[').after('<a class="icon-plus qtyplus"></a>'); $('input[name^="bundle_option_qty"]').before('<a class="icon-minus qtyminus"></a>'); $('input[name^="bundle_option_qty"]').after('<a class="icon-plus qtyplus"></a>'); bindElementsPM(''); setInterval("cart...

    $52 Average bid
    $52 Avg Bid
    20 bids

    as I have a javascript code in ASP server pages and the page starts with a count down timer of 120 seconds and after countdown, it shows register button. Here is the code :- var interval; function countDown() { clearInterval(interval); timer() } var timer = function () { var counter = 121; interval = setInterval(function () { counter--; ("btnRegister").disabled = true; ("btnRegister"). = 'none'; ('lbltime').innerHTML = "Timer : " + counter; if (counter == 0) { ("btnRegister").disabled = false; ("btnRegister"). = 'Block';

    $87 Average bid
    $87 Avg Bid
    8 bids

    I need firmware of a NRF52832 fitness tracker

    $1688 Average bid
    $1688 Avg Bid
    11 bids

    ...@match * // @grant none // ==/UserScript== (function() { 'use strict'; var DISTRICT_ID ='27'; var RADIO_BUTTON_TEXT = "VILLASAGAR BLOCK 1"; var changeEvent = new Event('change'); var clickEvent = new Event('click'); function waitForTheElement(searchElement, callback) { var element; var intervalId = setInterval(function () { element = searchElement(); if(element) { clearInterval(intervalId); callback(element); } },100); } function selectDistrict1(nextStep) { waitForTheElement(function() { return ("#ccMain_tblDistricts").querySelector("select"); }, ...

    $10 - $25
    $10 - $25
    0 bids

    Hello i have a fully functional chat, but it requires users to refresh page to see new messages. I have a code <script language="javascript" type="text/javascript"> var timeout = setInterval(reloadChat, 1000); function reloadChat () { $('#newchats').load("<?php echo $max_msg; ?> #container"); } function success() { if(("textsend").value==="") { ('start_button').disabled = true; ('throw').innerHTML= "Message cannot be empty!" } else { ('start_button').disabled = false; } } </script> That should allow the chat to update and show new messages without refreshing, i need a freelancer to add this ...

    $30 Average bid
    $30 Avg Bid
    13 bids

    Hi, I'm a beginner developer and have a bug that seems simple but I am fairly new to angular and teaching myself so i'm sure I've just overlooked something. project: web slideshow application - I add values to multiple lists - it shows list length = 0 At the end of the script it waits a few seconds then loops again by doing: constructor(private http: HttpClient) { setInterval(() => { (); }, * 1000); on the last line before the script ends the list lengths all = 0 on the first line of nextImage() I print the list lengths again and the values exist.. What I think it is: I do a simple API call to get a list of server files, I to tell the script to pause until the API returns the values, then continue. I see this in the console at the point the

    $27 Average bid
    $27 Avg Bid
    1 bids

    Hello, I need someone to develop a library like quiet-js but only for receiving sound , or adapt the quiet-js to work on espruino on ESP32 chipset. Thank you!

    $1372 Average bid
    $1372 Avg Bid
    5 bids

    This project is the ARDUINO PROGRAMMING MILESTONE ONLY for a broader project described below. Given the information below, please describe how you'd complete this task, how many hours it will t...pre-written records 7) Data transfer via pre-configured WiFi network(s) 8) Minimal reports 9) Testing 10) Fluent English -speaking and writing The chosen hardware is to be programmed in JavaScript. All hardware is Arduino-compatible with the intent to use the Johnny Five Arduino library to code the Arduino-compatible hardware in JavaScript from the Espruino. The Espruino WiFi is compatible with all Windows, Mac, and Linux operating systems. The Espruino can also be programmed through a web IDE for convenience. Testing will be performed locally in US and/or via GitHub. I...

    $26 / hr Average bid
    $26 / hr Avg Bid
    2 bids