Skip to main content

All Questions

Tagged with
0 votes
1 answer
204 views

How to rewrite javascript to force it to load despite Ajax?

I have the following javascript code, the problem is that the Squarespace site i'm working on requires Ajax-loading. Therefore, this code only works if you refresh the page once loaded. More on this ...
siaeva's user avatar
  • 154
0 votes
0 answers
48 views

Have a Javascript code that won't load with Ajax

I'm using Squarespace to make a website and on one of the pages, I'm using JavaScript to make the header different than all the other pages. I was able to use this code: <style> a.Header-...
Glosoli529's user avatar
0 votes
0 answers
53 views

JQuery Ajax call is not filling third-party database

I'm trying to connect Squarespace forms to an app called Zola. Zola has a CRM to manage customer leads. When someone submits a form from SS we want it to populate a new lead in the CRM automatically. ...
Brett Hansen's user avatar
1 vote
1 answer
474 views

$.POST on a squarespace page

I have a custom form that posts to a 3rd party server as an appointment booking module. If i submit the form thru the action of the <form> tag i do recieve the email, but i would like to submit ...
Kyle Berry's user avatar
0 votes
2 answers
221 views

Stop caching of JSON-Pretty for JavaScripts that are dependent on it

I have built a Squarespace site using a template that has a unique masonry type gallery - https://wexley-demo.squarespace.com/ . This template was chosen almost exclusively because of this gallery ...
paulcook's user avatar
1 vote
1 answer
429 views

Squarespace Change pageSize limit on getting blog posts

i'm working on a Squarespace Website, i have a blog with several posts, actually 36 posts, using ajax call i parse all the posts with the following url url to parse, the problem is that SQS return ...
RedaZZ's user avatar
  • 25
1 vote
1 answer
2k views

Squarespace ajax loading do not display custom code

After a day off being stuck, about why on earth i wouldnt get my jquery custom code to work on SquareSpace template; i found that this is due to the AJAX loading. So yes, the script runs when: - U ...
RedaZZ's user avatar
  • 25
0 votes
1 answer
268 views

Squarespace ajax call do not load video and audio

i'm working with squarespace developer mode, i create some javascript code to get my blog articles or events, the problem i have is that when i use ajax call to get my events to display them in a page ...
RedaZZ's user avatar
  • 25
0 votes
1 answer
1k views

Using .append & .load to load a section of another page to target page

I'm using Squarespace and trying to use .append and .load to first create an empty div (hence .append) and then insert my newsletter div and its contents from a "mother" page of my site into a number ...
JaxJames's user avatar
3 votes
3 answers
1k views

How can I bind events to the Squarespace AjaxLoader?

I'm working on a Squarespace site at the moment, trying to figure out how I can bind a function to their AjaxLoader without much success. Here is a demo site that uses this loader In my console I ...
jfox's user avatar
  • 888
1 vote
1 answer
730 views

Is there a secure way to store a password across pages on the client side?

I have a form that via AJAX validates login credentials from an external php script and database. I am attempting to password protect pages of a Squarespace website. I am wondering if there is a way ...
Andrew's user avatar
  • 1,783
0 votes
1 answer
292 views

issue reading xml file in squarespace 6 in developer mode

i am using developer mode in square-space 6. I have jQuery custom plugin where i need to read data back and process it. My function and all its related processes are working fine on local machine but ...
K.Z's user avatar
  • 4,975
0 votes
4 answers
356 views

Simple jQuery Will Not Load

I'm trying to re-learn HTML/CSS/JavaScript and coming across an issue with a site I'm building. I'm on Squarespace and trying to implement jQuery. I have simple code and it will not work. Please let ...
Kelsey's user avatar
  • 13