The designers for our site set a backstretch jquery to the entire site. I am making a subpage that I don't want to have a backstretch on. I'm not quite sure how to go about it. I attempted a .destroy and a .remove but still didn't receive the outcome I needed. This is the page I am editing. The patterned bottom is the backstretch that was applied to the whole site.
The code that applies the backstretch is listed below. Any help on how to change the backstretch to just a blank slate or remove it off this page?
$(document).ready(function() {
$('#carousel .background').backstretch(['/editable/templates/default/images/Mixed_Icon_Terracotta_BG.png'], {duration: 4500, fade: 750});
});
Main page has a backstretch applied to all pages but want to remove it on a certain page
38 Views Asked by Nelly Rubio At
0
There are 0 best solutions below
Related Questions in DESTROY
- Is it a tkinter problem? The progress bar is not shown when other GUI windows are open
- delete tkinter labels after you click a button
- Can't destroy a article | can't change from the action controller to the destroy
- Why can't I "destroy" CRTP vector that is "self-owned" but still can deallocate its address?
- Canvas is already in use even after using destroy() when leave the page and comeback to add data
- Vue Destroy Sortable Element
- CKEditor destroy function is throwing error
- CSS: How to Annihilate / Clip element below?
- Laravel problem with delete() function from model
- Chartjs not rendering when legend display true
- Why does one Gameobject work when i try to destroy the other one, but it doesnt work the other way around?
- I deleted an object and attempt to save it again but Rails does not allow it
- TKinter window won't close?
- Begin destroy/Cleanup after merge request is closed/merged
- Properly self-destroy Angular component on button click
Related Questions in JQUERY-BACKSTRETCH
- How do I add alt tags to an image slideshow using backstretch?
- Background image is not scaling in mobile devices
- What's wrong with this code to load image in jquery backstretch in view page?
- Main page has a backstretch applied to all pages but want to remove it on a certain page
- .destroy (backstretch) doesn't work with ajax content
- How do I add different sizes of the same image to a homepage banner in my media queries when the banner image is stored in javascript?
- backstretch slideshow is not working
- Jquery Backstretch doesn't work with user div's - Only with the body element
- how to use jquery-backstretch in jsp
- Dynamically call backstretch.js
- Add link to backstretch slides
- Backstretch jQuery dot navigation
- How do you chain a jquery function to a vanilla selector
- Can simply not get Backstretch to work! Giving 404 error when trying to load
- Get value from data-attribute and use it in a filter
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?