|
@@ -5,9 +5,9 @@ function parallaxScroll() {
|
|
|
var scrolled = $(window).scrollTop();
|
|
|
// 困擾
|
|
|
if (screen.width > 1024) {
|
|
|
- $('#circle2').css('top', (350 - (scrolled * .2)) + 'px');
|
|
|
+ $('#circle2').css('top', (300 - (scrolled * .2)) + 'px');
|
|
|
$('#circle3').css('top', (1000 - (scrolled * .2)) + 'px');
|
|
|
- $('#circle1').css('top', (650 - (scrolled * .2)) + 'px');
|
|
|
+ $('#circle1').css('top', (700 - (scrolled * .2)) + 'px');
|
|
|
// 課程大綱
|
|
|
// $('#act1').css('top', (30 + (scrolled * .1)) + 'px');
|
|
|
$('#act2').css('top', (900 - (scrolled * .2)) + 'px');
|
|
@@ -266,10 +266,8 @@ $(".contact-form2").submit(function (e) {
|
|
|
type: 'POST',
|
|
|
url: 'https://go.hhh.com.tw:8004/add_client_info',
|
|
|
data: jsonString,
|
|
|
- // dataType: 'json',
|
|
|
- dataType: 'jsonp',
|
|
|
- async: false,
|
|
|
- jsonp: 'jsonpCallback',
|
|
|
+ dataType: 'json',
|
|
|
+
|
|
|
|
|
|
|
|
|
success: function (data) {
|