I have just bought a JS animated web template. I made changes to the file names on the splash page (index.html) and 2 landing pages www.keithmacstanton.com/dez Now everything is all messed up.
I'm trying to create a splash page effect on my index page by adding some full screen images with jquery. I got that to work, but I only want to call the script if a person is arriving at the homepage after coming from an external site. I think I can use document.referrer in something like this:
I have files on the server: .txt, .xml, .config, and "no extension" - all editable with notepad.
User will write some input, it will be added to file in specific place.
I need an ability to change element value in file (in one of them - depends what user choose) (or it even can be some trigger word it-self like CHANGE_ME for not to use attributes)
Create a temporary copy of edited file and create a unique temporary link to it.
I don't know what to start from.... For now I know how to make XHR, but what to do with other extensions?
Have no idea how to save the NEW file (a copy of original file) on server , and create a UNIQUE link ,and delete the file right after it was downloaded.
I can find a specific word in xml file, but how to change it?[code]...
I'm trying to create a plugin that I want to be able to call like$.pluginname(...) where currently I have to call the plugin like this $(...).pluginname.
Right im trying to incorporate a splash screen on recent project like the one here... [URL] But im trying to implement cookies with it so it only loads the splash screen once every browser session but i havent managed to figure this out yet
I want to create a twitter like user registration form for my asp.net(C#) web application. I have configured asp.net membership module for my site. I have searched alot but couldn't find any all in one JQuery Plugin which provide the following functionalities to my webform-
1. Form Feild highlight when onFocus and on error 2. Tooltip when form field is in focus 3. Proper client-side form validation 4. Check user name availability
I'm trying to use the cookie plugin to remember the state of a navigation menu from page to page. Here is the snippet of code from towards the top of my page where I am including the jquery files and cookie plugin. The second part of the sample tries to determine whether the cookie exists.
I am running FCKEditor 2.6.4 and am looking for a solution to insert onClick and onMouseOver external javascript into the anchor tags of my editor instances. This insertion would be handled via a toolbar button.
What I already know and have tried:
1. Know how to manually do this task in source view.
2. Already created the 2 javascripts I want to use, and proven they work when I insert the script in the editors source mode.
3. Already started making the plugin, but I'm lost on making the actual processing file as I do not want a dialogue window, just have the user click the button in the toolbar.
4. Already have created my fckplugin.js file and toolbar button.
As an example, here is what I have accomplished:
The standard image with its link is:
I already have a style class for the link, the styleclass sets 50% opacity until hovered at 100% opactiy, that was easily accomplished by applying the style to the Insert/Edit Link > advanced tab (after setting it in the editor stylesheet).
Here is what I'm trying to accomplish:
We start out with the same linked and styled image...
The user clicks the plugin toolbar button and the link source code is modified to the following:
I am using the plugin jquery.innerfade to make a small slideshow, but I am having trouble using it for two. I want two different slideshows on the one page, and in different divs. I can't seem to get it to work.
I try to use the malsup form Plugin. When I validate a checkbox i get an alert when it is unchecked, but when it is checked it dont go to the next page. Code overview: [URL] Page: [URL]
I am new to query. So far I have found this a huge improvement on coding all this stuff myself. I want to create a button which will add a new div element to the html page. I can do this in php however I want to know if there is a simple way of doing it in query and where I would look to find the documentation and examples of this function.
I want to create a 3x3 grid on the page. Each square needs to be the height and width of the page. I will then use jquery scroll.to to move the grid, dispalying a different square to the user.
Am I right in thinking that I wont be able use 100% width and 100% height in my CSS for the single box, since there are actually going to 8 squares that are off the page?
[URL]
I am guessing therefore that I should use javascript to take the window width and height, and then use this value to create each of the gridbox's. Is this the right way of doing it?
I want to have graphics instead of page numbers in JQuery Cycle Plugin. In the picture below (bottom-right), there are four numbers which should be circle graphics.
I have 2000px width images that I want to be centered in a 100% width slideshow. I basically want my images to cover the entire width of the page, and also be centered.
Nothing has worked for me. No matter what I do, my images get pushed to the right and far off from the center.
I am not able to use jqGrid and jquery lightbox plugin in a single page. Its shows an error i.e. Lightbox was not able to find it's javascript script tag necessary for auto-inclusion. What does it mean ?
I see it working in the demos I found this documentation
You can avoid having to duplicate the plugin settings by modifying the defaults. Use $.validator.setDefaults({…}) to override multiple settings at once.
But I do not understand what I have to do to make this work