What is the translation of " JAVASCRIPT CODE " in Hebrew?

Examples of using Javascript code in English and their translations into Hebrew

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The web page contains JavaScript code that uses.
העמוד הנ"ל מכיל קוד Javascript שמזהה את.
The placement, visibility and other properties of block elementscan be affected at any time by means of JavaScript code.
המיקום, הנראות ומאפיינים אחרים של רכיבי בלוקיכולים להיות מושפעים בכל עת באמצעות קוד JavaScript.
Don't include CSS or JavaScript code in your HTML documents.
אין לכתוב קוד JavaScript או קוד CSS בתוך דפי ה-HTML.
All information is presented in the form of tags and scripts, for example inserting JavaScript code or pieces of PHP-programs.
כל המידע מוצג בצורה של תגים וסקריפטים, למשל הוספת קוד JavaScript או חלקים של PHP- תוכניות.
It lets you write modern JavaScript code that still works in older browsers.
זה מאפשר לך לכתוב קוד JavaScript מודרני שעדיין עובד בדפדפנים ישנים.
Enables the reporting of errors that occur when JavaScript code is executed.
אם תבחר באפשרות זו, במקרה של שגיאות בהרצה של קוד JavaScript יתקבל דיווח.
This engine takes your JavaScript code and changes it into faster machine code..
מנוע זה לוקח קוד JavaScript וממיר אותו לקוד מכונה מהיר יותר.
The first one points to the place where the CSS stylesheet resides,the second to the location of the JavaScript code file.
הראשון מצביע על המקום שבו נמצאת גליון הסגנונות CSS,השני למיקום של קובץ הקוד של JavaScript.
This cookie is set and read by the JavaScript code to determine if cookies are enabled.
S_cc קובץ cookie נשמר ונקרא על ידי קוד JavaScript כדי לקבוע אם קובצי cookies מופעלים.
React doesn't require using JSX, but most people find it helpful as avisual aid when working with UI inside the JavaScript code.
React לא דורשת שימוש ב-JSX, אבל רוב האנשים מוצאים את זה מועיל בתור סיועויזואלי בעת עבודה עם ממשקי משתמש בתוך קוד JavaScript.
This cookie is set and read by the JavaScript code to determine.
קובץ Cookie זה מוגדר ונקרא על ידי קוד JavaScript כדי לקבוע.
Net file that uses a javascript code to navigate web browsers online for the purpose of coin mining.
NET, שמשתמש בקוד JavaScript כדי לנווט דפדפנים באינטרנט לצורך כריית מטבע.
S_cc This cookie is set and read by the JavaScript code to determine.
S_cc קובץ Cookie זה מוגדר ונקרא על ידי קוד JavaScript כדי לקבוע.
The Adobe doc is embedded with JavaScript code and the DOC file that contains the macro with the malicious commands.
לדוקטור Adobe מוטבע עם קוד JavaScript ו- קובץ DOC המכיל את המאקרו עם פקודות זדוניות.
They think of it as something a web developer does to the code for a site after the site has been created(such as tweaking the HTML,CSS, or JavaScript code).
הם מתייחסים לנגישות כאל פעולה שמפתח אינטרנט מבצע בקוד של האתר לאחר יצירת האתר(כגון שינויים קטנים בקוד HTML,CSS או JavaScript).
The website of the advertiser has a piece of JavaScript code, which sets a cookie in the visitor's browser.
האתר של המפרסם כולל קוד JavaScript שמגדיר קובצי cookie בדפדפן של המבקר.
Using JavaScript code, you can change bids, pause ad groups, and add keywords with written scripts directly instead of manually within your AdWords account.
באמצעות קוד JavaScript תוכל לשנות הצעות מחיר, להשהות קבוצות מודעות ולהוסיף מילות מפתח, ישירות באמצעות סקריפטים כתובים במקום באופן ידני, בחשבון AdWords שלך.
Try the Babel REPL to see the raw JavaScript code produced by the JSX compilation step.
נסה את Babel REPL כדי לראות את הקוד ג'אווהסקריפט הגולמי שמיוצר על ידי שלב הקומפילציה של JSX.
Async operations like promises are put into an event queue, which runs after the main thread has finished processing andso does not block subsequent JavaScript code from running.
פעולות א-סינכרוניות כמו promises מושמות לתוך ה-event queue, אשר רץ לאחר שה-main thread סיים את העיבודים שלו,כך שהם לא יחסמו קוד JavaScript שבא אחריהם.
Not only can you add your own Javascript code, you can also insert your own images into your custom layout.
לא רק שתוכל להוסיף קוד Javascript משלך, אלא תוכל גם להכניס את התמונות שלך לתוך הפריסה המותאמת אישית שלך.
Every list can have a custom header image(recommended size is 1200x350px),and you can generate Javascript code to embed lists on Tumblr, WordPress, and Squarespace.
כל רשימה יכולה להיות תמונה כותרת מותאמת אישית(גודל מומלץ הוא 1200x350px),ואתה יכול ליצור קוד Javascript כדי להטביע רשימות על Tumblr, וורדפרס, ו Squarespace.
A JavaScript compiler takes JavaScript code, transforms it and returns JavaScript code in a different format.
מהדר JavaScript לוקח קוד JavaScript, משנה אותו ומחזיר קוד JavaScript בפורמט אחר.
Code splitting: with the developer providing"split points" in the source code,the GWT compiler will be able to split the JavaScript code into several small chunks instead of one big download.
פיצול קוד- בעזרת מתן של"נקודות פיצול" בקוד על ידי המפתח,מעבד הGWT יוכל לפצל את קוד הJavaScript למספר גושים קטנים במקום הורדה אחת גדולה.
While doing that we were able to reduce javascript code needed for the backend while allowing the translate all feature to work much faster(and supporting Apertium too!).
ותוך כדי כך הצלחנו להפחית את קוד הגאווהסקריפט הנדרש בצד השרת תוך שיפור מהירות משמעותי בתכונת"תרגם הכל"(ותמיכה גם באפרטיום!).
There are two main types ofasynchronous code style you will come across in JavaScript code, old-style callbacks and newer promise-style code..
יש שני סוגים עיקריים שלקוד א-סינכרוני שאנחנו ניתקל בהם בקוד javascript, יש את ה-callbacks הותיקים ואת ה-promises החדשים יותר.
Pixels& clear Gif's are small images or JavaScript codes on a web page or in an email that collect information about your activities and may create or update cookies.
פיקסל ו-Clear GIFs הם תמונות קטנות או קודי JavaScript בדף אינטרנט או בתא דאר(אימייל) האוסף מידע על פעילויותיך והעשוי לצור או לעדכן"עוגיות".
Once you have created an account and purchased a license to use the services and the accessibility component by paying to PayPal,the system will show you JavaScript code that you must enter in your site's source code..
לאחר שיצרת חשבון ורכשת רישיון לשימוש בשירותים ורכיב הנגישות, באמצעות תשלום ל-PayPal,המערכת תציג לך קוד javascript שעליך להזין בקוד מקור של האתר שלך.
The JavaScript code may load significantly later than the initial HTML render, so if you render something different in the client-only pass, the transition can be jarring.
קוד ה-JavaScript עלול להטען מאוחר יותר באופן משמעותי מאשר רינדור ה-HTML הראשוני, כך שאם אתם מרנדרים משהו שונה ברינדור אצל הלקוח בלבד, המעבר יכול להיות צורם.
You can tie Acrobat JavaScript code to a specific PDF document, a page, field, or button within that document, or a field or button within the PDF file, and even to a user action.
ניתן לקשור קוד Acrobat JavaScript למסמך PDF מסוים או לעמוד, שדה או לחצן ספציפיים בתוך מסמך זה, לשדה או לחצן בתוך קובץ PDF, ואפילו לפעולת משתמש.
Results: 29, Time: 0.0397

Word-for-word translation

Top dictionary queries

English - Hebrew