Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 16 of 16
Search took 0.05 seconds.
Search: Posts Made By: tmparisi
Forum: JavaScript frameworks 04-16-2012, 02:24 AM
Replies: 1
Views: 784
Posted By tmparisi
Well I figured out my issue. Turns out, since...

Well I figured out my issue. Turns out, since the growl plugin calls the HTML, the ID was being duplicated and there was no unique identifier for the JS to bind to.

I gave the form a class...
Forum: JavaScript frameworks 04-15-2012, 07:29 AM
Replies: 0
Views: 629
Posted By tmparisi
Question Change URL with toggle switch in jquery mobile...?

I have a very simple slider that I am using with jquery mobile. When this slider is changed I want the URL to change:

<div class="containing-element">
<label for="flip-min">...
Forum: JavaScript frameworks 04-14-2012, 05:18 AM
Replies: 1
Views: 784
Posted By tmparisi
Question Using HTML form inside jQuery growl plugin...?

I am fairly new to jQuery and have come across an issue with a plugin. Now, this issue is not necessarily specific to this plugin, so please read on as any information will prove useful!

I have a...
Forum: JavaScript programming 04-04-2012, 02:03 AM
Replies: 10
Views: 1,223
Posted By tmparisi
So I believe I am getting much closer to figuring...

So I believe I am getting much closer to figuring this out, but I am stuck on a few things. Here is what I currently have:

Shadowbox is first being initialized with (in the header):

...
Forum: JavaScript programming 03-31-2012, 06:50 AM
Replies: 10
Views: 1,223
Posted By tmparisi
Wow thank you all so much for the messages... I...

Wow thank you all so much for the messages... I hope to give it another go tomorrow evening and I will report back with my findings. Thanks agains for everyones help, this is a great forum!
Forum: JavaScript programming 03-30-2012, 02:30 AM
Replies: 10
Views: 1,223
Posted By tmparisi
Would that be the same as doing something like...

Would that be the same as doing something like this on the iFrame.php?

On my form.php (iFrame) page I need to utlize something like:

<form name="input"...
Forum: JavaScript programming 03-29-2012, 08:50 PM
Replies: 10
Views: 1,223
Posted By tmparisi
Question Getting variables from PHP of iFrame back to HTML and javascripts of parent window..?

I have an HTML page that is making use of JQUERY and many other JQUERY plugins. Inside this HTML page there are 2 different types of iFrames that display PHP forms. One is a normal iFrame:
...
Forum: HTML & CSS 03-17-2012, 04:02 PM
Replies: 4
Views: 470
Posted By tmparisi
If I try it in IE9 the arrow displays for every...

If I try it in IE9 the arrow displays for every page BUT the contact us page.

If I try it in FF10, I don't get an arrow displaying on either page.

Perhaps it may be best for me to go back to...
Forum: HTML & CSS 03-17-2012, 03:30 PM
Replies: 4
Views: 470
Posted By tmparisi
The reason for the iframe is that it is using a...

The reason for the iframe is that it is using a 3rd party PHP form system, called MachForm. It gives me the option to embed the form via ifram or javascript, but unofrtunately the javascript seems...
Forum: HTML & CSS 03-17-2012, 03:48 AM
Replies: 4
Views: 470
Posted By tmparisi
CSS Padding issue...?

I am in need of a CSS expert for what should be a very quick fix. Basically, something is wrong in my code where the padding is not properly working. When the page loads, some of my frame is lost...
Forum: JavaScript frameworks 03-10-2012, 04:08 AM
Replies: 7
Views: 926
Posted By tmparisi
Nevermind, both of those needed to be in the JS...

Nevermind, both of those needed to be in the JS file... seems to work fine! Thank you very much!
Forum: JavaScript frameworks 03-10-2012, 03:31 AM
Replies: 7
Views: 926
Posted By tmparisi
my JS file has this: ...

my JS file has this:

$('.prev').click(function(){
img=img-1;
if (img<0) img=img+num
$.when($('#bgStretch img')).then(function(){
$('#bg_pagination li a').eq(img).click();
})
...
Forum: JavaScript frameworks 03-10-2012, 03:00 AM
Replies: 7
Views: 926
Posted By tmparisi
Thanks for taking the time to help me, it is very...

Thanks for taking the time to help me, it is very much appreciated!

So you are saying I should replace the piece of code in the JS file with this:
nextImg = function(){
img=img+1;
if...
Forum: JavaScript frameworks 03-10-2012, 02:38 AM
Replies: 7
Views: 926
Posted By tmparisi
I believe this is the correct file it is pulling...

I believe this is the correct file it is pulling from:

var fl=true
$(document).ready(function() {
// hover

$('.prev .img_act').css({left:38})
$('.next .img_act').css({left:-38})
...
Forum: HTML & CSS 03-10-2012, 02:16 AM
Replies: 0
Views: 229
Posted By tmparisi
Angry How to create a timer to run an HTML click 'class'

not sure if this belongs in java or HTML... sorry!

So I am very new to JS and I have been messing around with a template file. I have been lucky so far in searching and finding most of my issues,...
Forum: JavaScript frameworks 03-10-2012, 02:15 AM
Replies: 7
Views: 926
Posted By tmparisi
Angry How to create a timer to run an HTML click 'class'

So I am very new to JS and I have been messing around with a template file. I have been lucky so far in searching and finding most of my issues, but I don't think I know exactly what to search for in...
Showing results 1 to 16 of 16

 
Forum Jump

All times are GMT +1. The time now is 11:56 AM.