Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #122324
| Path | csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | John Harris <niam@jghnorth.org.uk.invalid> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: Statement-Continuation Rule |
| Date | Tue, 20 Feb 2024 11:04:57 +0000 |
| Organization | A noiseless patient Spider |
| Lines | 21 |
| Message-ID | <ur210q$2f9ce$1@dont-email.me> (permalink) |
| References | <uq1bhn$1lp15$4@dont-email.me> <ur1fbi$2bqel$4@dont-email.me> |
| Reply-To | jgharris@ic4life.net |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Tue, 20 Feb 2024 11:04:58 -0000 (UTC) |
| Injection-Info | dont-email.me; posting-host="b50a18ec0b98647729843918dd0479dc"; logging-data="2598286"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18kZW1kY2UC2j0ApJodo1KET+wd2yEOf18=" |
| User-Agent | Mozilla Thunderbird |
| Cancel-Lock | sha1:IOsurTzzhKTsnghABnRf5Lr3as4= |
| In-Reply-To | <ur1fbi$2bqel$4@dont-email.me> |
| Content-Language | en-US |
| Xref | csiph.com comp.lang.javascript:122324 |
Show key headers only | View raw
On 20/02/2024 06:03, Lawrence D'Oliveiro wrote:
> Another example. This doesn’t work:
>
> return
> {
> source : "/autocomplete/search-widget.php",
> select :
> function (event, ui)
> {
> $("#select_widget_name").val(ui.item.label)
> $("#select_widget_id").val(ui.item.value)
> } /*function*/,
> }
<snip>
Why do you call it "Statement-Continuation Rule"? Isn't it expression
evaluation?
John
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Statement-Continuation Rule Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-20 06:03 +0000
Re: Statement-Continuation Rule John Harris <niam@jghnorth.org.uk.invalid> - 2024-02-20 11:04 +0000
Re: Statement-Continuation Rule Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-02-20 19:40 +0000
csiph-web