cparliaros
-
select parent but not its children
no worries, with your latest comment I understood what I was doing wrong. Time for me to sleep also. Thanks
-
select parent but not its children
@CrocoDillon check this simple jsFiddle and the comments. I can select an element with a click function but I want also to be able to select elements using they keyboard keys. In this example I try to select just the first element pressing any key. …
-
iMDb - Personal Movies Database webapp - test drive
@BenWalker cheers mate, that fixed it!
-
iMDb - Personal Movies Database webapp - test drive
new quiz :) I created a new search function and looks like itunes, where as you type it searches the library and results are appended in a search-result window below the search-input. As you continue typing, you narrow down the results. It does the…
-
iMDb - Personal Movies Database webapp - test drive
by above I meant the top from my previous reply: "Hello guys, I am not very experienced with javascript this is my first project on this scripting language and its completly experimental and for personal use" Yes they are my personal mov…
-
iMDb - Personal Movies Database webapp - test drive
Hello guys, I am not very experienced with javascript this is my first project on this scripting language and its completly experimental and for personal use but as I have mentioned before if anyone want to use any part of the code he is free to do …
-
iMDb - Personal Movies Database webapp - test drive
I did the changes you suggested jsFiddle is that you had in mind?
-
iMDb - Personal Movies Database webapp - test drive
I have decide that I dont like the loadMoreMovies as scroll down functionality inside the code for many reason but the most important was that when I am searching the library I want all the movies to be there as in itunes. I created a backup copy a…
-
iMDb - Personal Movies Database webapp - test drive
I did that but doesn't work. I had something like when keycode (enter code) is down return false. EDIT: I fixed it, I had the input inside the form and all I had to do was to replave the form with a simple div or you can include onsubmit="…
-
iMDb - Personal Movies Database webapp - test drive
really? all the transition and shadows I have used are just for webkit broswer like chrome and safari, I just tested and it works without these properties. I may add them later.
-
iMDb - Personal Movies Database webapp - test drive
@CrocoDillon I have update the code on the iMDb and now you can search through loaded movies, even if you load more the search will update to include them. Just one question, does anyone know how to disable the enter function from the text input whi…
-
add-remove items and css3 animation
@CrocoDillon thanks for the reply, I actually found the same solution my self last night but is incomplete because only the items on the same row are slide the rest just jump to the next position. I think as you said there is no easy way to do that,…
-
iMDb - Personal Movies Database webapp - test drive
You are right again, that totally fixed this problem. :) As I said the ratingMeter was the first javascript code that I wrote and maybe is too messy, I never checked the code again before add it to the final js file.
-
iMDb - Personal Movies Database webapp - test drive
@CrocoDillon thanks for your help one more time. There few others bug, one you can see very easy is on the ratingMeter plugin which I builded first. At that time I was using a single movie id and there was no problems but now with many of them on a…
-
Mixing complex scripts to work together
actually the new was the fix to my problem but I learn a lot more from your code. Also you did what I had in my plans to do later, but eralier is always better :), to put in functions things like select(), unselect(), hideInfo() etc. I added back a…
-
Mixing complex scripts to work together
@CrocoDillon thank you very much for your advices and your help. Control freak is a good thing for me :) - I am comeming from python and c++, but this is my first javascript project thats why may I have. About your last questions [Why did you put th…
-
SlideToggle info like google-images - FIXED
cheers @CrocoDillon !!
-
SlideToggle info like google-images - FIXED
well I took it a bit further and now I have the triangle pointer. When you click elements on the same row the pointer is on the right position but on the first click in a row below (for some reason only below) the pointer points to the next element…
-
SlideToggle info like google-images - FIXED
here is the final version with fixed width this time, works better for me. One last extra question, how can I have the small triangle thing which points to the selected element? You can see it as google image and itunes. cheers
-
SlideToggle info like google-images - FIXED
@CrocoDillon hmm, you are right. I will try that. But in general, in the case I want commands to be executed one after the other, do I have to use only jquery queue?
-
SlideToggle info like google-images - FIXED
i have everything in place with few updates to have the functionality that google images have but i am missing one thing. If you check the code, you will see that when info is open and then click in another box, simultaneously will close the current…
-
SlideToggle info like google-images - FIXED
@CrocoDillon yes, this is what I did :) thanks
-
SlideToggle info like google-images - FIXED
well here is my own fix in JSFiddle!! I am gonna try to improve it a bit by adding an update when the window is resized and make it more clean. I will appreciate any help with the window resize update, so when ever the window's width changes t…
-
SlideToggle info like google-images - FIXED
@srig99 thanks for the reply, I have some code knowledge of javascript and jQuery in general. Maybe I wasn't clear, I know about the slideToggle() and how to do it, the tricky part is how to have the info under the row of the selected element. …