limited-teacher-83117
03/17/2023, 4:35 PMable-park-18255
03/17/2023, 7:07 PMjavascript
htmx.ajax('GET', `/products/${productHandle}?variant=${variantId}§ion_id=${sectionId}`, {
source: '[x-prodify-swap-target]',
target: '[x-prodify-swap-target]',
swap: 'outerHTML',
})
able-park-18255
03/17/2023, 7:09 PMjavascript
fetch(`${url}?variant=${this.selectedVariant}§ion_id=${sectionId}`)
.then((response) => response.text())
.then((responseText) => {
const html = new DOMParser().parseFromString(responseText, 'text/html')
const destination = document.querySelector('.pdp-main')
const source = html.querySelector('.pdp-main')
destination.innerHTML = source.innerHTML
const params = new Proxy(new URLSearchParams(window.location.search), {
get: (searchParams, prop) => searchParams.get(prop),
})
let optionId = params.lastSelectedOption
document.getElementById(optionId).focus()
})
shy-knife-59740
03/17/2023, 8:18 PMshy-knife-59740
03/17/2023, 8:18 PMshy-knife-59740
03/17/2023, 8:18 PMshy-knife-59740
03/17/2023, 8:19 PMpy
model = {
"data": [...],
"pagination": {
"next": "link to next page",
"prev": "link to previous page"
},
"current_page": "current items on page",
"total": "total items on page"
}
just added a few more elements to the api to make the job easier on htmx side. doing all that through htmx would be a painable-park-18255
03/17/2023, 10:09 PMsource
is for then...mysterious-toddler-20573
03/17/2023, 11:04 PMlimited-teacher-83117
03/18/2023, 12:16 AMlimited-teacher-83117
03/18/2023, 12:20 AMcuddly-keyboard-70746
03/18/2023, 8:26 AMcuddly-keyboard-70746
03/18/2023, 8:28 AMcuddly-keyboard-70746
03/18/2023, 8:28 AMcuddly-keyboard-70746
03/18/2023, 8:29 AMcuddly-keyboard-70746
03/18/2023, 8:32 AMcuddly-keyboard-70746
03/18/2023, 8:32 AMcuddly-keyboard-70746
03/18/2023, 8:33 AMcuddly-keyboard-70746
03/18/2023, 8:34 AMcuddly-keyboard-70746
03/18/2023, 8:34 AMsome-airline-73512
03/18/2023, 1:19 PMnumerous-agent-22346
03/18/2023, 1:35 PMechoing-lion-55988
03/18/2023, 1:56 PMechoing-lion-55988
03/18/2023, 1:57 PMechoing-lion-55988
03/18/2023, 1:58 PMechoing-lion-55988
03/18/2023, 1:59 PMechoing-lion-55988
03/18/2023, 2:00 PMechoing-lion-55988
03/18/2023, 2:01 PMmysterious-toddler-20573
03/18/2023, 2:13 PMnumerous-agent-22346
03/18/2023, 2:19 PM