jsajax_wizard 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/jsajax_wizard.rb +5 -2
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47404a3a4ac95a5fed9ca7eaeb2c0e511c3a7d36d3cd6b4749a8e7a1c5abf3d9
|
4
|
+
data.tar.gz: 59abb517cdfa20936bfc042526f4bc65636cf5c2863e0b20ca34109b88055b70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34b2cfe70c7302ec508ffc9871f6e8959d8fb4c2549812b3ac39ca89428703272b716f636794a06737e6cea31a9e00d7edcc7732c592ddb9768dacec06fb5907
|
7
|
+
data.tar.gz: b2c4b214e68dad35454279453b8c9b8186eb1595426482acc1b62ddb0289b175464e175f1afcda731878512b6f94836b21b79178298c694c978efeb1f1ff9d20
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/jsajax_wizard.rb
CHANGED
@@ -21,7 +21,10 @@
|
|
21
21
|
# jaw.add_request server: 'hello', element: {type: 'timer',
|
22
22
|
# interval: '5000'}, target_element: {id: 'demo', property: :innerHTML}
|
23
23
|
|
24
|
-
|
24
|
+
# 03 Oct 2019 : An HTML document can be passed in containing an
|
25
|
+
# AJAX placeholder e.g.
|
26
|
+
# <button onclick='$[x][/someurl/]'></button><div id='demo'>$x</div>
|
27
|
+
#
|
25
28
|
|
26
29
|
|
27
30
|
require 'rexle'
|
@@ -264,7 +267,7 @@ function ajaxResponse#{i+1}(xhttp) {
|
|
264
267
|
|
265
268
|
property = if inner_html then
|
266
269
|
|
267
|
-
html.sub!(/>\$#{var}</,'')
|
270
|
+
html.sub!(/>\$#{var}</,'> <')
|
268
271
|
:innerHTML
|
269
272
|
|
270
273
|
end
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsajax_wizard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
pZTsghadsRxoGiI7mehrgxkeLLA7q3Zpafsvw3mLrERdifNsVFNBUDMjfE/OnJq8
|
36
36
|
EOz+UVQEw8EJ9wHqaJYIbHBq
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2019-10-
|
38
|
+
date: 2019-10-05 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: rexle
|
metadata.gz.sig
CHANGED
Binary file
|