Questions tagged [ajaxify]

Simple drop-in script to ajaxify your entire website instantly using the HTML5 History API with History.js and jQuery ScrollTo.

Ajaxify your entire website instantly with this simple drop-in script using the HTML5 History API with History.js and jQuery ScrollTo.

Github

25 questions
10
votes
1 answer

JQuery History.js plugin not replacing state of one page in both HTML4 and HTML5 browsers

I am using JQuery History.js plugin to enable History API in HTML5 browsers and emulate in HTML4 browsers. I am using Ajaxify script to implement this plugin. I changed this script a little as shown: var History, $, document; function…
Aishwarya Shiva
  • 3,460
  • 15
  • 58
  • 107
6
votes
1 answer

jquery ajax post call, ajaxify history and back button

I have ajax calls made in jquery function which i call with onClick options placed on divs. example:
example
and the functions than looks like this: function example(ID){ …
Tadej Vengust
  • 1,351
  • 4
  • 18
  • 35
3
votes
2 answers

Does ajaxify work locally?

Does Ajaxify only work live? That is to say, doesn't it work locally? I’m working on a local site, have a basic implementation and it hasn't changed anything.
pjldesign
  • 387
  • 1
  • 3
  • 17
3
votes
0 answers

Balupton Ajaxify html5 home page issue

I'm using Balupton's ajaxify gist: https://github.com/browserstate/ajaxify My home page contains links of posts in thumbs etc. The post content is loading in the ajax container.So the homepage content stays on page while the other content loads in…
drivebass
  • 137
  • 1
  • 11
2
votes
0 answers

Ajaxify or pjax?

What are the main differences here? Ajaxify seems much more lightweight then pjax. I know it is a very common plugin on wordpress, but find it hard to find any good documentation on implementing to normal websites. Pjax, seems to be very heavy but…
SethCodes
  • 283
  • 1
  • 5
  • 14
1
vote
0 answers

SHOPIFY | Items added to cart, not displayed until page refresh

I don't really have much experience in coding, but I found a tutorial on how to add an "Add to cart" button to shopify products without entering the specific product. Im having troubles with my cart not updating and displaying the added items…
1
vote
0 answers

Is there an equivalent to {% include 'ajaxify-cart' %} for javascript? | Shopify

I have a store that's using a sidebar filter to filter products on my collection pages by tags, collections, vendor, and various other options. The filter is written into the theme.js I've added an add to cart button and gone though the procedures…
Jeff
  • 23
  • 1
  • 8
1
vote
1 answer

Wordpress dropdown menu - ajaxify plugin removes class 'current-menu-item' from menu items. Is there a way around this?

I'm setting up a WP-page for a client. I have a dropdown menu and the primary menu item is an unclickable link that says "MENU". On every subpage, I need the title of the subpage to display where it usually (only on the startpage) says "MENU". I've…
Emy O. W
  • 31
  • 3
1
vote
0 answers

What is the meaning of ajaxify?

I've been hearing ajaxify for awhile now. However when I tried google/youtube to have it explained to me better, I really cannot grasp the nuts and bolts about it. Like, is it something that makes my page load faster? It is? Why? Is is something…
Charmie
  • 2,468
  • 7
  • 33
  • 47
1
vote
1 answer

Call Rails helper in every view impliedly as first argument

I have a Rail 4 application that uses the ajaxify_rails Gem. So only my content is loaded but not the full page. Now I have defined a helper method that I want to call in every view as first statement. My current approch is doing this explicit in…
tbraun89
  • 2,246
  • 3
  • 25
  • 44
1
vote
1 answer

Website doesn't behave properly offline

Hi everyone, I have basic knowledge of html. I have been inspecting the design of a website: http://www.merixstudio.com/ I have saved the website to my desktop to examine. When I navigate the website, it won't load the pages, but it shows the site's…
Haddaraboy
  • 31
  • 4
1
vote
1 answer

Why does Ajaxify'ing a standard MVC Razor Web Application result in mobile CSS styles?

Before jumping off the deep end with Ajaxify on a large Razor project, I thought it best to create an MVC4/Razor test-bed app and try it out. Repro: Created a standard MVC4/Razor Web Application in VS 2012 Added the requisite JQuery add-in files…
iCollect.it Ltd
  • 92,391
  • 25
  • 181
  • 202
1
vote
2 answers

Modify balupton ajaxify-html5.js to use two different zones (divs)

ajaxify-html5.js by balupton : https://github.com/browserstate/ajaxify I need to modify this great script to fulfill the following scenario : Some links on my page need to load content into one div and then scroll to it, other links on my page need…
John
  • 66
  • 7
0
votes
1 answer

History.js causes javascript to not being rendered

I have this very weird issue with javascript not being rendered (its just shown as plain text above the body) when I click a link while having history.js running.
P. Nick
  • 955
  • 1
  • 12
  • 33
0
votes
0 answers

View Cart button not showing cart on Shopify

https://imprint-aftercare.myshopify.com/ Built a theme using Timber as a basis. Clicking 'Add to cart" successfully adds to cart and populates the slide out drawer with the cart.... however, clicking on the Cart icon makes the drawer slide out, but…
Ben
  • 283
  • 2
  • 10
1
2