Couldn't Make Smaller Stars On Trail
Nov 9, 2011my relative wanted this star trail effect on the site: URL...I did similar effect below but I couldn't make smaller stars on trail, how can I achieve this?
View 2 Repliesmy relative wanted this star trail effect on the site: URL...I did similar effect below but I couldn't make smaller stars on trail, how can I achieve this?
View 2 RepliesI would like to make to horizontal items smaller in height. Is there an easy way of going this?
View 1 Replies View Relatedmake my script smaller by creating a function that controlls every textboxes instead of one textbox. See below my code that I want to make it smaller...
$(".searchField").focus(
function()
{
[code]....
OK so the basic stylesheets comprise about 800 lines of code and look about as fragile as Trump's ego; I don't understand what most of these CSS selectors actually refer to and I'm intimidated about breaking something.I need to make a smaller (less width, 230px wide to be exact) version of the audio player.[URL]
View 2 Replies View RelatedGreybox couldn't open the big images using gb_imageset[Name]!! what is the wrong ?
View 5 Replies View RelatedIve come up with this but I couldn't get the numbers to display in the text field?
<script type="text/javascript">
var numbers = new Array();
function insert(val)
{
[Code]....
I'd like to make a game-like interactive animation with javascript. A car of some sort that will be able to move in all directions is something i have no troubles with. But on top of that i would like to add a trail that this "car" of mine would leave behind it.Keeping in mind that the car is able to move in all direction (by which i mean any angle, not just up-down-left-right), how would i make the parts of the screen that the car "ran over" to have a different color or something, and preferably leaving the option of calculating the surface area of the trail?
View 1 Replies View RelatedI am trying to create a breadcrumb trail for a page on a site I am creating.
I have several divs - div1, div2, div3, div4 etc and I need to have the div title at the end. Here is my code, the problem I have is that var theTitle is returning null.
Code:
function breadcrumbs() {
var output = "<a href="/">Home</a> > ";
var output2 = " > ";
for( var dnum = 1; dnum < 999999; ++dnum ) {
[Code].....
success(data, textStatus, jqXHR)Function, Array A function to be called if the request succeeds. The function gets passed three arguments: The data returned from the server, formatted according to the dataType parameter; a string describing the status; and the jqXHR (in jQuery 1.4.x, XMLHttpRequest) object.
'success': function(html){ jQuery("#quote-of-the-day").html(html) }
success: function(data) { var out = "<ol>"; $(data).each(function(){ out+="<li>"+this.title+"</li>"; });
The above 2 ways of defining the success call back confused me.
1) According to definition, it should take 3 parameters, why here it only takes 1 parameter?
2) Why the name of parameter passed into function() can be different? Does this name matter?
I want to insert this star trail effect script, it works fine on blank page but star trail doesn't appear on most areas in this page and script corrupts several objects' position. How can I insert it successfully?
View 1 Replies View RelatedI want to insert this star trail effect script, it works fine on blank page but star trail doesn't appear on most areas in this page and script corrupts several objects' position. How can I insert it successfully?
[URL]
Code:
<head>
<style type="text/css">
body {overflow: scroll; overflow-x: hidden;}
.anyClass {
[Code].....
Image1=new Image();
I have a pic saved on my computer and I cant get my script to point to it.even if i put the whole path in. am i not understanding how to point to an image.
This is the classic flying starfield script that i am playing with. how to change image
can someone tell me how to create a simple rating system with stars or something like that and can i do it in js?
View 1 Replies View Relatedhow can I reset the stars without clicking on the cancel button, like on any other event on the page? is it possible?
View 1 Replies View RelatedI'm new here, and I'm a programming newb but am very interested in learning and possibly pursuing programming in the future. As such, I'm taking an intro to Javascript class at my university, and our homework is to make a function that when called upon makes a diamond out of *'s. It is supposed to do so by prompting a user for an int and then makes a diamond shaped object with the inputted number of stars in the middle of the diamond. an example of what this would look like (if a user entered in "5" to the prompt):
[Code]...
i want to get rid of the "cancel rating" button that appears next to the 5 stars when enabled. I need to force the users to enter a rating,so i need to take the cancel rating button off (makes value = 0).I can't find how to change this!
View 2 Replies View RelatedWhen I use Window.open ("mywindow.htm") the size of the window is the same as
the size of the original. How can I open the new window in a smaller size, so
people can still see my main window, and the smaller one.
How can you have a smaller version of a picture and when you click on it a bigger version pops up?
View 4 Replies View RelatedI would like to split jquery into smaller files to enhance loading timefor mobile devices. Smarphones can't cache files larger than 20kb. Is it possible spilt jquery into smaller files?
View 2 Replies View RelatedDon't know if am in the right section to post this, but I want to create something in html as defined in the attached image.
What I want is if I click on the small 'Contact Us' div, it should open the contents in the bigger one at the bottom of the page, same applies for the other small divs, and by default I want the Contact Us content to appear in the bigger div when the page is loaded, and then replaced as and when clicked on other divs.
auto grab the webpage url yor on and put it into a smaller url. Could redirect towith url in the input box or does it`s own shortening.... I need it to be a extension form (ex: javascript:alert) xD.I'm needing this code for DSi user`s on DSiHub (DSi can't copy'n past) to make it easy for them to get avatars or post long links
View 1 Replies View Relatedi want to hide a floating div if the user screen is < 1024 as it will overlay with my blog content area. i found this jquery on the net i am not sure how to use it.
$
(
document
).
[Code].....
i'm sure this is an easy fix, [URL] trying to get rid of the black background around the smaller pictures in the slideshow.
View 3 Replies View RelatedSee these demos here [URL]. I want to do the same thing (red on error and removes red upon correct entry) but only with one simple input (a spam question). All that jquery for one little thing seems def overkill. Anyone have a custom little script lying around or know of a example?
View 7 Replies View RelatedI'm trying to attach a colorbox to all the links on a page exceptones within a div having the class 'stars'. Shouldn't I be able to do thisusingjQuery(":not(.stars) a")? This seems to completely fail to exclude the stars (which happens also with div:not(.stars) and other classes), it's just as if the :not clause wasn't there at all.
View 6 Replies View RelatedIs there a way to use javascript to increase the overall document text
size, just like if you click View->Text Size->Largest, Larger, Medium,
Smaller, Smallest? This is on IE browser.