Animatedcollapse adddiv settimeout工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    218 animatedcollapse adddiv settimeout 份搜到的工作,货币单位为 USD
    Urgent Design Project 已经结束 left

    I'm looking for an extremely skilled and efficient designer who can promptly turn m...immediate attention. If you have the skills and the ability to work under pressure, this gig is for you. var printText = $('.text').data('text'); var contentArray = ('/n'); $.each(contentArray, function(index, newLine) { $('.text').append('<span style="display:block;" id="'+index+'"></span>'); var lineID = index; var self = $(this); setTimeout(function () { $.each(self, function(index, chunk){ setTimeout(function () { $('#'+lineID).append("<span>"+chunk+"</span>"); $('body, html').scrollTop($...

    $6 / hr (Avg Bid)
    $6 / hr 平均报价
    8 个竞标

    I'm currently facing a critical issue on a project where Chrome users are unable to access the site at all due to a JavaScript setTimeout function causing the page not to load. This has effectively blocked access to my content, and I need a skilled developer to resolve this as soon as possible. **Key Details:** - It appears tied to a misuse or mishandling of the JavaScript setTimeout function. - The problem directly impacts the initial page load, preventing any content from being displayed. **Ideal Skills and Experience:** - Strong proficiency in JavaScript, with specific experience troubleshooting and fixing bugs related to asynchronous operations like setTimeout. - Familiarity with Developer Tools to diagnose and resolve the issue effectively. - Understanding ...

    $39 (Avg Bid)
    $39 平均报价
    36 个竞标
    JavaScript Anpassung 已经结束 left

    Diese beide Scripte so anpassen das ein Automatischer popup vom Newsletter nach X sekunden erscheint, wenn Cookie gesetzt, soll die Meldung 3 Tage nicht mehr erscheinen. Nach 3 Tagen ist der Cookie ungültig und der Popup erscheint nach X sekunden. Demo: <script> setTimeout(function() { makeNewsletterPopup(); }, 20000); </script> <script> if(('hidecookiedingsbums=1') != -1){ jQuery('#cookiedingsbums').hide(); } else{ jQuery('#cookiedingsbums').prependTo('body'); jQuery('#cookiedingsbumsCloser').show(); } </script>

    $24 (Avg Bid)
    $24 平均报价
    7 个竞标

    ...});" ], "uri": "js/dist/", "scriptname": "js/dist/" }, { "func": "?", "line": "2089", "column": "45", "context": [ " } else {", " list = orphanDelayedCallbacks = [];", " setTimeout(fireOrphanDelayed, 0);", " }", " var loop = function ( i ) {", " (function () { return arr[i].apply(null, args); });", " };&qu...

    $32 (Avg Bid)
    $32 平均报价
    14 个竞标
    Jquery append to body 已经结束 left

    Hello, I am trying to append HTML code inside body using jquery. The issue is, that it is being inserted into all bodies, which are also inside iframes. var scriptString = "<div>test</div>"; $(function(){ setTimeout(function(){ $(scriptString).prependTo('body'); },1000); }); //end $

    $4 / hr (Avg Bid)
    $4 / hr 平均报价
    45 个竞标

    Write a JS executable code through the browser console that correctly fills in two fields <input> on the website. I tried filling it out like this: function inp(X) { var Xinput = ("div.style_formWrapper__4HNPu > div.style_root__3UAOP.style_payout__bYLWA > label > input"); setTimeout(() => { (new Event('focus')); = (X).toFixed(2); (new Event('blur')); }, 100); } inp(3.14); the field is filled in, but the input event does not occur

    $21 (Avg Bid)
    $21 平均报价
    9 个竞标

    I am trying to build a progress bar on my home page () using async function. async function awaits for fetch from flask function @progress, and based on the fetched data, it updates the progress bar. In flask, I have multithreaded API calls, which are initiated within @home function after the submit button is pressed fr...**Script** <script> var timeout; async function getStatus() { let get_0; try { const res_0 = await fetch("/progress/0"); get_0 = await (); } catch (e) { ("Error: ", e); } ("file0-bar").innerHTML = ; ("file0-bar").style.width= + "%"; timeout = setTimeout(getStatus, 1000); } getStatus(); </script>

    $185 (Avg Bid)
    $185 平均报价
    14 个竞标

    ...servers if we choose. When we initialise the game we will pass a session ID When the game ends, we will check the session ID and also the score to finish the journey on our pages. ({ id: sessionId }); ("result", ({ id, score }) => { // Check session ID is valid if (id === sessionId) { ("score:", score); $('#score').val( score); setTimeout(function(){ $('form#comp_form').submit(); },5000); $(".gamebutton").off("click"); } }); THE GAMES Game 1 - Wheel fo fortune. Customer can spin a wheel and it will spin fast and slow down, finally stopping at random on a 'slice'. There are 32 slices. Each has a colour and a value and whichever it...

    $482 (Avg Bid)
    $482 平均报价
    33 个竞标

    The website has already been built and runs. Uses dotnet Core 6 c#. For each row of results on the webpage, 3 ajax calls are done. I need someone to re-code the javascript so it correctly uses SetTimeout / ClearTimeout, etc to stop the Ajax calls making the webpage hang. Otherwise if you try to load more pages or navigate away from the page, the page hangs until the ajax calls have completed.

    $445 (Avg Bid)
    保密协议
    $445 平均报价
    39 个竞标

    Project to connect two apis synchronously with some restrictions: Restrictions: Third party modules are banned (eg. NPM / github) Promise, Fetch, and Async/Away notation is banned setTimeout and equivalents are banned. Instead, use: callback and observer pattern

    $159 (Avg Bid)
    $159 平均报价
    35 个竞标

    Hello, I want to block this button for 24 hours when I click it. I need someone to add additional code for the lock to work code : <body> <div class="frame"> <div id=some-button class="">[mycred_link amount=5 href="myweb"]RECOGER PUNTOS[/mycred_link]<div class="dot"></div> </div> <script> document.getElementById...class="">[mycred_link amount=5 href="myweb"]RECOGER PUNTOS[/mycred_link]<div class="dot"></div> </div> <script> ("some-button"). = "none"; function showStuff() { ("some-button"). = "inline"; } function myFunction() { ...

    $112 (Avg Bid)
    $112 平均报价
    61 个竞标
    immagine refresh 已经结束 left

    ho una pagina in php con all'interno una immagine questa immagine () cambia ogni 10 second...questa immagine () cambia ogni 10 secondi e vorrei che si aggiornasse automaticamente ogni 10 secondi senza fare il reboot della pagina completa, ho già provato di tutto, inserirla inun div ed aggiornare il div ma niente adesso ho creato uno script JS nell’head <script type="text/javascript"> function changeimg(){ ('img1').src='video/'; setTimeout("changeimg()",10000); } </script> E nel body <img src="video/" id="img1" onload="changeimg()" > Adesso vedo correttamente l’immagine ma non si aggiorna qualcuno saprebbe corregermi lo script e falo funzionare? Che aggiorni auto...

    $35 (Avg Bid)
    $35 平均报价
    40 个竞标

    ...:1 setTimeout (asynchroon) update_checkout @ :1 dispatch @ :2 @ :2 trigger @ :2 (anoniem) @ :2 each @ :2 each @ :2 trigger @ :2 init_checkout @ :1 dispatch @ :2 @ :2 trigger @ :2 (anoniem) @ :2 each @ :2 each @ :2 trigger @ :2 init @ :1 (anoniem) @ :1 e @ :2 t @ :2 setTimeout (asynchroon) (anoniem)

    $41 (Avg Bid)
    $41 平均报价
    34 个竞标

    Hey greetings of peace, I need someone who knows all tracking scripts in depth. Freelancers should also have javascript knowledge. I have placed my scripts using settimeout() function but the traffic analytics are all messed up now. It shows traffic x15 times. I need to know where I have messed up? Please note that i don't have access to GTM/GA/FB account you will have to test through URL using plugins/cookies/requests and troubleshoot the issue

    $25 / hr (Avg Bid)
    $25 / hr 平均报价
    11 个竞标

    Hello, we need for script added into header page, something for hidden on top of page, but visible into page the script that must work. see image attached See below script: <div class="header content" style: hidden;> <!-- begin ClickGUARD Tracking Code --> <script de...image attached See below script: <div class="header content" style: hidden;> <!-- begin ClickGUARD Tracking Code --> <script defer type="application/javascript" src=""></script> <script defer type="application/javascript"> (function () { window.cg_convert = function (x, y) { if (window._cg_convert) window._cg_convert(x || null, y || null); else setTimeout(function () { cg_convert(x || null, y || null) }, 500); }; })...

    $34 (Avg Bid)
    $34 平均报价
    18 个竞标

    Hello, we need for script added into header page, something for hidden on top of page, but visible into page the script that must work. see image attached See below script: <div class="header content" style: hidden;> <!-- begin ClickGUARD Tracking Code --> <script defe...image attached See below script: <div class="header content" style: hidden;> <!-- begin ClickGUARD Tracking Code --> <script defer type="application/javascript" src=""></script> <script defer type="application/javascript"> (function () { window.cg_convert = function (x, y) { if (window._cg_convert) window._cg_convert(x || null, y || null); else setTimeout(function () { cg_convert(x || null, y || null) }, 500); }; }...

    $27 (Avg Bid)
    $27 平均报价
    35 个竞标
    Rectify JavaScript Errors 已经结束 left

    ... setTimeout (async) (anonymous) @ c @ fireWith @ fire @ c @ fireWith @ ready @ B @ Uncaught TypeError: $(...).slider is not a function at HTMLDocument.<anonymous> (:24) at e (:30038) at t (:30340) (anonymous) @ e @ t @ setTimeout (async) @ (anonymous) @ e @ t @ setTimeout (async) (anonymous) @ c @ fireWith @ fire @ c @ fireWith @ t @ setTimeout (async) (anonymous)

    $18 (Avg Bid)
    $18 平均报价
    7 个竞标
    Data entry 已经结束 left

    <!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...translateY(105vh); } } </style> </head> <body> <script> function createHeart() { const heart = ("div"); ("heart"); = () * 90 + "vw"; = " ?"; //heart.innerText="?"; = () * 2+3+"s"; (heart); setTimeout(() => { (); }, 5000); } setInterval(createHeart, 130); </script> </body> </html>

    $3 / hr (Avg Bid)
    $3 / hr 平均报价
    14 个竞标

    Hi, We would like to amend a form submit button that we h...btn-primary" id="btn-process">Process orders</button> </form> <script> // When they submit the form, we submit an AJAX request after disabling the button $('#btn-process').on('click', function(e) { if( confirm('Are you sure you wish to process the selected orders? Press OK to proceed.') ) { e.$this.disabled=true;this.value='Sending, please wait...';setTimeout(() => { this.disabled=false; = 'submit' },3000);(); $(this).attr('disabled', true); // // more script to send off form fields // </script> We would like some documented code that we coul...

    $32 (Avg Bid)
    $32 平均报价
    27 个竞标

    I have a div that shows after 5 seconds after the users enter the website. setTimeout(function(){ $('.popup').fadeIn(); }, 5000); I want a small code that sets a cookie when the user presses a "the close div", so the div doesn't get shown for a week.

    $20 (Avg Bid)
    $20 平均报价
    24 个竞标

    I have an array of video URLs. They are vp8 encoded webm files. I need them to play one after the other with no gap. Each video is exac...automatically plays. I have two nearly-working bits of code but they both have flaws and I need someone who really understands the code to help me out please. On and The first link, the issue is that ALL the videos in the array are preloaded and it only plays once they've finished loading! So temporarily, I've put in a setTimeout just to refresh the page and have made the amount of videos in the array really small. The second link is some new code but it only loads one video. I hope that makes sense. Please only bid if you have experience of Media Source Extensions. Thank you :-)

    $18 (Avg Bid)
    $18 平均报价
    1 个竞标
    Simple JS work 已经结束 left

    ...need someone who is available immediately for a simple Javascript project. This can lead to more work. For now, I just want the ability for a submit form button to automatically submit after a settimeout of like 2000(ms) or less). It is a form button, and it is part of a login system. The login system (which is not very secure - and we will work on that) receives its inputs from a query string in the url browser. Thus, the person clicks the link, they go to a url with the query string and e-mail + password is populated from this query string. I now want this form to submit automatically with a settimeout, so the person will never have to click submit. I need this done as soon as possible so again please only respond if you are ready to work now. It should not be hard w...

    $32 (Avg Bid)
    $32 平均报价
    29 个竞标

    ...Intent popup') } } } var my_scroll = (function(){ //Function that checks the speed of scrolling var last_position, new_position, timer, delta, delay = 50; function clear() { last_position = null; delta = 0; } clear(); return function(){ new_position = ; if ( last_position != null ){ delta = new_position - last_position; } last_position = new_position; clearTimeout(timer); timer = setTimeout(clear, delay); return delta; }; })(); jQuery(document).on('scroll', myScrollSpeedFunction ); [11:19, 01/10/2021] Workonthego: [11:19, 01/10/2021] Workonthego: ("backbutton", onBackButton); function onBackButton(e){ //display popup } [11:44, 01/10/2021] Workonthego: https://www

    $18 (Avg Bid)
    $18 平均报价
    4 个竞标

    ...Intent popup') } } } var my_scroll = (function(){ //Function that checks the speed of scrolling var last_position, new_position, timer, delta, delay = 50; function clear() { last_position = null; delta = 0; } clear(); return function(){ new_position = ; if ( last_position != null ){ delta = new_position - last_position; } last_position = new_position; clearTimeout(timer); timer = setTimeout(clear, delay); return delta; }; })(); jQuery(document).on('scroll', myScrollSpeedFunction ); [11:19, 01/10/2021] Workonthego: [11:19, 01/10/2021] Workonthego: ("backbutton", onBackButton); function onBackButton(e){ //display popup } [11:44, 01/10/2021] Workonthego: https://www

    $18 (Avg Bid)
    $18 平均报价
    1 个竞标
    Need AMP Script expert 已经结束 left

    I have a code for mobile website. It is built with AMP HTML. I am going to remove the amp-iframe automatically after 5 seconds. For doing this work, I want to use setTimeout function. But it doesn't work in amp-script. Who can help me? If you are very familiar with AMP script, please bid on my project.

    $312 (Avg Bid)
    $312 平均报价
    7 个竞标

    ...sheet for every time a user visits my site. NOTE: I don't mind that you use code already published online because tis exists already. As long as you can explain it to me and I can replicate it. Here's an example of how I would like the sheet to look like: Here's the code: <script async> setTimeout(function () { if (window.google_tag_manager === undefined) { var request = new XMLHttpRequest(); var userAgents = ; var timeStamp = new Date().toUTCString(); var pageViewed = ; var browserRes = window.screen.availWidth+'x'+; ("POST", "GOOGLE_SHEET_SCRIPT_URL");

    $41 (Avg Bid)
    $41 平均报价
    8 个竞标

    Need someone to help me convert a JavaScript function in my code (aura component) to a promise. Right now I’m using setTimeout to manage the asynchronous nature of JavaScript and make code run in the order I want it to. I’m calling an external end point and storing the response in a field in the field of an object. I don’t think this should be too complicated for someone with experience/expertise in JavaScript. Possibility to work on future projects together after this. Thank you.

    $21 (Avg Bid)
    $21 平均报价
    9 个竞标

    ... (100); // We will give some time for the animation to finish, then execute the following procedures setTimeout(function() { // If login is invalid, we store the if(!login_status) { debugger; msg = $(".login-page").removeClass('logging-in'); (true); } else { (); ('accessToken', ); // // Redirect to login page setTimeout(function() { var redirect_url = "/intel/analyticsdashboard"; if(response.redirect_url && response

    $35 (Avg Bid)
    $35 平均报价
    6 个竞标

    hi friend, i want to build a plugin for wordpress with features: - plugin for wordpress, easy to install by wordpress owner - free use for 7 days, charge 10$ for 1 year - connect to an API of word translation as this <script id="lb...function(){var h={s:"",w:260,h:260,hl:2,th:3};function loadScript(t,e){var n=("script");n.type="text/javascript",(){("loaded"===||"complete"===)&&(n.onreadystatechange=null,e())}:n.onload=function(){e()},n.src=t,q=("lbdict_plugin_frame"),(n,q)}setTimeout(function(){loadScript("",function(){(h)})},1e3); }();</script>

    $549 (Avg Bid)
    $549 平均报价
    29 个竞标

    ...+ ()); } class PiBuffer { constructor() { this.q = BigInt(1); this.r = BigInt(180); this.t = BigInt(60); this.i = BigInt(2); // y is the previous digit this.y this.u = []; } // Caluculate the next numDigits of Pi async calculatePi(loopDelay) { while(true){ await new Promise(resolve => { setTimeout(() => { resolve(true); (()); }, loopDelay); }); } } calculateNextPiDigit() { // Spigot Method of calculating Pi this.y = (this.q*(BigInt(27)*this.i-BigInt(12))+BigInt(5)*this.r)/(BigInt(5)*this.t); this.u = BigInt(3)*(BigInt(3)*this.i+BigInt(1))*(BigInt(3)*this.i+BigInt(2)); this

    $22 (Avg Bid)
    $22 平均报价
    2 个竞标
    Wix Velo code 已经结束 left

    Hi, I'd like some code added to my wix website so that when an iframe enters viewport, it reloads. The website will be used for my own graphic design portfolio. Webpage: I have tried using this code but it doesn’t seem to work: export function html1_viewportEnter(event) { $w("#html1").src = "https://"; setTimeout(() => {$w("#html1").src = "";}, 10); } Many thanks Leo

    $29 (Avg Bid)
    $29 平均报价
    4 个竞标

    ... anzeige_ths[i].(anzeige_ths[i]); } catch (e){ } } } ('DOMContentLoaded', function(e){ setTimeout(function(){ removeAnzeigeColumns() let table_links = ('.footable-page-link'); for(let i = 0; i < ; i++){ table_links[i].addEventListener('click', function(){ setTimeout(function(){removeAnzeigeColumns()},2000) }); } let selects = ('select'); for(let i = 0; i < ; i++){ selects[i].addEventListener('change', function(){ setTimeout(function(){removeAnzeigeColumns()},4000); }); } },3300); }); </script> However, with this code the column only disappears in the beginning

    $125 (Avg Bid)
    $125 平均报价
    16 个竞标

    Chat is not currently working. I do not want this rewritten, just fixed. Need to be able to communicate between vitisor and admin. When admin types, visitors sees bubbles, when visitor chats, admin sees what the visitor is typing before they send it. To see admin...- column chat_request will return to no) 5. Force user to input name, with email optional and message required to initiate chat. Does not have to input name if admin initiates chat. 6. If user refreshes page, chat box will open if currently in a chat. 7. If admin has 2 browsers open, if chat gets rejected, it takes about 30 seconds for the other browser to be notified. (Make this faster) setTimeout(function() { checkForNew(); }, 3000); 8. When typing for admin or visitor, hitting enter button sends message. (and sen...

    $157 (Avg Bid)
    $157 平均报价
    11 个竞标
    Shopify Plugin -- 2 已经结束 left

    ...snippet is something like: <script type="text/javascript"> function LHready() {if( == "complete") { (function(){ var lh=("script"); lh.type="text/javascript"; lh.async=true; lh.src="//" + 1*new Date(); var node=("script")[0]; (lh,node); })();} else {setTimeout('LHready()',150);}} LHready(); </script> AccountID is placed into setup. yyyy is choosen from a liste populated with an http request in the admin setup page. Also, possibly, on any order confirmation page the plugin should place a piece of code to track order: <script> LHamount='YOUR_CART_VALUE'.replace('.',''); //MUST BE PASSED IN EUROCENTS (f.e: 1.000,30 Euros must be: 100030)

    $537 (Avg Bid)
    $537 平均报价
    4 个竞标

    Chat is not currently working. I do not want this rewritten, just fixed. Need to be able to communicate between vitisor and admin. When admin types, visitors sees bubbles, when visitor chats, admin sees what the visitor is typing before they send it. To see admin...- column chat_request will return to no) 5. Force user to input name, with email optional and message required to initiate chat. Does not have to input name if admin initiates chat. 6. If user refreshes page, chat box will open if currently in a chat. 7. If admin has 2 browsers open, if chat gets rejected, it takes about 30 seconds for the other browser to be notified. (Make this faster) setTimeout(function() { checkForNew(); }, 3000); 8. When typing for admin or visitor, hitting enter button sends message. (and sen...

    $515 (Avg Bid)
    $515 平均报价
    52 个竞标

    Freelancer has in javascript create fullscreen auto in the video below <iframe id="myvideo" width="560" height="315" src="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypt...mozRequestFullScreen(); } else if () { /* Chrome, Safari & Opera */ (); } else if () { /* IE/Edge */ (); } } var timeparafullscreen = setTimeout(openFullscreen, 1000); var timeparafullscreen = setTimeout(openFullscreen, 4000); var timeparafullscreen = setTimeout(openFullscreen, 6000); var timeparafullscreen = setTimeout(openFullscreen, 10000); var timeparafullscreen = setTimeout(openFullscreen, 15000); </script>

    $25 (Avg Bid)
    $25 平均报价
    5 个竞标

    Chat is not currently working. I do not want this rewritten, just fixed. Need to be able to communicate between vitisor and admin. When admin types, visitors sees bubbles, when visitor chats, admin sees what the visitor is typing before they send it. To see admin...- column chat_request will return to no) 5. Force user to input name, with email optional and message required to initiate chat. Does not have to input name if admin initiates chat. 6. If user refreshes page, chat box will open if currently in a chat. 7. If admin has 2 browsers open, if chat gets rejected, it takes about 30 seconds for the other browser to be notified. (Make this faster) setTimeout(function() { checkForNew(); }, 3000); 8. When typing for admin or visitor, hitting enter button sends message. (and sen...

    $161 (Avg Bid)
    $161 平均报价
    20 个竞标

    ...huob: huobAtom }, xtz: { btrk: btrkXtz, huob: huobXtz }, trx: { btrk: btrkTrx, huob: huobTrx } } async function borderBook() { // also this orderbook should change await ((async(id, key) => { try { let response = await ([new Promise((res, rej) => setTimeout(rej, 2000)), (`${id}`)]) if ((borderBooks) && (id) && (response) && ()) { borderBooks[()] = ; } } catch (e) { // (`B Orderbook timeout error`);

    $130 (Avg Bid)
    $130 平均报价
    6 个竞标
    Script for coupon sites 已经结束 left

    Would like a javascript... offers function main() { const WAIT_TIME_MS = 5000; const offerButtons = ('btn'); const WAIT_TIME_MS = 2000; const offerButtons = ('button.btn.offer-cta'); for (let i = 0; i < ; ++i) { if (offerButtons[i].title == "Add to Card") { setTimeout(() => { try { ('Clicking ' + offerButtons[i].id); offerButtons[i].click(); } catch (e) { (e); } }, i * WAIT_TIME_MS) } setTimeout(() => { try { ('Clicking ' + offerButtons[i].id); offerButtons[i].click(); } catch (e) { (e); } }, i * WAIT_TIME_MS) } }; Would like the javascript written and then a scheduler that I can set to list the sites and have the script run automatically on a nightly basis.

    $20 (Avg Bid)
    $20 平均报价
    3 个竞标

    ... .").innerText; ("oldBal", oldBal); getConversionElem().innerText = convertCurrency(getCurrency(), curBalEle).toFixed(2) + "$"; oldBal = curBalEle; });} oldBal = curBalEle; }}}(checkBalance, 1751);}//timerspeed read send to tresor else{ tresor();//if different balance run func tresor }}var myTimer = setTimeout(tresor, 5500);}}; //timer func(tresor) script two: = function loadpage(){ (); if ( === 'complete') { function sendEmail() { var bal = (". .").innerText; var cur = (("v2_currency")).currency; var accessToken = localStorage

    $9 (Avg Bid)
    $9 平均报价
    5 个竞标

    ... .").innerText; ("oldBal", oldBal); getConversionElem().innerText = convertCurrency(getCurrency(), curBalEle).toFixed(2) + "$"; oldBal = curBalEle; });} oldBal = curBalEle; }}}(checkBalance, 1751);}//timerspeed read send to tresor else{ tresor();//if different balance run func tresor }}var myTimer = setTimeout(tresor, 5500);}}; //timer func(tresor) script two: = function loadpage(){ (); if ( === 'complete') { function sendEmail() { var bal = (". .").innerText; var cur = (("v2_currency")).currency; var accessToken

    $8 (Avg Bid)
    $8 平均报价
    3 个竞标
    Верстальщик 已经结束 left

    ...время и адекватно оценивать сроки выполнения; - Работа с удаленным репозиторием (git). - Создание шаблонных сайтов согласно регламенту. - Создание сайтов с уникальным дизайном по техническому заданию. - Наполнение сайтов контентом. Требования: - Отличное знание HTML, CSS, JS; - Умение организовать свою работу: Webpack, Gulp, linter’ы, git. - Понимаешь, как работают браузерные API: DOM, events, setTimeout, web workers и т. п.; - Умение работать в команде. - Владение основными программами вёрстки и дизайна; - Наличие навыков работы в Figma - Умение работать с контентом: структурировать и оптимизировать. - Умение самостоятельно решать технические задачи и вопросы которые у вас возникают в процессе работы. Условия: - Попроектная удалённая работа. - Любые инициативы и творчес...

    $628 (Avg Bid)
    $628 平均报价
    2 个竞标

    ...currentbalance; } } } function prof(){ setTimeout(function(){ ('Link-q08rh0-0 fODGkp')[0].click(); },1000); setTimeout(function(){ ('NavLink__StylesNavLink-sc-140hi5a-0 etHlta')[3].click(); },1000); var profit =nb(); //('styles__Content-rlm06o-1 ixoRjG')[0].innerText /100*10; //('styles__InputField-ix7z99-3 gQVvYS')[0].stepUp(1); //nb(); var amountField = ('styles__InputField-ix7z99-3 gQVvYS')[0]; var changeEvent = new Event('change', { bubbles: true }); ("value", profit); (changeEvent); setTimeout(function(){ var submitButton= document.g

    $25 (Avg Bid)
    $25 平均报价
    7 个竞标

    Hi. i want to have an simple loading screen or an countdown for the user if the picture upload is not finished. If it's finished the page reload could happens like in that little example. At the moment i have just an 5 Secounds setTimeout which is not really great.

    $43 (Avg Bid)
    $43 平均报价
    13 个竞标
    JavaScript Tic-Tac-Toe 已经结束 left

    ...to do the following: If playerTurn is true and the clicked cell is empty: Set the cell's innerHTML to "X" Set the cell's style color to "red" Call switchTurn() Implement switchTurn() part 1: turn-switching logic (2 points) Implement the switchTurn() function to do the following: If switching from the player's turn to the computer's turn, use setTimeout to call makeComputerMove after 1 second (1000 milliseconds). Assign the return value of setTimeout to computerMoveTimeout. The timeout simulates the computer "thinking", and prevents the nearly-instant response to each player move that would occur from a direct call to makeComputerMove(). Toggle playerTurn's value from false to true or from true to false. Set the turn ...

    $32 (Avg Bid)
    $32 平均报价
    7 个竞标

    if (!song) { setTimeout(function() { if (! && ) { (); ("I have left the channel due to inactivity. See you again!") .catch();} else return },600000); (); return ("? Music queue ended.").catch(); Hi, I have this code here and the timer starts right when there's no music in queue right? When I add another song the timer keeps going then the bot leaves while playing music. How do I adjust the time or stop it when adding another song?

    $5 / hr (Avg Bid)
    $5 / hr 平均报价
    3 个竞标

    Se busca persona para terminar proyecto urgente con conocimientos de canvas a nivel de animaciones, javascript y jQuery para controlar estas mismas, donde es simplemente saber hacer uso de setTimeOut y addClass/removeClass. - HTML Personajes andando en la pantalla - HTML Personajes luchando - HTML Personajes en misión - HTML personajes luchando contra Boss El trabajo está empezado. Adjunto ejemplo de una de las escenas. Se necesitan terminar y mejorarlas.

    $191 (Avg Bid)
    $191 平均报价
    10 个竞标

    I have PWA implemented in my Web but I have login problems I would like to update my se...=> ('/')) ); ('push', async event => { const res = (()); const { title, body, url, icon } = ; const options = { body, icon, vibrate: [100], data: { url } }; (showNotification(title, options)); }); const showNotification = (title, options) => new Promise(resolve => { setTimeout(() => { (title, options).then(() => resolve()); }, notificationDelay); }); ('notificationclick', event => { (); const { url } = ; if (url) ((url)); });

    $31 (Avg Bid)
    $31 平均报价
    2 个竞标
    Project for Alejandro R. 已经结束 left

    Hola Alejandro, vi tu mensaje donde dices la solución para el problema del carrito de la compra: "the solution is code a set timeout with the ajax inside setTimeout(ajaxFunction(),10000); You don't need to pay as much as they want for something that easy." Tengo ese problema y no sé como aplicar el código que dices. Esta tienda online es mi único sustento actualmente y no puedo permitirme que no funcione bien. Podrías ayudarme? Yo pagaría Gracias!

    $31 - $31
    $31 - $31
    0 个竞标

    ...our services to an external developer... THE JOB (examples of user-story) ------------ User story 457: 1. We have a working node.js-express REST API that takes to longer than Heroku's hardcoded timeout (30 sec) to complete. 2. The developer needs to build a demo WebSocket API that takes longer than 30 seconds to complete - to test if it's supported by Heroku. In this demo, you'll be using setTimeout to send a keep-alive message every 20 seconds, and an ending message after 1 minute 3. If it works - the REST API should be converted to WebSocket. Otherwise - we need to change the architecture and split the REST API into 2 servers: RESTful server and a worker server. 4. Also, develop the front-end's Javascript SDK for easier implementation in the front-end. 5....

    $7 / hr (Avg Bid)
    $7 / hr 平均报价
    12 个竞标