sayedtaqui
-
How to make Ajax work in wordpress
I m sorry I didn't realize that the information was not sufficient. So let me put my question this way(only the part where I m having problem). I have a button on a page(let's say single.php) and I m trying to fetch all the data( only html…
-
How to replicate buttons in jQuery?
Thanks , that was really helpfull. Now I undertand.
-
how to remove and bring another hover effect in drop down in CSS?
Thanks I have applied the code you gave but now the hover background is not coming. The li>ul>li are getting the #000 color on hover however I wanted to them to change color individually.
-
Why this function doesn't work in 'for loop' ? [jquery]
ok got it thank you, now no more doubts
-
Why this function doesn't work in 'for loop' ? [jquery]
just one last thing. I was experimenting and wrote this seprately k= 3; num= k+1; y= 'row'+(num+1); alert(y); //returns row5 So why in our case we are required to use (+num+1) or else it returns 11 as a string but doesn'…
-
Why this function doesn't work in 'for loop' ? [jquery]
Thank you very much , after experiment with your code 10 times. now I completley understand how its working and why you used those things. Today I learned a lot from you. Thanks again.
-
Why this function doesn't work in 'for loop' ? [jquery]
Today I learned a very basic essential thing of jquery from you, which I m sure will help me a long way understanding the logic. Now I understand why my code wasn't working but im sorry for being dumb to understand your code. What I understand …
-
Why this function doesn't work in 'for loop' ? [jquery]
Thanks a lot, but if you could explain a little more, i have a hard time understanding the reason you mention above. and why use pattern match?
-
Why this function doesn't work in 'for loop' ? [jquery]
I want fields to appear one by one.
-
How to write this condition?
I meant probably you write CSS a lot because you wrote media_query("SELECT *..") like in CSS we do @media_query for different screen resolution. was just kidding. Thanks again
-
How to write this condition?
Hey Wow Hugo, you solved the problem , actually earlier I ran that code and it was giving an error but I didn't notice that there was syntax error (mediaquery= mysql [probably you do css a lot.]) anyways, the script you wrote is perfect and wel…
-
How to write this condition?
Thanks Hugo , the script did not work but that gave me an idea I have written another script $title= mysql_real_escape_string($_POST['title']); if($_POST['slug']==NULL){ $slug=str_replace(' ', '-', $ti…
-
How make movement on screen with out flash?
You can use CSS transition but , that is not supported in all versions of IE. And you cannot animate as many things in transition as you can in jquery.Yyou put it in the head section of your html file and it will work. And the script I have written …
-
How to write RewriteRule in .htaccess file?
It doesn't show any errror. But when I replaced a letter 'm' from the word +FollowSymLinks to +FollowSynLinks(just to check weather its even doing something or not.) , it showed error 500, thats the only error I have seen, else it doe…
-
background slideshow ?
To make that happen you need to remove the srolling of the page and set the height and width of the slidshow according to the browser's height I wrote the script of the slideshow for you http://codepen.io/sayed2x2/pen/qhjEf and I have given th…
-
How make movement on screen with out flash?
Use jquery. just to give you an idea http://codepen.io/sayed2x2/pen/xClwE
-
Opinion on Site
The website is looking awsome, its simple and elegant. just two very small things since you asked for comments, you have used quite a big background in the body probably you could cut it in small pixels and repeat it, and then use the other backgrou…
-
A beginner question in jquery.
You are awesome Josh , you explained that really well, now I have a better understading of it, all thanks to you. And I have one more question in javascipt but I'll create a new thread for it.
-
A beginner question in jquery.
Thanks jshjohnson for writing the codepen and thanks a lot JoshBlackwood , but since I m learning jquery , if you could please explain a little(in my script) WHY when you click on the link third time it slides up and down itself , would very helpful…
-
Creating an input toolbar in admin cms
Thanks a lot tomrogers you solved my whole problem. Thats exactly what I wanted.
-
Wordpress Integration (Help!)
If you have decided to build your website in wordpress. Watch this video YouTube.... This video explains each step on how to install wordpress.
-
How to keep the current tab active(colored)?
That's ok. I appreciate your effort that you put to solve this. Probably I'll have to start a new discussion later because no one else is replying here.
-
How to keep the current tab active(colored)?
I applied this css however its only making the first tab colored but not the rest in colum.(since I have applied the active class only in the first tab as I dont know what to do with it) and if I apply the active call in all the tabs they become per…
-
How to keep the current tab active(colored)?
Have tried that already jurotek , didn't work. Probably I m making some mistake , can you please elaborate a little this is the code I have entered #sidebar.viewport-content, #sidebar-inbox h5.active,{ background-color:#39F; colo…
-
Opinion on blog
I agree with Chris. and also I personally feel that the blue color is going well with the black background. The header logo is also taking unnecessary space which is looking odd.
-
How to keep the current tab active(colored)?
Network Inbox
-
How to keep the current tab active(colored)?
Thanks for the reply Jurotek but the line doesn't have a link. So 'a' will not work here. the code is this Network Inbox
-
Can we style the abbr title through css?
Thanks all it worked.