jQuery kategorisi arşivi
Symfony2 Formlarini Ozellestirmek ve Bootstrap CSS
Boğaç Aslanyürek tarafından, jQuery, Php, Software, symfony2 kategorisi altında, 30.10.2012 tarihinde gönderildi
Hazırladığım bir projede Symfony2 formlarını özelleştirerek Bootstrap CSS ile entegre etmek istedim. Bunu başarmak için tabii ki Symfony2′de bir formül var: Form Themes. Symfony2 ile oluşturulan formlardaki tüm elemanların formatlarının tutulduğu bir dosya bulunuyor. Bu formatlarda istediğimiz gibi değişiklik yaparak, örneğin <div> tag’leri ekleyerek ve ya sınıflar atayarak Bootstrap ile uyumlu hale getirebiliyoruz. Bu yazıda Bootstrap [...]
jquery tarayıcı motorunu öğrenme
Emre Macit tarafından, Browser, jQuery, Web, XHTML kategorisi altında, 26.12.2011 tarihinde gönderildi
Bazı durumlarda , genelde tasarım ile ilgili konularda, kullanıcının browser’ına göre değişik gereksinimler oluşabilmektedir. Bu özellikle internet explorer ile çok sıkça yaşanmaktadır. Bu sebeple browser bilgisini öğrenip buna göre işlem yaptıran bir çok css html veya javascript örneği bulabiliriz. Yine de küçük bir örnek de biz verecek olursak ; head taglarımızın arasında < script src="http://code.jquery.com/jquery-latest.js"> [...]
jQuery, AJAX and Internet Explorer
Emre Macit tarafından, Internet Explorer, jQuery kategorisi altında, 22.12.2011 tarihinde gönderildi
The issue: Internet Explorer won’t parse XML quite as easily as every other browser on the internet (I assume). You have to change what you pass it as through jQuery. In IE it has to be passed as text, while the rest can handle it as XML. You also have to pass it through a [...]
jquery.post internet explorer hata (error)
Emre Macit tarafından, Internet Explorer, jQuery kategorisi altında, 22.12.2011 tarihinde gönderildi
I want to make an ajax request to the URL which I am currently in. For that reason, I did not write the URL again and assign there “”. But in internet explorer 9, if you make that empty like me, IE9 gives an error in jquery.js in line blabla.. (at the beginnig of the [...]
