Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms: event and method submit #292

Merged
merged 9 commits into from
Aug 28, 2023

Conversation

shahrzadJavadiKoushesh
Copy link
Contributor

No description provided.

Copy link
Member

@mahdyar mahdyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @shahrzadJavadiKoushesh and thank you for your contribution;

Please make the requested changes and let me know when it's done.

@@ -1,42 +1,42 @@
# Forms: event and method submit
# Forms: event و method submit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Forms: event و method submit
# فرم‌ها: event و method submit


```js
showPrompt("Enter something<br>...smart :)", function(value) {
alert(value);
});
```

A demo in the iframe:
نسخهی نمایشی در iframe:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
نسخهی نمایشی در iframe:
نسخه‌ای نمایشی در iframe:


In both cases that ends the input process and removes the form.
در هر دو صورت،‌این فرآیند input را تمام میکند و فرم را پاک میکند.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a space after comma:

Suggested change
در هر دو صورت،‌این فرآیند input را تمام میکند و فرم را پاک میکند.
در هر دو صورت،‌ این فرآیند input را تمام میکند و فرم را پاک میکند.

@@ -13,8 +13,8 @@ A modal window can be implemented using a half-transparent `<div id="cover-div">
}
```

Because the `<div>` covers everything, it gets all clicks, not the page below it.
از آنجایی که `<div>` همه چیز را می‌پوشاند،آن تمام کلیک‌ها را می‌گیرد،نه صفحه‌ی زیر آن.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
از آنجایی که `<div>` همه چیز را می‌پوشاند،آن تمام کلیک‌ها را می‌گیرد،نه صفحه‌ی زیر آن.
از آنجایی که `<div>` همه چیز را می‌پوشاند، آن تمام کلیک‌ها را می‌گیرد،نه صفحه‌ی زیر آن.

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@shahrzadJavadiKoushesh
Copy link
Contributor Author

/done

Copy link
Member

@mahdyar mahdyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mahdyar mahdyar merged commit 4d2e43f into javascript-tutorial:master Aug 28, 2023
1 check passed
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants